this post was submitted on 25 May 2025
-17 points (36.9% liked)

Programming

20363 readers
144 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 
all 18 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 2 days ago

Privacy & Local Storage

All your chats and data are stored locally on your device, ensuring complete privacy and control.

Assuming that those providers don't store your chats (which they certainly do). Also no mention of locally hosted models?

If you just want to connext to llms then SillyTavern can also do that, for free.

[–] [email protected] 6 points 3 days ago

Looks a lot likehttps://github.com/open-webui/open-webui

I'm using it with open router, helps me claw back a little privacy

[–] [email protected] 1 points 3 days ago (1 children)

I applaud this program, exactly what we've all been looking for.

Looks like many of the comments identifying it have been removed.

[–] [email protected] -1 points 3 days ago
[–] [email protected] 9 points 3 days ago (1 children)
[–] [email protected] 4 points 3 days ago (1 children)
[–] [email protected] 0 points 3 days ago

Currently only Windows is supported. But because it's flutter under the hood, I will be expanding to other platforms shortly!

[–] [email protected] 4 points 3 days ago (1 children)

I love the gtk ui. I wish it was a frontend for a local ai but I'm not complaining :) i love it still. Kudos!

[–] [email protected] 1 points 3 days ago

Thank you! It could actually be a frontend for local ai. Currently only Openai, Anthropic and Google are supported. But I will be adding support for lmstudio, ollama etc in the future as well!

[–] [email protected] 12 points 3 days ago (1 children)

And what does your program do?

[–] [email protected] 1 points 3 days ago (1 children)

Basically you can talk to different LLM models through their api. But all your conversation are saved locally on your computer so you don't have to pay a subscription fee and you have all your chats in one place!

[–] [email protected] 2 points 3 days ago (1 children)

So, something like Duck.ai, the built-in AI frontend of DuckDuckGo? https://duck.ai/ Nice, but why would anyone pay for it?

[–] [email protected] -4 points 3 days ago

Yes similar but not quite the same. You can see the features here: https://anylm.app/

[–] [email protected] -3 points 3 days ago

The goal was to build a "native" app that has a nice UI and can connect to all the different LLM providers. So basically you don't have to pay a subscription fee and only pay as you go to the different providers.

The difference to existing apps like Typing Mind is that it actually mimics the UI from ChatGPT as close as possible. So you don't feel like you're using something inferior. What do you guys think?