Open-source compliance tools for EHS professionals. Local-first, single-binary Go applications that work standalone or as an integrated ecosystem.
After building and adding the binary to your
PATH, run:
muninn init
This creates the vault directory and notes/ folder. Muninn is ready to use.
muninn install
This installs the .vsix extension that ships with Muninn. It launches the LSP
server in the background and gives you:
[[wikilink]] completions and syntax highlighting in markdownCtrl+Shift+N)The extension requires the Muninn binary on your PATH (or configured via the
muninn.binaryPath setting).
Note: The
installcommand looks for a pre-builtmuninn-0.1.0.vsixnear the binary. If you built from source, make sure you’ve built the extension first.
muninn note new "Btrfs Subvolume Gotchas" --tags "btrfs,linux"
Opens a new markdown file in your vault with frontmatter pre-filled.
Add [[wikilinks]] to connect notes into a knowledge graph.
muninn search "btrfs subvolume permissions"
Text search matches against note titles, tags, and content.
muninn note list
muninn note list --type til --area work
muninn note backlinks btrfs-subvolume-gotchas.md
Shows every note that contains a [[wikilink]] to the given note.