Learn · Whisper
OpenAI Whisper on Mac: build it, or just talk?
Whisper is OpenAI's open-source speech recognition model, and it runs
fine on a Mac. The install guides are accurate about the steps and
quiet about the evening they can eat. This page lays out both routes:
what the terminal path actually involves and when it's the right
call, and what to use when you only ever wanted the transcript.
The first transcript
One route ends in a text file. The other ends at your cursor.
Here is the part the install guides skip: raw Whisper transcribes
audio files. It has no hotkey, no mic capture, and no idea where your
cursor is. Finish the DIY setup and you have a very good
command-line transcriber, not dictation. Dictate's first transcript
lands as words in whatever field you were typing in, because putting
them there is the entire product.
New to dictation on a Mac in general? Start with
how to dictate on a Mac.
The honest call
When DIY Whisper is the right answer
If you have a folder of interviews or meeting recordings to
transcribe, local Whisper is hard to argue with. Batch jobs run
overnight for free, your audio never leaves the machine, and
whisper.cpp on Apple silicon chews through files quickly. The same
goes if you enjoy the tinkering itself. Some people want a working
pipeline they built, and a Whisper install is a satisfying weekend.
Where it stops making sense is live dictation. Nobody wants to pipe
their mic through a Python script forty times a day. For that you
want an app, and the question becomes which kind.
Middle path · local files
MacWhisper
Whisper models in a native Mac app, pointed at files. Drag in a
recording, get a transcript, no terminal involved. It's built for
transcribing recordings more than for live dictation. We compare
the two jobs in
MacWhisper alternatives for live dictation.
Middle path · local dictation
VoiceInk
Local models with a real dictation loop: hotkey, speak, insert. You
still pick and download models, but it's a Mac app, not a script.
If local processing matters to you and DIY doesn't, it's the pick
to evaluate. Our side-by-side is at
Dictate vs VoiceInk.
Superwhisper sits in this camp too, with a model picker of its own. If
you're headed that way, read
Superwhisper alternatives
first. Dictate is our app.
Skip the terminal. Keep the quality.
Managed OpenAI transcription, $8 a month flat. Cancel any time; a
subscription you never used is refunded in full. Details on
the one-plan pricing page.