Back to browse
Vocalinux // 100% offline voice typing for Linux

Vocalinux // 100% offline voice typing for Linux

by jatinkrmalik·Feb 16, 2026·2 points·0 comments

AI Analysis

●●●BangerSolve My ProblemDark HorseShip It

Offline voice typing for Linux—finally fills a gap Windows and macOS solved years ago.

Strengths
  • Solves a real gap: Linux users had no native offline voice dictation; this is genuinely the first to ship it cleanly
  • Universal app support via X11/Wayland + event device input bypass; no code changes needed in any app
  • Production-ready: one-line install with GPU auto-detection, works today, actively maintained with real support
Weaknesses
  • Linux-only limits market; quality depends entirely on whisper.cpp/VOSK accuracy (out of authors' control)
  • No moat: once macOS/Windows get equivalent offline tools, advantage evaporates
Category
Target Audience

Linux desktop users; privacy-conscious professionals; developers who want voice typing without cloud dependency

Similar To

macOS Voice Control · Windows Narrator · Continue.dev (LLM-based coding only)

Post Description

Show HN: Vocalinux – 100% offline voice typing for Linux I built this because I wanted voice dictation without sending my voice data to cloud services. 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) - Works offline, no network required - Universal compatibility (X11/Wayland, any app) - Voice commands: "period", "delete that", "new line" Installation: one-line curl command with auto-detection for GPU/CPU GitHub: https://github.com/jatinkrmalik/vocalinux Questions and feedback welcome!

Similar Projects

AI/ML●●Solid

Toice – Local voice typing for Linux using Whisper

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.

Big BrainNiche Gem
zherotz
203mo ago