- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
I built a note-taking app because the one I wanted didn’t exist. Clean UI, local .md files, no cloud, no account.
Built with Rust + Tauri 2.0 + SvelteKit. Full-text search powered by Tantivy. Graph view, AI writing tools (bring your own key), Obsidian import, version history.
Available for Linux (AppImage, APT, AUR), Windows, and macOS. Source: https://codeberg.org/ArkHost/HelixNotes
AI writing tools — improve, summarize, translate, and more (Anthropic / OpenAI)
why though
Fair question. Use case: you take rough notes during a meeting, no formatting, just raw thoughts. AI can clean them up, summarize, or restructure after the fact. It’s completely optional though. Disabled by default, doesn’t even show in the context menus unless you explicitly configure it in settings with your own API key. If you don’t want it, it’s like it doesn’t exist.
So, a feature for those who want it, but turned off out of the box for those who absolutely do not want it? Did I understand correctly?
Exactly. Off by default, invisible unless you enable it.
I see on the page it says you can bring an anthropic or openai key. Can I also point it at my own locally hosted model?
Not at this moment. Which local model would you like to see as an additional option?
Ollama, lmstudio, llama.Cpp
Ollama is now also possible.
Note taking App, AI in the front page… I don’t think you understand the point of taking notes.
I just downloaded. Looks amazing. I will try it out. Do you have a Patreon Page or something?
Thanks! No Patreon yet, but I’ll set something up. For now, the best support is feedback and bug reports.
So far it has been smooth sailing. But I will report. Only things Iam missing are:
- the ability to open notes side by side or alternatively to open a second instance of the app.
- ability to swap/move line up/down via shortcuts with arrow keys
- showing line numbers
maybe you can consider these for the future.
Great! Thanks for the feedback.
All 3 enhancements noted. Will be implemented in next release.
Update: The line shortcuts and line numbers will be in the next release. The side-by-side/split view requires a significant architecture refactor, so that one will take longer - it’s on the roadmap but not for the immediate next release.
Wow, that was really fast. Thank you very much!
You can now open a note in a separate window. This has been added in v1.1.6, along with other fixes and feature additions.








