2026: the real future of Rhasspy? The end?

Hello there!

I see the rhasspy3 was moved to public archive - GitHub - rhasspy/rhasspy3: An open source voice assistant toolkit for many human languages · GitHub

However in the same time I can see that some active development is happening by Michael Hansen in other repositories synesthesiam (Michael Hansen) · GitHub

I know Michael has moved to Home Assistant, so his main dev focus will be around that project.

I wonder if there’re any forks of rhasspy been made and community has moved away to some single project? Or just dispersed?

2 Likes

I’d like to know this as well. I’m still using Rhasspy and would love for this to receive continued development.

I guess unless @synesthesiam returns Rhasspy is dead. The repositories not deprecated are the ones also used by Home Assistant.

From Wyoming vs. ESPHome - My experience · OHF-Voice/linux-voice-assistant · Discussion #219 · GitHub it seems satellites already stopped building and Home Assistant switched to ESPHome instead of wyoming protocol for satellites.

I’m happy to put any volunteers on as maintainers for the various Rhasspy repos. I archived them because I was heading towards burn-out if I didn’t take something off my mental load :confused:

At this point, the Wyoming protocol and the voice subset of the ESPHome protocol are doing a lot of what Rhasspy did. I’m doing my best to ensure that the various Wyoming services are available as regular Docker images outside of Home Assistant so that Docker compose can be used to recreate what the Rhasspy web UI used to do when you’d pick the various services. Most of the services automatically download their models on first run, so you can get something running pretty quickly though it is less intuitive.

One piece that is definitely still missing is the server “brain” itself. The voice pipelines are run in Home Assistant, and there isn’t a Wyoming version of the pipeline runner that exists as a standalone service (with satellites connecting to it). With Claude, I think this would be a pretty quick project, but I haven’t tried it out yet.

Are people mainly interested in using the voice services outside of Home Assistant? Or is it the web UI that is missed more?