Settings

Theme

Show HN: 100% local speech dictation app with wakeword detection

mohdali7.gumroad.com

1 points by computerex a month ago · 0 comments · 1 min read

Reader

Hi HN! I built Evoke, a speech dictation app that runs 100% locally.

It supports both Parakeet and Whisper models, including Parakeet MLX on Apple Silicon, and works across Linux, macOS, and Windows (x86 and ARM).

One feature people seem to enjoy is wake word activation. You can trigger recording just by saying a phrase like:

“Dumbledore”

“Mr Anderson”

“Hey Jarvis”

Then just start speaking and your words are transcribed instantly.

Under the hood the app is written in pure Go with CGO, and the Whisper and Parakeet inference code is custom implemented and optimized for CPU performance, so it runs very fast even without a GPU.

This project was a real labor of love and a deep dive into speech inference and systems programming.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection