ghostmd

Your notes are text files. That's it.

native macOS · free · open source

The opinions

This is the whole app

# Building ghostmd

*A note-taking app that gets out of the way.*

## Why plain markdown?

Every note app eventually dies. When it does, your notes
should survive. Plain .md files will outlive every app,
every company, every format war.

- No database migrations
- No export button needed
- grep works. git works. Everything works.
- **Your files. Your disk. Your rules.**

See [the repo](https://github.com/...) for more.

Raw markdown. No preview pane. That's the point.

What you'll never get

No config No Electron No cloud No image support No preview pane No plugins No extensions No mobile app No export menu No WYSIWYG No telemetry No account

Every feature we didn't build is time you spend writing.

What you get

Install

$ curl -fsSL https://raw.githubusercontent.com/mimoo/ghostmd/main/scripts/install.sh | bash copied!

click to copy

or grab a release from

github.com/mimoo/ghostmd/releases