QuickMD iconQuickMD
v1.5.0 · Custom themes, native tabs, recent docs

Read Markdown.
Instantly.

A lightweight macOS app that renders your .md files instantly. Custom themes from disk, native tabs, LaTeX math, Mermaid diagrams — all native, no Electron.

README.md

Welcome to QuickMD

The fastest way to preview Markdown on your Mac. Double-click any .md file and see it rendered instantly.

Features

  • Custom Themes — 7 built-in, plus any JSON you drop in
  • Find & Search — ⌘F with match highlighting
  • PDF Export — Multi-page with proper pagination
python
def hello(name):
    return f"Hello, {name}!"

# Quick and easy
print(hello("World"))

Everything You Need. Nothing You Don't.

Built for developers who just want to read Markdown without the bloat.

New

Custom Themes from Disk

Drop a JSON theme into the Themes folder and it appears in the picker — live reload, no restart. 14 customizable color slots, schema documented.

~/Themes/forest-pro.json
Live reload
bg
surf
fg
accent
warn

Drop a JSON theme into the Themes folder — it appears in the picker

New

Native Tabs + Recent Sidebar

Every Markdown file opens as a tab in one window — `⌘⇧→`/`⌘⇧←` to switch, drag to reorder. Sidebar (`⇧⌘D`) lists every document opened this session.

README.md
CHANGELOG.md
notes.md
+

Recent · ⇧⌘D

  • README.md
  • CHANGELOG.md
  • notes.md
  • TODO.md
  • draft.md

Beautiful Math Equations

Display and inline LaTeX math rendered with TeX-quality typography. Fractions, integrals, matrices — all beautifully typeset, fully offline.

x=
b±b24ac
2a

Quadratic formula rendered from LaTeX

Diagrams from Code

Flowcharts, sequence diagrams, pie charts, and more — rendered directly from fenced code blocks. No plugins, no internet required.

Start
Process
Done

Flowchart rendered from Mermaid code block

Instant Preview

Double-click any .md file and see it rendered immediately. No loading screens, no configuration. Just beautiful Markdown.

Syntax Highlighting

10+ languages with full color-coded highlighting — Swift, Python, JavaScript, Go, Rust, and more. Color-aware across every theme you load.

Find, Navigate & Export

Find text with ⌘F (per-tab focus, debounced) and word-level highlighting across every block type. Jump between headings via the Table of Contents sidebar. Export to PDF block-by-block.

GFM, Footnotes & Native Code Selection

Tables, task lists, nested blockquotes, footnotes with superscript references — and code blocks now backed by NSTextView for native cross-line selection, like Xcode.

Lightweight & Native

No Electron bloat. A native macOS app that launches instantly and uses minimal resources. Your MacBook will thank you.

Free. No Catch.

No trials, no subscriptions, no paywalls. QuickMD is free because good tools should be accessible to everyone.

See It In Action

7 built-in themes plus your own from disk, native tabs, and find-and-search across every block type — all in a native macOS app.

Solarized Light
README.md
1/3

QuickMD

A lightweight Markdown viewer for macOS.

Features

  • Find & Search — Press ⌘F to find text with highlighted match counting
  • Table of Contents — Press ⌘⇧T to open the sidebar for quick heading navigation
  • PDF Export — Export any document with proper multi-page pagination
Dracula
README.md
1/3

QuickMD

A lightweight Markdown viewer for macOS.

Features

  • Find & Search — Press ⌘F to find text with highlighted match counting
  • Table of Contents — Press ⌘⇧T to open the sidebar for quick heading navigation
  • PDF Export — Export any document with proper multi-page pagination

Syntax Highlighting That Shines

Color-coded syntax for Swift, Python, JavaScript, Go, Rust, and more.

swift
struct User {
    let name: String
    var age: Int = 25
}
javascript
const greet = (name) => {
  return `Hello, ${name}!`;
};
go
func main() {
  fmt.Println("QuickMD")
}
QuickMD app icon

Ready to Read Markdown the Right Way?

Three ways to install. All free, all signed and notarized — no Gatekeeper warnings.

or
Homebrew
$ brew tap b451c/quickmd && brew install --cask quickmd
Direct download from GitHub Releases

Requires macOS 13.0 (Ventura) or later

Native macOS app
Instant launch
Privacy-first · No tracking
Free forever