← All posts

Wispr Flow is macOS-only. If you're on Ubuntu (or any Linux distro), it can't help you. Five alternatives genuinely work on Ubuntu in 2026.

1. Whisper Writer — closest to Wispr Flow

Open source Python app. Wraps Whisper in a global hotkey. Press hotkey, speak, release, get text in your focused app. Closest experiential match to Wispr Flow on Linux. Install via pip; takes about 10 minutes.

pip install whisper-writer (or follow the GitHub README — savbell/whisper-writer)

2. Nerd Dictation — the power-user choice

Python script. Supports VOSK and Whisper backends. Heavy customization via command files. Beloved by Linux users who want to script complex voice commands. Steeper learning curve.

GitHub: ideasman42/nerd-dictation

3. Talon Voice — full voice control

Not just dictation — voice control of your entire computer. Cross-platform (Win/Mac/Linux). Same config across machines. Free for personal use.

Installer at talonvoice.com

4. Buzz — file-based transcription

For transcribing audio files (meetings, podcasts) rather than live dictation. Cross-platform. Open source. Apt package available on some Ubuntu derivatives.

5. Whisper.cpp + your own wrapper

For developers who want to roll their own. Whisper.cpp compiles cleanly on Ubuntu. Wrap it with a hotkey daemon (xdotool for inserting text, GNOME extensions for global shortcuts) and you have a custom dictation pipeline.

Setup Steps for Ubuntu

  1. Install Python 3.10+ if you don't have it: sudo apt install python3 python3-pip
  2. Pick a tool — Whisper Writer for "just works," Nerd Dictation for control.
  3. Set up audio — make sure your mic works in PulseAudio or PipeWire. Test with arecord.
  4. Configure your hotkey — GNOME Settings → Keyboard Shortcuts → Add custom shortcut.
  5. Test in your apps — Firefox, Chromium, VS Code, Slack web. Most respect text insertion via xdotool/wtype.

What These Tools Won't Match

Honest expectations: open source Linux dictation tools handle transcription excellently. They don't match Wispr Flow on:

For pure transcription on Ubuntu, the open source stack works. For Wispr-style polish, you'd need to switch to Mac.

Frequently Asked Questions

Does Wispr Flow run on Ubuntu?

No. Mac-only.

What's the best alternative for Ubuntu?

Whisper Writer for plug-and-play, Nerd Dictation for power users.

Is there a Wispr Flow Linux roadmap?

No public commitment.

What's the cleanest install on a fresh Ubuntu?

Whisper Writer via pip is the fewest-steps path.

Linux voice dictation is more capable than the marketing of Mac apps suggests. The setup costs you 10 minutes; the result is free, fully local, and unconstrained.

If you also use a Mac and iPhone, try Voice Keyboard Pro free at voicekeyboardpro.com for those platforms.

Related: Windows alternatives · All Linux alternatives · Open source alternatives