Local-first Markdown notes your team edits together in real time.
Noam is a local-first Markdown notes app that keeps your notes as plain files on your disk and lets your team edit them together, live.
Free and open source · macOS (Apple Silicon) · No account needed
Features
Everything a notes app should be. Nothing it should not.
Your notes stay yours: plain files, local-first, and open. Collaboration and AI plug in on your terms.
Plain Markdown files
Every note is a plain .md file on disk. No database lock-in, no proprietary format. Open them in any editor, back them up with any tool.
Real-time collaboration
Edit the same notes together, live. Yjs CRDTs keep every cursor and keystroke in sync across your team.
Rust sync bridge
A Rust bridge keeps CRDT state and your files perfectly in sync. Fast, reliable, and invisible.
Scoped AI access
AI access is opt-in and permission-scoped per file via MCP. Agents see only what you allow, nothing else.
Full-text search
Instant full-text search across every note, powered by SQLite FTS5. It runs locally, so it is always fast.
Backlinks and note graph
See how your notes connect. Backlinks and a note graph turn scattered files into a real knowledge base.
How it works
Yours first. Shared when you say so.
No account, no onboarding flow, no cloud to sign into. Start local, add sync and sharing only if you want them.
STEP 1
Write locally, your files stay yours
Install Noam and start writing. Your notes live as plain Markdown on your machine from the first keystroke.
STEP 2
Self-host sync when you want it
Spin up the sync server with docker compose up on your own machine. Free and unlimited, because there is no managed tier.
STEP 3
Invite your team, or point an agent at it
Share notes with collaborators in real time, or give an AI agent scoped access to exactly the files it needs.
Privacy
Your notes never leave your machine unless you say so.
- Zero telemetry. A fresh install makes no network connections at all.
- No analytics, no crash reporting, no phone-home code anywhere in the app.
- Sync carries only opaque binary CRDT updates over TLS, to a server you control.
- No account, no sign-in, no identity to track.
Download
Noam v0.1.59 for macOS
Apple Silicon only. Signed and notarized. No auto-update yet, so grab the latest .dmg when a new release drops.
Prefer the source? Build it yourself on GitHub.
FAQ