First release of denidian — a tiny Obsidian-style note app built on the
deno desktop subcommand. Plain-Markdown notes in ~/Denidian, [[wikilink]]
crosslinking, live preview, and a force-directed graph view with pan/zoom.
Downloads
| Platform | File |
|---|---|
| macOS (Apple) | denidian-aarch64-apple-darwin.dmg |
| macOS (Intel) | denidian-x86_64-apple-darwin.dmg |
| Linux (x86_64) | denidian-x86_64-unknown-linux-gnu.AppImage |
| Windows (x86_64) | denidian-x86_64-pc-windows-msvc.msi |
Builds use the OS-native webview backend, so each download is ~30 MB. On first
launch denidian seeds a starter vault in ~/Denidian.
- macOS: ad-hoc signed; right-click → Open the first time (or
xattr -dr com.apple.quarantine denidian-*.app). - Windows: the
.msiinstalls toProgram Files\denidianwith Start Menu
and Desktop shortcuts. - Linux:
chmod +xthe AppImage, then run it.