Releases: infinitumio/neoma
Release list
Neoma desktop-v0.3.0
Neoma — a local-first, offline research notebook. Your notes stay
plain Markdown on your device: no account, no telemetry, no cloud.
Downloads
| Platform | File | Notes |
|---|---|---|
| macOS (Apple Silicon + Intel) | .dmg |
Signed with a Developer ID and notarised — opens without a Gatekeeper warning. |
| Windows 10/11 | .exe |
Unsigned — SmartScreen may warn on first run (More info → Run anyway). |
| Linux (Debian/Ubuntu) | .deb |
Unsigned. |
Verify your download against SHA256SUMS-*.txt before running. See the
install guide.
Neoma desktop-v0.2.1
Neoma desktop builds (macOS .dmg, Windows .exe, Linux .AppImage/.deb).
These installers are unsigned — your OS may show an "unidentified
developer" warning. Verify the SHA-256 checksums and see the install
guide before running: https://github.com/infinitumio/neoma/blob/main/INSTALL.md
Neoma desktop-v0.2.0
Neoma desktop builds (macOS .dmg, Windows .exe, Linux .AppImage/.deb).
These installers are unsigned — your OS may show an "unidentified
developer" warning. Verify the SHA-256 checksums and see the install
guide before running: https://github.com/infinitumio/neoma/blob/main/INSTALL.md
neoma 0.1.0
Your knowledge, rooted locally. — the first release of neoma, a lightweight, open-source, local-first research journal and linked-note app.
Easiest way to run it — download one file
You don't need to clone anything. Grab the setup script for your OS from Assets below, then run it. It checks Node, downloads neoma, installs, builds, opens your browser and serves the app for you.
| Your computer | Download | Then |
|---|---|---|
| macOS / Linux | neoma-setup.sh |
chmod +x neoma-setup.sh && ./neoma-setup.sh |
| Windows | neoma-setup.bat |
double-click it |
It opens at http://localhost:4173. Press Ctrl+C to stop.
Only prerequisite: Node.js 20+ (the script tells you if it's missing). Git is used if you have it; otherwise the project is downloaded as a zip automatically.
Other options
- Already cloned the repo? Run
./start.sh(macOS/Linux) orstart.bat(Windows). - Self-host / static hosting:
neoma-v0.1.0.zipis the prebuilt static site — serve it with any web server, or use theDockerfilein the repo.
What's in 0.1.0
Markdown editor (edit / split / reading / source views) with a floating format toolbar · wiki links, backlinks, tags, YAML frontmatter · local full-text search · daily notes · research templates · graph view · command palette · browser & local-folder vaults · ZIP/Markdown/HTML export · installable PWA with full offline support · dark & light themes.
Private by default: no account, no cloud, no telemetry, no external requests. See the README and docs/privacy.md.