OpenAltFinder
HelixNotes

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:

screenshot-2.png
screenshot-1.png
screenshot-7.png
screenshot-6.png
1 / 4

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.

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.

Visit HelixNotes
License
AGPL-3.0
Self hostable
No
Repository details
Version
v1.3.3
Created
2/9/2026
Stars
157
Forks
16
Open issues
57
Last commit
7/23/2026

Updated 8/16/2026, 12:00:13 PM

View Repository
Repository activity

Similar open source alternatives