A minimalist markdown editor for Mac.
Type markdown, see rich text. Files live on your filesystem. No cloud, no database, no accounts. Some features still in development.
- Tauri v2 — Rust backend, ~5MB app bundle
- React 19 + TypeScript
- Tiptap — ProseMirror-based editor
- Tailwind CSS v4 — OKLCH theme tokens
- shadcn/ui — accessible component primitives
- @dnd-kit — pointer-event drag and drop
pnpm install
pnpm tauri devpnpm tauri buildOutput: src-tauri/target/release/bundle/macos/Ghost.app
MIT