Ink

A beautiful Markdown reader for Mac.

Open a Markdown file and read it instantly in a calm native window. Ink keeps the document first: warm paper, excellent typography, Quick Look, folder browsing, and source inspection when you need it.

Now available as a Mac TestFlight beta.

Project Plan.md

Renders Markdown beautifully.

Ink is a reader first, but the renderer cannot be thin. Tables, task lists, callouts, code, images, math, Mermaid, and source inspection should feel like parts of the same quiet document system.

Tables

BlockState
GFMReady
ImagesInline
LinksNative

Code

func open(_ file: URL) { render(markdown) focus(reading) }

Callouts

i
NoteRendered documents stay readable first.
TipUse Quick Look before opening the app.
!
WarningEditing belongs in your editor.

Images

Math

e + 1 = 0
Σ 1/n² = π²/6

Mermaid

Markdown
Readable

Quick Look. Right in Finder.

The front door is simple: select a Markdown file, press Space, and see a polished document without opening a heavy editor or workspace.

Documents
Ideas.md9:41 AM
Project Plan.mdToday
README.mdYesterday
Tasks.mdMonday
Space

Project Plan

  • Keep it simple.
  • Make it beautiful.
  • Open the real document.

Reader first. Mac native.

Ink is intentionally bounded. It is not a notes database, wiki, IDE, or AI chat surface. It is the calm document viewer you wanted Finder to have for Markdown.

Read-only by default

The document opens rendered and stays trustworthy. Source mode is inspection, not accidental editing.

Folder aware

Open a folder, start at the README, and move through local docs without creating a library or vault.

Quiet controls

Search, outline, source mode, share, and text size are present without turning the toolbar into a cockpit.

Markdown reading, the Mac way.

Native app shell builtRenderer, toolbar, folder sidebar, source mode, search, outline, and local assets are in the current repo.
Quick Look extension startedThe extension target exists and is wired to reuse the local Markdown renderer.
TestFlight beta availableInstall the current Mac beta through TestFlight while final App Store screenshots, custom domain, and final Pages-style deploy continue.