HelixNotes
A fast, privacy-first local markdown note-taking app built with Tauri and SvelteKit. Your notes stay as plain .md files on your device.
Open source alternative to:




HelixNotes is a local-first markdown note-taking application built with Tauri, SvelteKit, and Rust. Unlike cloud-based alternatives, it stores your notes as standard Markdown files on your local filesystem — giving you complete ownership and zero vendor lock-in.
The app features a rich WYSIWYG editor powered by TipTap with slash commands, tables, and code highlighting, alongside a source mode for raw Markdown editing. You can link notes with [[wiki-links]] and explore connections through an interactive graph view. Full-text search is powered by Tantivy for instant results across your entire vault.
HelixNotes supports KaTeX math rendering, Mermaid diagrams, daily notes with a built-in calendar, version history with diffs, automatic backups, and AI writing tools via local Ollama or your own API keys. It runs natively on Linux, Windows, macOS, and Android without Electron — making it significantly faster and lighter than many competitors.
Categories:
Tags:
Build with:
Frequently Asked Questions
Where are my notes stored in HelixNotes?
HelixNotes saves every note as a plain .md file directly on your local disk — there is no proprietary database, no cloud account, and no vendor lock-in. The app is built on Tauri (Rust) with a SvelteKit frontend, which keeps the binary small compared to Electron-based alternatives. You can open and edit your vault with any Markdown editor, including cat from the terminal.
Can I sync HelixNotes between devices without a cloud account?
HelixNotes does not run its own sync server, but it supports WebDAV so you can sync against any WebDAV-compatible endpoint you control. This is a bring-your-own-sync model where files remain plain .md on your disk and the WebDAV layer handles replication. For mobile, the project also ships an Android app that opens the same vault format without requiring an account.
Does HelixNotes have a mobile app?
Yes — HelixNotes has an Android app (tested on Android 16) that opens the same Markdown vault without requiring an account. It includes the editor with tables, the Tasks view, the graph view, and Daily Notes, so the core desktop feature set is mirrored. There is no iOS build yet, and the project explicitly notes that it is not a hosted workspace or team collaboration suite.
Can I import notes from Obsidian into HelixNotes?
HelixNotes includes a built-in Obsidian import path, so existing Obsidian vaults can be opened in HelixNotes without manual conversion. [[wiki links]] are supported natively, and the graph view renders connections automatically from those links. An external .md viewer mode lets you browse notes outside the main app as well.
How is HelixNotes built, and how does it handle search?
HelixNotes is built on Tauri (Rust) for the desktop shell and SvelteKit (Svelte/TypeScript) for the UI, which keeps memory and binary size low. Full-text search is powered by Tantivy, the Rust search engine, with CJK awareness built in. Optional AI features can run locally through Ollama, or with your own API key.
Repository details
Updated 8/16/2026, 12:00:13 PM
View RepositoryRepository activity
Compare HelixNotes with
Similar open source alternatives
AppFlowy
Open source Notion alternative that brings projects, wikis, and teams together with AI while keeping you in control of your data.
Jotty
Lightweight self-hosted app for managing personal file-based notes and checklists.
Outline
The fastest growing-team knowledge base — beautiful, realtime collaborative, feature packed, and markdown compatible Notion and Confluence alternative.
memos
Privacy-first, self-hosted note-taking platform with markdown support, tagging, and built-in AI — a lightweight alternative to Notion and Obsidian.
ObsidianAFFiNE
Open-source knowledge base combining note-taking, whiteboard, and project planning in one workspace.
SilverBullet
Markdown-based note-taking app with powerful live queries, templates, and a pluggable scripting system for power users.