3
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 06 Jun 2025
3 points (57.9% liked)
Open Source
37729 readers
75 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
@miau Hey there - yes that's a good shout! Been focusing so much on desktop experience, stability and polish
I'll give the mobile UX a bit more love (it needs some after recent refactors!), and then I'll try to get it listed on fdroid
Can I ask you weren't completely satisfied with existing tools? just looking for what I can do better so this doesn't just feel like "yet another AI app"
Hey, sorry, I ended up deleting my previous comment and didnt notice you had replied
But what I miss in other apps are things like being able to do text search in the chats, share files/media into the LLM, just as I would in a chat with a human person, the ability to select a message and ask the llm to regenerate it. To be honest I havent seen many android apps with all this funcionality that are LLM agnostic (meaning I can either plug ollama or another LLM of my choice). The ollama android app is very good but does not support openai/gemini.
@miau Ahh do you mean text search through ALL chats? so you can find a specific conversation?
We have file sharing for characters, so you can give it access - but yeah I still need to add a little "media" button for the chat so it's easier to share on-the-go
Regeneration is a good one! And very easy to implement :)
Yes, I tend to keep relatively long chats with LLM. Spedially when using reasoning models the chat history grows quickly. So being able to search for some text string in a given chat would be helpful. But I understand this might be a not so common use case.
Awesome that you already have file sharing, I will be sure to take a look!