this post was submitted on 15 Feb 2026
20 points (91.7% liked)

Opensource

5710 readers
322 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

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

Developer @ArkHost@lemmy.world

you are viewing a single comment's thread
view the rest of the comments
[–] tohuwabohu@programming.dev 1 points 2 weeks ago

That's awesome, I was looking for a tool like that. Rust, tauri and SvelteKit is such a nice stack to work with, I've been using that setup myself for a while now.