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 16 points 4 months ago (2 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 12 points 4 months 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 18 points 4 months ago (1 children)

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

[–] 01189998819991197253@infosec.pub 11 points 4 months ago (1 children)

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

[–] ArkHost@lemmy.world 14 points 4 months ago (1 children)
[–] 01189998819991197253@infosec.pub 13 points 4 months ago

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

[–] teawrecks@sopuli.xyz 1 points 4 months ago (1 children)

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?

[–] ArkHost@lemmy.world 1 points 4 months ago (2 children)

Not at this moment. Which local model would you like to see as an additional option?

[–] teawrecks@sopuli.xyz 2 points 4 months ago

I don't know what is typical, but when I use AI locally I've been running llama-cpp with models grabbed from HF (ex. QwenCoder). Then in my VS code plugin (RooCode) I use the "OpenAI compatible" option to point it at my local server.

Not sure how hard that is to get working, but my hope is that "OpenAI Compatible" helps.

[–] RustyShackleford@programming.dev 1 points 4 months ago (1 children)
[–] ArkHost@lemmy.world 1 points 4 months ago

Ollama is now also possible.