Simple voice activation

Give your product
its own wake word.

Type a phrase, choose how it sounds, and download a ready-to-use wake word package for your device.

Product summary

Create a wake word for your own application.

Choose an English word or short phrase, select how it is pronounced, and download a signed wake model. The included Linux runtime listens locally and sends an event whenever your word is detected. You decide what your application does after that event.

User guide

From creation to detection in four steps

1 Enter your phrase Type a short English word or phrase in the creator below.
2 Choose the pronunciation Listen to each available pronunciation and select the right one.
3 Download both files Get your signed .wake model and the Linux runtime ZIP.
4 Run and integrate Start the runtime, then use its JSON event in your application.
Run on Linux x64 or Windows x64 ./wake-runtime --model my-word.wake
  • Available for Linux x64 and Windows x64
  • Works completely offline
  • A working microphone is required
  • macOS is not included yet
What happens after detection?

The runtime outputs a JSON event. Your code can start an assistant, robot, application, or any action you choose.

{"event":"wake_word_detected","wake_word":"My Word"}
Wake-word creator

Create your custom wake word.

Enter your phrase below to get started.

1Wake word
2Pronunciation
3Download
01

What should wake your device?

Use a short phrase that is easy to say and remember.

0 / 32

For best results, use two to four syllables.

02

Choose how it sounds

Listen to each option and select the closest pronunciation.

The voice only changes the preview, not the wake word.

Test with your microphone Press test, then say your wake word once.
Wake word test Say your wake word once after pressing the button.
Free during beta Create your model for free

No payment or credit card required.

Free

Preparing your package

Creating your wake word...

Pronunciation selected
Wake word prepared
Securing your package

Ready to use

Your wake word is ready.

Linux runtime Linux x64 • Loading...
Download runtime
How to use it
  1. Extract the Linux runtime ZIP.
  2. Keep your downloaded .wake file.
  3. ./wake-runtime --model my-word.wake
Works offlinePrivate by designEasy to integrate

Ready in seconds

No complicated setup. Choose a phrase and create your package.

Private by default

Your wake word runs locally. Audio stays on your own device.

Built for devices

A lightweight package designed for simple offline integration.