XDA ran a piece this month claiming they’d found a Notion, Obsidian, and Capacities killer, and the comment section was predictably split. The reason the debate keeps happening is that local-first note apps have quietly become good enough to replace the cloud-native tools for most people, without the outage risk, the pricing surprise, or the export headache. The best local-first note-taking apps on desktop in 2026 keep your notebook as a plain folder on your disk, so you can grep it, back it up, and outlive whoever wrote the app.
We tested eight local-first note apps across an M2 MacBook Air, a Windows 11 laptop, and a Fedora 41 workstation. Each was judged on how the data is stored, whether the app can run entirely offline, how good the mobile companion is, and whether an export exists that isn’t just “PDF everything and pray.”
What to look for in a local-first note app
- Plain-format storage. Markdown, HTML, or YAML on disk. Anything you can read with a text editor if the app disappears.
- Offline by default. No sign-in required to write a note.
- Optional sync, not required. iCloud, Syncthing, Nextcloud, or a paid built-in service should all be options, not requirements.
- Backlinks and graph. The Roam-style bidirectional link is now the baseline. Not every app needs a graph view; every serious app should support backlinks.
- Editor speed. A slow editor kills the daily habit. Fast open, fast typing, fast switching.
- Encryption. Especially if the sync service is a third party.
Quick comparison
| App | Best for | Platforms | Free plan | Paid | Rating |
|---|---|---|---|---|---|
| Logseq | Outliner-style local-first notes | Windows, macOS, Linux, Android, iOS | Fully free | Sync from ~$5/mo | 4.7 |
| Obsidian | Markdown vault with a huge plugin ecosystem | Windows, macOS, Linux, Android, iOS | Personal free | Sync $4/mo, Publish $8/mo | 4.9 |
| Anytype | Local-first Notion replacement | Windows, macOS, Linux, Android, iOS | Fully free | Storage plans optional | 4.6 |
| Reor | AI-assisted local notes | Windows, macOS, Linux | Fully free | None | 4.5 |
| SilverBullet | Self-hosted markdown notebook | Web / self-hosted | Fully free | None | 4.4 |
| Trilium Notes | Hierarchical personal wiki | Windows, macOS, Linux | Fully free | None | 4.6 |
| Zettlr | Markdown editor for researchers | Windows, macOS, Linux | Fully free | None | 4.5 |
| Standard Notes | Encrypted note store | Windows, macOS, Linux, Android, iOS | Free tier | ~$3/mo | 4.6 |
The apps
1. Logseq for local-first notes — Best outliner-style workflow
Logseq stores each day as a markdown file in a folder you control. The editor is a block outliner, which suits people who take fragmentary notes and let structure emerge later. Backlinks, graph view, and PDF annotation are built in. Sync is optional and encrypted end-to-end.
Where it falls short: Outliner-first isn’t everyone’s preferred shape. Some plugins from the old era are still catching up to the new database engine.
Pricing:
- Free: Fully free, AGPL.
- Paid: Logseq Sync from about $5/mo for their hosted E2EE sync.
Platforms: Windows, macOS, Linux, Android, iOS.
Download: logseq.com · github.com/logseq/logseq
Bottom line: The pick for outliner-lovers who want everything on disk as plain markdown.
2. Obsidian for local-first notes — Best markdown vault with plugin ecosystem
Obsidian turned “notebook is a folder of markdown” into a movement. Vault-in-a-folder, thousands of plugins, canvas view, and a UI that gets out of your way. Sync is optional; iCloud, Dropbox, and Syncthing all work.
Where it falls short: Not open source. The plugin ecosystem is a superpower and a rabbit hole.
Pricing:
- Free: Personal and educational.
- Paid: Sync at $4/mo, Publish at $8/mo, Commercial at $50/user/year.
Platforms: Windows, macOS, Linux, Android, iOS.
Download: obsidian.md
Bottom line: The default local-first pick for anyone who wants a markdown vault and a mature ecosystem.
3. Anytype for local-first notes — Best local-first Notion replacement
Anytype is the local-first answer to Notion. Databases, pages, blocks, all stored in an encrypted local repository that syncs peer-to-peer to your other devices. If Notion’s structured databases were the reason you never switched, Anytype is the closest thing to the same shape while keeping data local.
Where it falls short: Storage format is opaque compared with plain markdown. Exports work but aren’t as clean.
Pricing:
- Free: Fully free.
- Paid: Extra storage tiers available.
Platforms: Windows, macOS, Linux, Android, iOS.
Download: anytype.io
Bottom line: The pick if you loved Notion’s databases and want the same structure without a cloud dependency.
4. Reor for local-first notes — Best AI-assisted local notes
Reor is the local-first note app that runs a local LLM against your notebook for suggestions, related-note discovery, and Q&A. Notes are markdown on disk; the AI stays on your machine (via Ollama or a bundled runtime). Recent releases added web clipping and mobile sync.
Where it falls short: Newer than Obsidian and Logseq. The AI features push RAM usage up on smaller machines.
Pricing:
- Free: Fully free, AGPL.
- Paid: None.
Platforms: Windows, macOS, Linux.
Download: reorproject.org · github.com/reorproject/reor
Bottom line: The pick for local-first plus local AI, without shipping a byte to a cloud provider.
5. SilverBullet for local-first notes — Best self-hosted markdown notebook
SilverBullet runs as a small server you self-host and access via any browser. Notes are markdown on the server’s disk, editing is fast, and the scripting language lets you build tiny automations inline. It’s the pick for people who already run a home lab and want their notebook to live there.
Where it falls short: No native desktop app. You bring the browser.
Pricing:
- Free: Fully free, MIT.
- Paid: None.
Platforms: Any browser; server runs on Linux/macOS/Windows.
Download: silverbullet.md · github.com/silverbulletmd/silverbullet
Bottom line: The pick for self-hosters who want a scriptable markdown notebook they can reach from any device on the LAN.
6. Trilium Notes for local-first notes — Best hierarchical personal wiki
Trilium Notes is the personal wiki with a tree-first mental model. Notes are hierarchical, backlinks work, and the built-in scripting lets you build small workflows. The recent rewrite (Trilium Next) added modern UI polish while keeping the local-first data model.
Where it falls short: Tree-first isn’t Obsidian’s Zettelkasten. Not everyone thinks that way.
Pricing:
- Free: Fully free, AGPL.
- Paid: None.
Platforms: Windows, macOS, Linux.
Download: github.com/TriliumNext/Notes
Bottom line: Pick this if you want a personal wiki, not a Zettelkasten, and prefer trees to graphs.
7. Zettlr for local-first notes — Best for researchers and long-form writing
Zettlr is the markdown editor built for academic and long-form writing. Citations from Zotero, footnote-heavy exports to Word or LaTeX, and a Zettelkasten mode for people who mean it. Files are markdown in a folder.
Where it falls short: Not designed for daily journaling or task capture. Best when writing is the point.
Pricing:
- Free: Fully free, GPL.
- Paid: None.
Platforms: Windows, macOS, Linux.
Download: zettlr.com · github.com/Zettlr/Zettlr
Bottom line: The pick for researchers who want a real academic writing tool that respects markdown.
8. Standard Notes for local-first notes — Best encrypted store
Standard Notes is the encrypted-by-default note app that stores notes in a local database and syncs them, encrypted, if you turn sync on. Every note is E2EE from creation. The paid tier adds editors, backups, and file uploads.
Where it falls short: Notes are stored in the app’s format, not on-disk markdown. Exports are complete but a step removed.
Pricing:
- Free: Fully free tier, plain text only.
- Paid: Productivity tier around $3/mo for editors and extended features.
Platforms: Windows, macOS, Linux, Android, iOS.
Download: standardnotes.com · github.com/standardnotes/app
Bottom line: The pick when encryption is the non-negotiable and you’re fine with an app-managed store.
How to pick the right one
If you want the biggest, most future-proof ecosystem: Obsidian.
If you prefer an outliner: Logseq.
If you want databases and Notion-shaped pages without the cloud: Anytype.
If you want local AI on top of local notes: Reor.
If you self-host and want your notebook on your server: SilverBullet.
If you think in trees more than graphs: Trilium Notes.
If you write papers and long-form: Zettlr.
If encryption is the reason you’re switching: Standard Notes.
Stay on Notion if you rely heavily on databases with real-time collaboration across a team. None of the local-first apps match Notion’s team collaboration story yet.
FAQ
What does local-first actually mean? Your notes live on your device. The app works offline. Sync is optional and, when it happens, is usually encrypted so the sync provider can’t read your notes.
Can I use these apps without any cloud? Yes. Every app on this list runs entirely locally. Sync is optional.
Which is the best free local-first note app? Logseq, Obsidian (free personal), and Anytype all qualify. Obsidian has the biggest ecosystem, Logseq the friendliest outliner, Anytype the closest Notion feel.
How do I sync local-first notes between devices? Options include iCloud, Google Drive, Syncthing, Nextcloud, or the app’s own hosted sync (Obsidian Sync, Logseq Sync). Every option works with plain markdown apps; Anytype and Standard Notes use their own encrypted sync.
Can I export my notes if the app goes away? Yes, if the app stores plain markdown (Logseq, Obsidian, Reor, SilverBullet, Zettlr). Trilium, Anytype, and Standard Notes have export functions but the on-disk format is app-specific.