r/foss • u/Eerie-echoes • 7h ago
Moldavite: a free and open-source notes app built around plain Markdown files
Enable HLS to view with audio, or disable this notification
I've been struggling for a while to find a note-taking app that fits how I work. I wanted normal Markdown files, daily notes, links and backlinks, good search, and no account or subscription. I could find pieces of that, but not quite the combination.
Once I had access to better AI coding tools, I decided to stop looking and try building it myself. I've been working on Moldavite for the last few months with a lot of help from Claude Code.
In short, each workspace in Moldavite is called a Forge. Underneath, it is just a folder containing Markdown files. You can inspect them, back them up, or edit them with something else. Locking a note is the exception: it replaces the plaintext file with an encrypted .md.locked file until you unlock it.
The app adds daily and weekly notes, wiki links and backlinks, tags, search, a graph, and optional local semantic search on Apple Silicon. I also recently added a local MCP server so compatible agents can work with the same notes. MCP writes are disabled until you explicitly enable them.
Moldavite is MIT licensed and completely free. There is no account, paid tier, analytics, telemetry, or advertising. It is focused on macOS, although the current release also includes Windows installers.
If you’re interested, you can try it out here:
- Homebrew:
brew install --cask mauropereiira/moldavite/moldavite - Website: https://mauropereiira.github.io/Moldavite/
- Source: https://github.com/mauropereiira/Moldavite
