Wyoming Piper
April 7, 2026 ยท View on GitHub
Wyoming protocol server for the Piper text to speech system.
Home Assistant Add-on
Local Install
Clone the repository and set up Python virtual environment:
git clone https://github.com/rhasspy/wyoming-piper.git
cd wyoming-piper
script/setup
Run a Wyoming server that Home Assistant can connect to:
script/run --voice en_US-lessac-medium --uri 'tcp://0.0.0.0:10200' --data-dir /data --download-dir /data
For a demo web server, make sure to install the http dependencies first:
script/setup --http
Then run in a separate terminal:
script/run_http --uri 'tcp://localhost:10200'
and visit http://localhost:5000 to test.
Docker Image
docker run -it -p 10200:10200 -v /path/to/local/data:/data rhasspy/wyoming-piper \
--voice en_US-lessac-medium