Mac-native

MarkdownEditor

A fast, native Markdown editor for the Mac. Vim motions, live preview, math & diagrams, one-click export — and no Electron anywhere.

↓  Download for macOS View on GitHub

free & open source · macOS 14+ · signed & notarized

Welcome.md

Meet MarkdownEditor

Write on the left. It renders as you type.

Δv = ve ln(m0/mf)

  • Build a real Mac app
  • Ship it
NORMAL Ln 1, Col 1
Why native

Because a text editor should feel weightless

Launches instantly

A small Swift binary, not a browser booting up. Cold start to cursor in well under a second.

A fraction of the memory

Electron editors idle at hundreds of megabytes to render text. AppKit doesn't.

Works offline

KaTeX, Mermaid, and highlight.js are bundled inside the app. Zero network calls, ever.

Features

Everything a technical writer needs, nothing else

ciw  d2w  .

Vim mode

Motions, operators, counts, text objects, visual mode, and the dot command. Off by default — flip it on in Settings.

$\Delta v = v_e \ln \frac{m_0}{m_f}$

Real math

Inline and block LaTeX rendered by KaTeX — and dollar amounts in prose stay dollar amounts.

```mermaid

Diagrams & code

Mermaid flowcharts and sequence diagrams, plus syntax-highlighted code blocks in the preview.

P

Export that just works

PDF that matches the preview exactly, self-contained single-file HTML, and Word with real headings and formatting.

O

Folder sidebar

Open a directory of Markdown as a project. The tree watches the filesystem and updates when files change.

CLAUDE.md

Speaks fluent AI

Markdown is the language LLMs read and write. Edit your agent instructions and read the reports they produce as documents, not raw source.

Screenshots

The real thing

MarkdownEditor in dark mode: markdown source on the left, rendered preview with math, a Mermaid diagram, and Swift code on the right
side-by-side · dark mode · math, Mermaid, and code rendered live
Editor-only view with vim mode active, showing the NORMAL mode badge in the status bar
editor-only · vim NORMAL mode · block cursor
MarkdownEditor in light mode with side-by-side preview
light mode, if that's your thing
File menu open showing Export as PDF, Export as HTML, and Export as Word
File › Export › PDF · HTML · Word

Write something.

Free, open source, and a 5 MB download. Your RAM will thank you.

↓  Download for macOS Source on GitHub

macOS 14 (Sonoma) or later · read how it was built