They pay for the low-friction menu-bar experience and dictation profiles.
REPLACEMENT BRIEF
dictation
Can AI replace Superwhisper?
Bind a hotkey, capture microphone audio, transcribe with Whisper or speech API, optionally rewrite with an LLM, and paste into the active field.
Build the personal version →AT A GLANCE
- price
- $8.49/mo
- listed annual price
- $101.88/yr
- replaceable scope
- Bind a hotkey, capture microphone audio, transcribe with Whisper or speech API, optionally rewrite with an LLM, and paste into the active field.
- build time
- one sitting
what AI can build
Bind a hotkey, capture microphone audio, transcribe with Whisper or speech API, optionally rewrite with an LLM, and paste into the active field.
A push-to-talk recorder that transcribes and pastes text into the active app is very buildable for one person, especially on macOS.
Editorial catalog estimate · not a completed build
The honest tradeoff
why people still pay
what you lose
xbeautiful native UX
xpresets
xvocabulary/profile tuning
xapp-wide polish
xsupport
Start with existing software
prior art · use these instead of building, if you'd rather
EVIDENCE LEDGER
What this page can prove
The verdict judges replaceability. The evidence level records what DeepFeather actually checked.
Editorial catalog estimate · not a completed build
Pro · monthly
known limits · beautiful native UX; presets
Build promptcatalog estimate
the prompt
Catalog estimateBuild me a push-to-talk dictation tool for macOS to replace Superwhisper. Requirements: - A global hotkey (default: hold right Option) records my mic while held, stops on release. A small Swift menu bar app or a Hammerspoon script, pick the simpler to ship. - Record with ffmpeg (avfoundation) to a temp wav, transcribe locally with whisper.cpp (small.en by default, model path in a config file). Works fully offline, no cloud speech APIs. - Paste the result into whatever field has focus (simulate Cmd+V via CGEvent or osascript, then restore my previous clipboard). - Optional cleanup mode on a second hotkey: send the transcript to an LLM (key in .env) to fix punctuation and drop filler words, then paste. If no key is set, this mode just does a plain paste. - Menu bar icon shows idle/recording/transcribing; clicking it lists the last 10 transcripts with copy buttons. - Append every transcript to ~/Dictation/YYYY-MM.md with a timestamp, and delete the audio after transcription. No accounts, no telemetry. - Out of scope: per-app presets and custom vocabulary tuning. One good general mode. - README: mic + accessibility permissions to grant, how to download the whisper model, and a note that the first run will trigger macOS permission prompts.
The prompt stays readable first. Choose a launch option when you are ready.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · improve it via PR
BUILD FEEDBACK
Did you try this build?
Report the outcome. Submissions enter a manual evidence queue and never auto-upgrade the verdict.
Want next week’s replacements?
New verdicts + most-wanted, weekly. Free. One-click out.
Share this verdict
questions
Can AI replace Superwhisper?
Likely for the core workflow, based on an editorial catalog judgment. This entry is not a verified build yet; use the prompt as a starting point and validate the result against your own acceptance criteria.
How much does Superwhisper cost?
Superwhisper is listed at about $8.49/month (Pro, checked 2026-07-30), or $101.88 per year. This is a pricing reference, not evidence of a completed replacement or realized savings.
What do I lose by replacing Superwhisper?
Honestly: beautiful native UX; presets; vocabulary/profile tuning; app-wide polish; support. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Superwhisper?
Yes — whisper.cpp (Local transcription engine that makes a simple dictation clone realistic.). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.