No description
  • Svelte 73.6%
  • Rust 22.9%
  • TypeScript 2.6%
  • CSS 0.8%
Find a file
2026-03-27 15:04:51 +01:00
fastlane/metadata/android/en-US Add fastlane metadata for F-Droid / IzzyOnDroid 2026-03-01 00:56:06 +01:00
src v1.2.8 - fix url links, tab indent, todo state, graph rework, collapsible sections, nav history, page breaks, folder/tag display 2026-03-27 14:05:59 +01:00
src-tauri v1.2.8 - fix url links, tab indent, todo state, graph rework, collapsible sections, nav history, page breaks, folder/tag display 2026-03-27 14:05:59 +01:00
static v1.0.0 - Initial release 2026-02-09 02:08:46 +01:00
.gitignore v1.0.0 - Initial release 2026-02-09 02:08:46 +01:00
.npmrc v1.0.0 - Initial release 2026-02-09 02:08:46 +01:00
LICENSE v1.0.0 - Initial release 2026-02-09 02:08:46 +01:00
package.json v1.2.8 - fix url links, tab indent, todo state, graph rework, collapsible sections, nav history, page breaks, folder/tag display 2026-03-27 14:05:59 +01:00
pnpm-lock.yaml v1.1.0 - View mode, daily notes, tag management, math support, and more 2026-02-15 21:13:16 +01:00
README.md update README.md 2026-03-27 15:04:51 +01:00
svelte.config.js v1.0.0 - Initial release 2026-02-09 02:08:46 +01:00
tsconfig.json v1.2.4 - proxy external images through imgproxy protocol for WebKitGTK compat, hide copy/open buttons for external images 2026-03-09 15:58:58 +01:00
vite.config.ts v1.0.0 - Initial release 2026-02-09 02:08:46 +01:00

HelixNotes

License: AGPL-3.0 Latest Release Website Platform

A local markdown note-taking app built with Tauri, SvelteKit, and Rust.

Your notes are stored as standard Markdown files on your local filesystem. No cloud, no lock-in.

Download (v1.2.8)

Linux

Arch / Manjaro (AUR)

yay -S helixnotes-appimage-bin

Debian / Ubuntu / Mint (APT)

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

AppImage (Arch, Fedora 43+, openSUSE Tumbleweed)

Download AppImage

.deb (manual)

Download .deb (Ubuntu 22.04+)

Windows

Download Installer (Windows 10/11)

macOS

Download .dmg (Intel, runs on Apple Silicon via Rosetta)

Android

Download APK


All releases: codeberg.org/ArkHost/HelixNotes/releases

Features

  • Markdown editor with toolbar, slash commands, source mode, code highlighting
  • [[Wiki-links]] and graph view
  • Full-text search (Tantivy)
  • Outline panel, daily notes with calendar view, tags, drag-and-drop
  • Math (KaTeX), PDF preview, Obsidian import
  • AI writing tools (Ollama / Anthropic / OpenAI)
  • Version history with diffs, automatic backups
  • Multi-window, file associations, focus mode, view mode
  • Themes, accent colors, fonts
  • Local files, no cloud

Full documentation: helixnotes.com/docs

Tech Stack

  • Frontend: SvelteKit (Svelte 5) + TailwindCSS v4 + TipTap v3
  • Backend: Rust (Tauri 2.0) + Tantivy (search) + Notify (file watcher)
  • Platforms: Linux (AppImage), Windows, macOS, Android

Building from Source

Prerequisites

Development

pnpm install
pnpm tauri dev

Production Build

pnpm tauri build

Screenshots

Editor Settings Graph View AI Actions

License

AGPL-3.0