this post was submitted on 15 Feb 2026
108 points (93.5% liked)

Selfhosted

60366 readers
540 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 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

you are viewing a single comment's thread
view the rest of the comments
[–] ArkHost@lemmy.world 2 points 4 months ago (1 children)

Great feedback.

  1. Daily notes - not there yet but it's a straightforward feature to add. I'll put it on the roadmap.
  2. Templates - same, noted.
  3. Sync conflicts - fair point. HelixNotes watches the filesystem for external changes, but conflict resolution when two devices edit the same note is a real problem with any file-based sync. Syncthing handles this better than most (it creates conflict copies instead of overwriting), but it's not perfect.

If you end up trying it and want to contribute, open issues on Codeberg for what you'd like to see. Contributions are very welcome.

[–] 3abas@lemmy.world 0 points 4 months ago (1 children)

Oh, forgot to ask, are mobile apps on the roadmap?

Obviously your chosen tech stack makes that difficult, but notes on the go are pretty essential.

[–] ArkHost@lemmy.world 1 points 4 months ago

I'm thinking about the mobile app in terms of how already. But it's definitely on the roadmap.