mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
- Shorten tagline to 75 chars (was 96) - Replace download table with list for better mobile view - Absolute URL for LICENSE Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/2 Co-authored-by: ivankopylov6603 <ivankopylov6603@noreply.codeberg.org> Co-committed-by: ivankopylov6603 <ivankopylov6603@noreply.codeberg.org>
2.7 KiB
2.7 KiB
HelixNotes
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
Linux
Arch / Manjaro / Fedora / openSUSE
Debian / Ubuntu / Mint
Download .deb — Ubuntu 22.04+
Windows
Download Installer — Windows 10/11
macOS
Download .dmg — macOS 12+ (Intel, runs on Apple Silicon via Rosetta)
All releases: codeberg.org/ArkHost/HelixNotes/releases
Features
- Markdown editor with rich formatting toolbar, slash commands, and source mode
- Wiki-links — link notes with
[[Note Title]]syntax - Graph view — visualize connections between your notes
- Full-text search powered by Tantivy
- Math support — KaTeX rendering for inline and block equations
- Daily notes — one-click button to create or open today's note
- AI writing tools — improve, summarize, translate, and more (Anthropic / OpenAI)
- Version history — per-note snapshots with diff view
- Backups — automatic zip-based vault backups
- PDF preview — inline rendering of embedded PDFs
- Tag management — organize notes with tags, bulk edit from context menu
- Drag-and-drop — move notes between notebooks, reorganize notebooks by dragging
- Obsidian import — convert Obsidian wiki-links to standard markdown
- Themes — light/dark mode with customizable accent colors and fonts
- Focus mode — distraction-free writing
- View mode — read-only toggle for distraction-free reading
- Local — everything stays on your machine
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
Building from Source
Prerequisites
- Rust (1.77+)
- Node.js (18+)
- pnpm
- System dependencies for Tauri: see Tauri prerequisites
Development
pnpm install
pnpm tauri dev
Production Build
pnpm tauri build