Vocalinux // 100% offline voice typing for Linux
Offline voice typing for Linux—finally fills a gap Windows and macOS solved years ago.

Linux finally gets offline voice typing; Ctrl-tap + Vulkan GPU support vs cloud-dependent alternatives.
Linux users, privacy-conscious developers, accessibility users
Talon Voice · Caster · macOS/Windows built-in dictation
Vocalinux is a privacy-focused, open-source dictation tool that runs entirely on your Linux machine:
- Local speech recognition (whisper.cpp, VOSK, or OpenAI Whisper) - GPU acceleration via Vulkan (AMD/Intel/NVIDIA) - Works offline, no network required - Universal compatibility (X11/Wayland, any app) - GTK system tray app
Installation: one-line curl command with auto-detection for GPU/CPU
GitHub: https://github.com/jatinkrmalik/vocalinux
Questions and feedback welcome!
Offline voice typing for Linux—finally fills a gap Windows and macOS solved years ago.
1.2% WER in 150ms beats Whisper and Deepgram, but pricing undercuts adoption vs free.
One Rust binary does what Electron apps and Python scripts couldn't for Linux dictation.
Local transcription with AI correction beats cloud latency, but voice assistants are crowded.
The repo solves a real Wayland pain with a clever two-part design: a lightweight out-of-sandbox trigger script wakes a sandboxed app via DBus so you can have a global hotkey without breaking security. It runs whisper.cpp locally and shows an overlay to paste transcripts system-wide — very useful for offline, privacy-first typing — but the Flatpak/runtime, AVX2 needs, and English-only support limit its reach.
Comprehensive list, but static curation—dozens similar repos exist on GitHub.