this post was submitted on 10 Nov 2025
19 points (95.2% liked)

Selfhosted

52841 readers
730 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Basically title. I want an app that can integrate with a server to run whisper and small local llms to place phone calls and such. Already have ollama and such, so that side is done. I just need the integration.

Edit for clarity: I mean a local siri type thing.

top 5 comments
sorted by: hot top controversial new old
[–] BlameThePeacock@lemmy.ca 5 points 13 hours ago (1 children)

Agent voice response

It's even mostly open source.

[–] HumanPerson@sh.itjust.works 1 points 9 hours ago* (last edited 9 hours ago) (1 children)

That looks like a call center type thing. I'm more looking for "hey google" without (most of) the spyware.

Edit: re-reading my post, I see how it looks like that's what I meant.

[–] BlameThePeacock@lemmy.ca 1 points 8 hours ago

So there's an answer, and then there's a problem.

The easy answer is that Home Assistant has Voice Assistants now, and you can use Ollama, Whisper, and Piper to do that all locally.

The problem is that it really only talks to Home Assistant, there's no ability to have it search the web, or make a phone call, or really anything else outside of Home Assistant without significant addon stuffs.

It also requires a reasonably significant amount of RAM on your computer to run the VM for Home Assistant while supporting Whisper and Piper and Ollama.

[–] okwhateverdude@lemmy.world 0 points 14 hours ago (1 children)

Vibecode something? Fair warning that vibecoding android apps is fraught with peril. Be very explicit in what versions of android and the SDK in your prompt.

[–] HumanPerson@sh.itjust.works 4 points 14 hours ago

I have lots of java and a smidgen of kotlin experience so I'll probably just regular code it if I have to. I would still prefer if something already exists.