openWakeWord

openWakeWord

Docker app from digiblur's Repository

Overview

Wyoming protocol server for openWakeWord wake word detection system. There is NO WEB-UI to this container.

Wyoming openWakeWord

Wyoming protocol server for the openWakeWord wake word detection system.

Home Assistant Add-on

Show add-on

Source

Local Install

Clone the repository and set up Python virtual environment:

git clone https://github.com/rhasspy/wyoming-openwakeword.git
cd wyoming-openwakeword
script/setup

Run a server that anyone can connect to:

script/run --uri 'tcp://0.0.0.0:10400'

See script/run --help for more options, including:

  • --custom-model-dir <DIR> - look for custom wake word models (.tflite) in <DIR>
  • --debug - print lots of information to console

Docker Image

docker run -it -p 10400:10400 rhasspy/wyoming-openwakeword

Custom Models

Download custom wake words and put the .tflite files in a directory:

docker run -it -p 10400:10400 -v /path/to/custom/models:/custom rhasspy/wyoming-openwakeword \
    --custom-model-dir /custom

Source

Install openWakeWord on Unraid in a few clicks.

Find openWakeWord in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for openWakeWord Review the template variables and paths Click Install

Categories

Download Statistics

2,736,770
Total Downloads
105,386
This Month
118,281
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
rhasspy/wyoming-openwakeword
Last Updated2025-10-28
First Seen2024-01-01

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

WyomingPortPorttcp
Target
10400
Default
10400