Home

HelixNotes now on Android, same Rust + Tauri codebase

$$5474
https://lemmy.world/u/ArkHost posted on Mar 1, 2026 00:49

Last month I posted HelixNotes here and some of you asked about mobile. Version 1.2.1 ships with an Android APK. Same codebase, Rust + Tauri 2.0, no separate app. Since last post: Android support, Ollama for local AI, graph view performance improvements, wiki-link navigation, and a bunch of mobile UX polish. Direct APK download from the site. IzzyOnDroid submission in progress. AGPL-3.0, source on Codeberg.

https://lemmy.world/post/43705151
Reply
$$5523
https://lemmy.zip/u/favoredponcho posted on Mar 1, 2026 03:54
In reply to: https://lemmy.world/post/43705151

It’s a pretty polished notes app, though couldn’t see that it supports encryption.

https://lemmy.zip/comment/24951377
Reply
$$5550
https://lemmy.ml/u/Unusable3151 posted on Mar 1, 2026 06:02
In reply to: https://lemmy.zip/comment/24951377

Doesn’t look like it

https://lemmy.ml/comment/24252711
Reply
$$5579
https://lemdro.id/u/claim_arguably posted on Mar 1, 2026 07:45
In reply to: https://lemmy.world/post/43705151

Is it vibecoded?

https://lemdro.id/comment/22753748
Reply
$$5589
https://lemmy.ml/u/rijom posted on Mar 1, 2026 08:34
In reply to: https://lemmy.world/post/43705151

Looks interesting. Any plans for an iOS version?

https://lemmy.ml/comment/24254191
Reply
$$5607
https://lemmy.world/u/ArkHost posted on Mar 1, 2026 09:43
In reply to: https://lemdro.id/comment/22753748

AI-assisted, yes.

https://lemmy.world/comment/22410419
Reply
$$5609
https://lemmy.world/u/ArkHost posted on Mar 1, 2026 09:53
In reply to: https://lemmy.ml/comment/24254191

Definitely, yes. I’m trying to tackle them one by one.

https://lemmy.world/comment/22410517
Reply
$$5610
https://lemmy.world/u/ArkHost posted on Mar 1, 2026 09:55
In reply to: https://lemmy.zip/comment/24951377

No, notes are plain .md files on your disk. Encryption was never the goal.

https://lemmy.world/comment/22410537
Reply
$$5658
https://lemmy.ml/u/rijom posted on Mar 1, 2026 13:11
In reply to: https://lemmy.world/comment/22410517

Impressive. Thank you. 👍

https://lemmy.ml/comment/24257016
Reply
$$5677
https://lemmy.world/u/currycourier posted on Mar 1, 2026 14:01
In reply to: https://lemmy.world/comment/22410419

Assisted in what way?

https://lemmy.world/comment/22413231
Reply
$$5693
https://lemmy.world/u/Railcar8095 posted on Mar 1, 2026 14:33
In reply to: https://lemmy.world/comment/22410537

Would like to see encryption, but I have to respect having a clear goal.

https://lemmy.world/comment/22413663
Reply
$$5793
https://sopuli.xyz/u/teawrecks posted on Mar 1, 2026 18:18
In reply to: https://lemmy.world/comment/22413663

I think it makes sense to handle this at a lower level. After using other notes apps, the thing I want is for it to not have some arbitrary opaque file hierarchy that locks me into it. I want a plain dir of .md files, some resources they link to, and that’s it. If I want disk encryption, there are solutions for that. I can use something like LUKs to encrypt my whole drive, or even just the notes directory.

For android, afaik everything uses disk encryption by default.

The unix philosophy is do one thing really well. We don’t need a note taking app that also handles encryption.

https://sopuli.xyz/comment/22176145
Reply
$$5797
https://lemmy.zip/u/favoredponcho posted on Mar 1, 2026 18:39
In reply to: https://sopuli.xyz/comment/22176145

In practice this app competes either StandardNotes and Notesnook. People using those might be interested in switching, but they’ll want encryption.

https://lemmy.zip/comment/24963314
Reply
$$5804
https://sopuli.xyz/u/teawrecks posted on Mar 1, 2026 19:05
In reply to: https://lemmy.zip/comment/24963314

I’ve not heard of those, but to me this is a competitor to the much more ubiquitous Obsidian. Which works great, and has a whole community of support, but is not open source.

Personally, I don’t need my notes app not be responsible for syncing across devices either. I already have that for other file types (photos, media, etc).

I’m not against these features being added, but this app is young, afaik it’s one person writing it, so I’d rather see their time be spent making the note taking experience as good as it can be.

I also generally wouldn’t trust one person to properly audit the security of the networking and encryption features. If I wanted those features, I’d still give the community time to peruse the codebase.

https://sopuli.xyz/comment/22176941
Reply
$$5843
https://szmer.info/u/babka420 posted on Mar 1, 2026 20:40
In reply to: https://lemmy.world/post/43705151

In what way is this better than LogSeq?

https://szmer.info/comment/14214683
Reply
$$5846
https://lemmy.world/u/ArkHost posted on Mar 1, 2026 20:44
In reply to: https://szmer.info/comment/14214683

Different tools. LogSeq is outliner tool with a database backend. HelixNotes is a markdown editor (with default WYSIWYG editor) with plain .md files on disk

https://lemmy.world/comment/22419762
Reply
$$6020
https://feddit.org/u/john posted on Mar 2, 2026 02:46
In reply to: https://lemmy.world/post/43705151

Does it support LaTeX blocks for math formulas?

https://feddit.org/comment/11793719
Reply
$$6116
https://lemmy.world/u/ArkHost posted on Mar 2, 2026 07:41
In reply to: https://feddit.org/comment/11793719

Yes, it supports LaTeX math blocks via KaTeX.

https://lemmy.world/comment/22426874
Reply