Known limitations
- macOS builds are Apple Silicon only. GitHub retired its Intel build machines in December 2025, so there is currently no way to produce and test an Intel build. Intel Mac users can build from source.
- There is no Linux
.rpm. The packaging does not bundle the speech engine correctly, and shipping an.rpmthat installs but cannot transcribe would be worse than shipping none. Fedora and openSUSE users should use the AppImage. - Builds are not code signed yet. On macOS that means one Terminal command on first install. On Windows, SmartScreen may warn you the first time you run the installer.
- Unsigned builds cannot auto-update on macOS. Updating means downloading the new
.dmgand repeating the one-time command.
The release pipeline is already wired for signing. It needs the paid Apple Developer membership and a Windows certificate. Steps for the macOS command are in Install.
Roadmap
- Code signing for Windows and macOS
- A wider model catalog and more one-click local models
- More community translations
- Voice-to-text tuned for agentic coding
- Prompt-engineering help: describe what you want to build and get a solid prompt back
- Voice commands: trigger actions and complete tasks by voice
License and credits
SpeakoFlow is open source under the MIT License. Its dictation core comes from Handy by CJ Pais, used under the MIT license. The Whisper and Parakeet pipeline, VAD, overlay, and settings architecture all trace back to that project. Thanks to CJ for making it open. The assistant, screen vision, Generate with Flow, translation, text-to-speech, and memory layers are SpeakoFlow’s own. Thanks also to Tauri, whisper.cpp, llama.cpp, Silero VAD, and Kokoro.Tech stack
Tech stack