this post was submitted on 15 Feb 2026
118 points (93.4% liked)

Selfhosted

57315 readers
1239 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

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

top 50 comments
sorted by: hot top controversial new old
[–] kadu@scribe.disroot.org 26 points 3 weeks ago (1 children)

AI writing tools — improve, summarize, translate, and more (Anthropic / OpenAI)

why though

[–] ArkHost@lemmy.world 21 points 3 weeks ago (6 children)

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.

[–] 01189998819991197253@infosec.pub 17 points 3 weeks ago (1 children)

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?

[–] ArkHost@lemmy.world 22 points 3 weeks ago (1 children)

Exactly. Off by default, invisible unless you enable it.

[–] 01189998819991197253@infosec.pub 13 points 3 weeks ago (1 children)

As ai features should be. You're the dev?

[–] ArkHost@lemmy.world 17 points 3 weeks ago (1 children)
[–] 01189998819991197253@infosec.pub 15 points 3 weeks ago

Cool. I appreciate this design decision. If only more went that route (looking at you, Microslop)

load more comments (5 replies)
[–] ki9@lemmy.gf4.pw 23 points 3 weeks ago

If it were me, I'd have chosen a different name to avoid confusion with helix the editor.

[–] Lodra@programming.dev 20 points 3 weeks ago (3 children)
[–] ArkHost@lemmy.world 4 points 3 weeks ago

Correct, this has nothing to do with the helix TUI text editor in any way.

[–] clay_pidgin@sh.itjust.works 4 points 3 weeks ago

That was gonna be my question.

[–] ramasses@social.ozymandias.club 2 points 3 weeks ago (2 children)

Whats the difference between helixeditor.com and helix-editor.com, do you know if they are different projects?

[–] Lodra@programming.dev 4 points 3 weeks ago

Funny that you pointed this out. I didn’t actually know about the two distinct sites. The “missing” hyphen in my url was a confusing accident; I just assumed they revamped the website poorly 🤣. I had to check the install instructions and GitHub link before posting

load more comments (1 replies)
[–] Qzr@programming.dev 10 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

If you want to try HelixNotes, be aware it overwrites the front-matter of notes you open (view only, no edit needed).


Hi ArkHost,

Obsidian user here. I tried HelixNotes for a couple of minutes and here's my feedback:

  • I like that you support compatibility/converting Obsidian vaults. I wish you would at least support Obsidian's wiki links directly. I won't convert all my notes just to try if I like your editor.
  • View mode doesn't seem to really do anything. Ah wait, seems like I can only click links in view mode (no visual distinction between normal editor and view-mode apart from the tiny view mode badge). But that opens the linked note in my default .md viewer, not the HelixEditor itself. IMO view-mode should be visually distinct and also work together with source-mode (so I can edit in source mode and then click view-mode to see the rendered note).
  • I like the simple look, although the UI is not as polished compared to Obsidian.
  • I need Math support ($ ... $).
  • I hate that you update notes front-matter even if I just view and not edit them. Only change notes I am editing myself. I just had a look and now you changed the format of my notes. Re front-matter it would also be good if that behavior is documented somewhere.
  • I closed my vault (clicked on the folder icon in the top right) and wanted to reopen it, but got an error: Failed to acquire LockFile: LockBusy.
  • The graph view opened but stayed empty.

Feel free to use my feedback however you want, or don't. Personally, there's more than one deal-breaker for me to switch from Obsidian to HelixNotes, without even considering the nice-to-have features added by all the plug-ins. I recommend you to listen to people who are more likely to use your editor than me, or are already using it. I hope my comment doesn't come over too negatively. I tried to give honest feedback why personally I won't use HelixNotes anytime soon. I wish you all the best.

[–] ArkHost@lemmy.world 8 points 3 weeks ago

Appreciate the honest feedback, doesn't come over negatively at all, this is exactly what helps improve the app.

  • Obsidian wiki links not converting properly during import: that's a bug, will be fixed in the next release.
  • View mode, math support, frontmatter behavior, and the other UX points: all noted and will be considered. So far I've focused on features I use personally, but if something makes sense, improves the app, and keeps it focused without bloat, I just implement it.
  • The LockFile bug and empty graph view: I haven't seen this behavior yet but I'll look into it.

HelixNotes isn't trying to be a replacement for Obsidian. It was a replacement for Obsidian for me, but different people have different needs. Thanks for taking the time.

[–] Qzr@programming.dev 3 points 3 weeks ago (2 children)

You even overwrite previously existing front-matters. From just looking at a note. This is a fucking no-go! Luckily I was able to revert all the unwanted changes HelixNotes applied to my vault.

This is a warning for everyone who wants to try HelixNotes with an existing vault.

[–] ArkHost@lemmy.world 4 points 3 weeks ago

The import dialog warns you to make a backup before running as it modifies files in place. That said, the frontmatter overwrite on just viewing a note is a valid bug. I'll fix that, notes should only be modified when you actually edit them.

load more comments (1 replies)
[–] early_riser@lemmy.world 7 points 3 weeks ago (1 children)

Oh hey I’ve been looking for “obsidian but with version history “ for a bit now.

[–] ArkHost@lemmy.world 2 points 3 weeks ago

Give HelixNotes a try :)

[–] ArkHost@lemmy.world 6 points 3 weeks ago

Thanks for all the feedback everyone. Just shipped v1.1.0 based on what was reported here today:

  • Obsidian wiki link import fix
  • macOS Cmd key shortcuts (was showing Ctrl)
  • Frontmatter no longer modified on notes you don't edit
  • KaTeX math support
  • Daily Notes
  • Tag management (single + batch)
  • View mode toggle + focus mode improvements
  • Source mode search
  • Notebook delete confirmation
  • Collapsible sidebar tags
[–] 3abas@lemmy.world 6 points 3 weeks ago (2 children)

Your website says "No sync. No lock-in. No bullshit"

Would you mind elaborating on the thought there? Why no sync?

I use obsidian with self hosted live sync, my notes are mine and they live on my hardware, but they are always in sync between my devices. If I'm on my desktop and take notes, I can pull them up on my laptop or even my phone. With this, I can't reference my notes (or update them) until I'm back on my desktop.

The line "No sync. No lock-in. No bullshit" tells me you're opposed to it on principal, meaning you don't intend to ever add the ability to sync, and that's a nonstarter for me and a lot of people I image. I'd love to migrate from obsidian to something open source, and I'd love to potentially spend time working on contributing a self hosted live sync like feature, but I need to know if my work and pull request will be immediately rejected on a principal I'm not sure I understand?

[–] ArkHost@lemmy.world 6 points 3 weeks ago (5 children)

Good question. "No sync" means no built-in cloud sync - not that sync is impossible. Your notes are plain .md files in a folder, so you can sync them with Syncthing, Nextcloud, rsync, Git, or anything else you already use. The app watches the filesystem for external changes and picks them up automatically.

The philosophy is: I don't decide where your files go. You do.

As for contributions - absolutely welcome. PRs won't be rejected on principle. If you want to work on a self-hosted sync feature, open an issue on Codeberg and let's discuss the approach first. I'd love to see it.

[–] teawrecks@sopuli.xyz 2 points 3 weeks ago

Are there plans for mobile apps? In particular, obsidian and nextcloud don't seem to work well together on android. Changes made to files via obsidian don't get picked up by nextcloud unless I manually go sync the file. This might just be nextcloud's app dropping the ball.

load more comments (4 replies)
[–] vext01@lemmy.sdf.org 3 points 3 weeks ago

I assume you could use syncthing to sync the notes.

[–] cenariodantesco@lemmy.world 5 points 3 weeks ago

Notix. Notes + helix avoid confusion with the other app, Notix

[–] teolan@lemmy.world 5 points 3 weeks ago (1 children)

Note taking App, AI in the front page... I don't think you understand the point of taking notes.

[–] ArkHost@lemmy.world 7 points 3 weeks ago

AI is optional, disabled by default, and doesn't even show in the UI unless you enable it. The app works fully offline with zero AI involvement.

[–] coherent_domain@infosec.pub 4 points 3 weeks ago (1 children)

Does this have anything to do with the Helix text editor?

load more comments (1 replies)
[–] dan@upvote.au 2 points 3 weeks ago (6 children)

Looks like an interesting project!

Could you please consider publishing it to Flathub?

load more comments (6 replies)
[–] fierysparrow89@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Never worked with any note taking apps except for Vim with customized snippets and rudamentary helper scripts.

While such an app seems very appealing, I haven't seen any of them featuring the useful stuff, such as pluggable editor (in my case Vim or NeoVim), template support (day journal, meeting, README etc...), rendered fields (e.g.: today, author, or arbitrary values), support for pandoc rendering, doc metadata management (tags, keywords, related docs, links) or markers in text eg. @TODO etc... (idea being to aut. create lists of paragraps with such markers)

What's the point of a note taking app that provides help with editing single docs and maybe with rendering to HTML, but doesn't help organizing and remembering stuff?

[–] ArkHost@lemmy.world 4 points 3 weeks ago

Different use case. HelixNotes is for people who want a clean, simple note-taking app that works out of the box - not a customizable text processing pipeline. If Vim snippets work for you, stick with that. Not every tool needs to be for everyone.

[–] unlisted@feddit.org 2 points 3 weeks ago (1 children)

I just downloaded. Looks amazing. I will try it out. Do you have a Patreon Page or something?

[–] ArkHost@lemmy.world 2 points 3 weeks ago (4 children)

Thanks! No Patreon yet, but I'll set something up. For now, the best support is feedback and bug reports.

load more comments (4 replies)
[–] oxideseven@lemmy.ca 2 points 3 weeks ago (1 children)

What does it do that obsidian doesn't? Why would I switch? Genuinely interested.

[–] ArkHost@lemmy.world 4 points 3 weeks ago

Obsidian's default editor is barebones, you need plugins to get a usable experience. HelixNotes gives you rich editing out of the box: formatting toolbar, slash commands, source mode toggle. No setup. It's also not Electron. Rust + Tauri 2.0 & Svelte fraction of the RAM, launches instantly. Same philosophy though: local .md files, no cloud, no lock-in. If Obsidian works for you, no reason to switch.

[–] captcha_incorrect@lemmy.world 2 points 2 weeks ago (1 children)

Is it possible to view files in the root of the vault?
Also, is it possible to show non .md files?

My use case for the second question is that I have .pdf and .xml that acompanies my notes. Having HelixEditor showing them as well (or opening them in system default editor) would be nice.

load more comments (1 replies)
load more comments
view more: next ›