Skip to content

Releases: bartlomieju/denidian

denidian v0.1.0

16 Jun 14:52

Choose a tag to compare

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 .msi installs to Program Files\denidian with Start Menu
    and Desktop shortcuts.
  • Linux: chmod +x the AppImage, then run it.