A local markdown note-taking app. Plain .md files
on your disk.
Sync them your way.
Rich formatting toolbar, slash commands, source mode. Powered by TipTap v3.
Visualize connections between notes. Link with
[[wiki-links]] syntax.
Tantivy-powered search. Fast and accurate.
Rust + Tauri. No Electron.
Per-note snapshots with diff view.
Light and dark mode. 8 accent colors. Multiple fonts.
Plain .md files on your disk. Open them in any editor. Sync with anything.
Picks up external file changes automatically.
Editor with toolbar and notebook sidebar
Themes, accent colors, and fonts
Graph view
AI writing tools
Free and open source. Available for desktop and Android.
Add the official repository and install with automatic updates:
curl -fsSL https://repo.arkhost.com/gpg.key |
sudo gpg --dearmor -o
/usr/share/keyrings/arkhost.gpg && echo
"deb [signed-by=/usr/share/keyrings/arkhost.gpg
arch=amd64] https://repo.arkhost.com stable
main" | sudo tee
/etc/apt/sources.list.d/helixnotes.list
&& sudo apt update && sudo apt
install helix-notes
Install from the AUR using your preferred AUR helper:
yay -S helixnotes-appimage-bin
Blank or white screen on X11 or Wayland? If you see
Failed to create GBM buffer, try:
WEBKIT_DISABLE_DMABUF_RENDERER=1
helixnotes
Install system dependencies for your platform:
sudo apt install
libwebkit2gtk-4.1-dev libssl-dev
libayatana-appindicator3-dev
librsvg2-dev build-essential
pkg-config curl npm
sudo pacman -S webkit2gtk-4.1
base-devel openssl
libayatana-appindicator librsvg curl
npm
sudo dnf install
webkit2gtk4.1-devel openssl-devel
libayatana-appindicator-gtk3-devel
librsvg2-devel gcc pkg-config curl
npm
VS Build Tools (Desktop development with C++)
Install Rust and pnpm:
curl --proto '=https' --tlsv1.2
-sSf https://sh.rustup.rs | sh
npm install -g pnpm
Clone and build:
git clone
https://codeberg.org/ArkHost/HelixNotes.git
&& cd HelixNotes && pnpm install && pnpm
tauri build