Replace Wispr Flow?

YES · one-shottable
catalog price reference $15/mocategory 🗣️ dictationreported replacement votes 0

Hotkey → record → Whisper → paste at cursor. One of the most-cloned apps of the trend for a reason.

the prompt
Build me a system-wide AI dictation tool like Wispr Flow for macOS. Requirements:

- A background app with a global hotkey (hold-to-talk fn key or a chosen shortcut).
  While held: record the mic. On release: transcribe and paste.
- Transcribe with whisper.cpp locally (small or medium model), or the Groq/OpenAI
  Whisper API if a key exists in .env · pick per a config flag.
- Pipe the raw transcript through an LLM (key in .env) with a short prompt that
  removes filler words, fixes punctuation, and matches casing to dictation style.
- Insert the result at the current cursor position in whatever app has focus
  (simulate keystrokes or use the pasteboard + Cmd-V approach, restoring the
  previous clipboard afterwards).
- Show a tiny floating pill while recording so I know it's live.
- Menu bar toggle for on/off, launch at login, and a settings file for the hotkey.
- No accounts, no telemetry, works offline with the local model.
- README with the Accessibility/Input Monitoring permissions I need to grant.

$ open in your agent (prompt prefilled, you press enter) or copy it raw

what you lose

xtheir tuned auto-editing voice model

xper-app tone formatting

xthe mobile keyboard

xpolish on edge cases (accents, noise)

prior art to inspect before buildingwhisper.cpplocal transcription engineVoiceInkopen-source macOS dictation app
reported replacements · 0share on X ↗"Wispr Flow replacement research and build prompt"
questions
What does the Wispr Flow verdict mean?

The directory classifies the core job as practical to build with an AI coding agent. Use the prompt as a starting point and review the tradeoffs before relying on the result. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Wispr Flow?

The directory records $15/month for a paid plan, checked 2026-07-29. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Wispr Flow?

Honestly: their tuned auto-editing voice model; per-app tone formatting; the mobile keyboard; polish on edge cases (accents, noise). If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Wispr Flow?

The listed prior art includes whisper.cpp (local transcription engine), VoiceInk (open-source macOS dictation app). Inspect those projects before starting from a blank prompt.