Guide
Mac Markdown apps, sorted by the job they do
Almost every roundup of Mac Markdown apps ranks tools that were built for different jobs, which is how people end up creating a vault to read a README. This one groups them by job first: reading files you did not write, writing documents you did, and keeping a library of linked notes. Sizes are measured, not copied.
Reading Markdown other people wrote
The distinguishing feature here is a Quick Look extension: press Space on a .md file in Finder and see the document rather than the syntax. Almost nothing has one, which is why this category is short.
| App | Price | Renders on Space | Size |
|---|---|---|---|
| Glance | Free to read, $9.99 to edit | Yes, bundled | 9.8 MB |
| QLMarkdown | Free, GPL-3.0 | Yes | 20.6 MB |
| Marked | $4.99/mo or $89.99 once | Needs Marked QL, $9.99 extra | Mac App Store |
| MarkEdit | Free, MIT | Highlighted source only | 3.7 MB |
QLMarkdown is the long-standing free option and renders through a web view, with a deep settings panel if you like configuring things. Marked is a preview-and-export companion for people who write in another editor, and its App Store listing states in capitals that it is not an editor; Finder previews mean buying Marked QL separately. MarkEdit's extension shows syntax-highlighted source, which is the honest description of what it does.
Longer comparisons: QLMarkdown, Marked, MarkEdit.
Read Markdown free, right in Finder
Free to read, Pro to edit · v0.2.2 · 9.8 MB · macOS 14+
Writing documents in Markdown
These are editors. The good ones hide the syntax while you type and get out of the way, and what separates them is export, theming, and how much of the machine they take up.
| App | Price | What it is | Size |
|---|---|---|---|
| Typora1 | $14.99 once | Live preview, CSS themes, wide export. No Quick Look | 13.8 MB |
| Lettera2 | Free in beta | From the Bear team. Native, live rendering, single file or folder | TestFlight beta |
| MarkEdit | Free, MIT | TextEdit for Markdown: syntax stays visible. No PDF export | 3.7 MB |
| MarkText3 | Free, MIT | Electron, typewriter feel, cross-platform | 121.7 MB |
| MiaoYan | Free, MIT | Native Swift, three columns, LaTeX, Mermaid, presentation mode | 22.9 MB |
| MacDown | Free, open source | Split source and preview. Last release January 2020, Rosetta only | 19.9 MB |
| cyberWriter | Lifetime license | Native SwiftUI, vault with backlinks and a graph, built-in AI | Mac App Store |
| LitSquare Ink MD | Mac App Store | Native, preview window, KaTeX, token counter, Zotero citations | Mac App Store |
| Nodes | Free, Apache-2.0 engine | Native AppKit editor on TextKit 2. Early | See project |
| editxr | Free, MIT | A Markdown editor in the terminal, written in Swift | Build from source |
Typora is the paid default at $14.99 once, and its own docs confirm it has no Quick Look plugin. Lettera arrived in June 2026 from the people who make Bear, still in beta with no announced price. MiaoYan is the one most people have not heard of: native Swift, 22.9 MB, with LaTeX, Mermaid, and a presentation mode. MacDown is the one to move off, since its Homebrew cask stops installing on 1 September 2026.
Longer comparisons: Typora, MarkText, MacDown, MarkEdit.
Keeping a library of linked notes
These build an index over a folder so that backlinks, search, and a graph have something to work on. That index is the product, and it is also why they cannot open a file that lives outside it.
| App | Price | What it is | Size |
|---|---|---|---|
| Obsidian4 | Free for personal use | Vaults, backlinks, graph, large plugin ecosystem | 203.5 MB |
| Joplin | Free, open source | Notebooks with end-to-end encrypted sync | 148.4 MB |
| Zettlr | Free, GPL-3.0 | Academic writing: citations, Zotero, Pandoc export | 183.4 MB |
| FSNotes | Free, MIT | Native macOS notes over a plain folder of files | 16.2 MB |
| Tangent | Free, Apache-2.0 | Linked notes with visual navigation between them | See project |
| Scratch5 | Free, no license declared | Minimalist offline-first notes | See project |
| Notion | Free tier, paid plans | Hosted workspace. Imports and exports Markdown, does not store it | Web and app |
FSNotes is the outlier worth knowing about: it is native, 16.2 MB, and works over an ordinary folder of Markdown files, so it gives you most of the vault idea without the browser engine. Notion sits at the far end, where your text lives in someone else's database and Markdown is only an import and export format.
If the vault model is what is bothering you, see the Obsidian comparison or opening a Markdown file without a vault.
Every size on one page
Sizes get quoted wrongly more than anything else in this niche, usually because a number gets copied from a listicle that copied it from another one. These were measured the same day from the actual download.
Download sizes, smallest first.6
| App | Size | Why |
|---|---|---|
| MarkEdit | 3.7 MB | Native, source editor only |
| Glance | 9.8 MB | Native rendering, no browser engine |
| Typora | 13.8 MB | HTML and CSS rendering |
| FSNotes | 16.2 MB | Native |
| MacDown | 19.9 MB | Native, Intel build |
| QLMarkdown | 20.6 MB | Web view for rendering |
| MiaoYan | 22.9 MB | Native Swift |
| MarkText | 121.7 MB | Electron |
| Joplin | 148.4 MB | Electron |
| Zettlr | 183.4 MB | Electron |
| Obsidian | 203.5 MB | Electron |
Picking one
If you mostly read Markdown that arrives from elsewhere, take something with a Quick Look extension and stop there. If you write long documents and hand them to people in other formats, buy Typora or watch Lettera. If you want open source and nothing else matters, MarkEdit is 3.7 MB and very well kept. If you are building a second brain, Obsidian, and none of the reading tools will substitute for it.
Glance is in the first group. It previews in Finder on Space, opens a single loose file with no vault, draws LaTeX and Mermaid natively, searches with ⌘F, prints, exports PDF, and lets you fix a wrong line by clicking it and typing. ⌘\ shows the raw Markdown beside the page when you want it. Reading is free; editing is $9.99 once after 14 days.
What it does not do: backlinks, graphs, plugins, sync, themes, or export to anything but PDF. It needs macOS 14 on an Apple Silicon Mac. If those are dealbreakers, one of the apps above is the better answer, and this page is here partly to say so.
FAQ
It depends on which of three jobs you have. To read Markdown other people wrote, you want a viewer with a Quick Look extension. To write long documents, you want an editor that hides the syntax and exports well. To keep years of linked notes, you want a vault app. Buying the wrong category is the usual mistake, and it is why a note app feels absurd for reading one README.
Very few. Glance and QLMarkdown ship Quick Look extensions that render the document. MarkEdit's extension shows highlighted source rather than a rendered page. Marked needs Marked QL, a separate $9.99 app. Typora, Obsidian, MarkText, MacDown, and the note apps ship no Quick Look extension at all.
Of the ones measured here, MarkEdit at 3.7 MB and Glance at 9.8 MB. The Electron apps run an order of magnitude larger: MarkText 121.7 MB, Joplin 148.4 MB, Zettlr 183.4 MB, Obsidian 203.5 MB. All figures measured 30 July 2026.
MarkEdit, QLMarkdown, MacDown, MarkText, MiaoYan, FSNotes, Zettlr, Joplin, and Tangent are all free and open source. Obsidian is free for personal use but not open source. Typora is $14.99 once, cyberWriter and Ink MD are Mac App Store purchases, and Marked is a subscription with a one-time unlock. Glance is free to read and $9.99 once to edit.
In the first category, reading. It previews in Finder on Space, opens one loose file without a vault, draws math and diagrams natively, prints and exports PDF, and lets you fix a wrong line by clicking it. It has no backlinks, no graph, no plugins, and no sync, so it does not replace a note app.
Ready to glance?
Free to read, Pro to edit · v0.2.2 · 9.8 MB · macOS 14+
Notes
- Typora's own macOS documentation says it does not provide a Quick Look plugin and suggests QLMarkdown or Glance instead. Its Glance link points at an unrelated project archived since November 2020. ↩
- Lettera is in public beta from Shiny Frog, the team behind Bear, announced June 2026. Its site says it is free to try during the beta and that pricing will be shared when the full version is ready. Beta signup was closed when this page was written, so treat every detail here as provisional. ↩
- MarkText 0.19.1 shipped 6 June 2026, a 0.20.0 release candidate followed on 5 July 2026, and commits continued through late July. Search results describing the project as abandoned are out of date. ↩
- Obsidian is free for personal use with no sign-up. Its $50-per-user-per-year commercial license is explicitly not required, though Obsidian encourages organizations to buy one. ↩
- Scratch's repository declares no license, so while its source is public, it is not open source in the licensing sense. Check before you fork it. ↩
- Every size on this page was measured on 30 July 2026 from the download a current Mac receives: a GitHub release asset's byte count, or content-length on the vendor's own download URL. Where a vendor ships separate architectures, the figure is the Apple Silicon build. These are download sizes, not installed footprints, which vary by machine. Apps distributed only through the Mac App Store or TestFlight have no public byte count, so they are marked rather than estimated. ↩