Home › Running Whisper on a Mac

Running Whisper on a Mac

Whisper is the open-source speech-recognition model most people mean when they say "local transcription." Here's what it is, whether it runs offline on a Mac (it does), and the practical ways to actually use it — from the command line to a finished app.

·

Local speech-to-text on macOS: press a key, speak, and Whisper transcribes it on the Mac
Local speech-to-text on a Mac: you speak, an on-device model transcribes, text appears — no server.

What is Whisper?

Whisper is an open-source automatic speech-recognition (ASR) model, released by OpenAI, that converts speech to text. It's widely used because it's accurate across many languages and, crucially, it can run entirely on your own computer — no cloud service required. whisper.cpp is a popular C/C++ port that runs the model efficiently on Apple Silicon using the Mac's GPU (Metal), which is what makes local transcription fast on a modern Mac.

Can you run Whisper offline on a Mac?

Yes — fully offline. Once the model file is on your Mac, Whisper transcribes without any internet connection, and your audio never leaves the device. On Apple Silicon it's genuinely fast thanks to GPU acceleration. That combination — accurate, local, offline — is why Whisper became the default choice for privacy-conscious transcription.

Ways to run Whisper on a Mac

Which option should you choose?

If you're technical, want it free, and only need to transcribe the occasional file, the command line is hard to beat. If you want to actually dictate into any app, transcribe calls, and get speaker-labeled transcripts without configuring anything, a finished app makes more sense. Either way, the important part is the same: on a Mac, Whisper runs locally, so your audio stays yours.

Download on the Mac App Store

Pay once. No subscription. · macOS 13+

Related

FAQ

Is Whisper free?

The Whisper model itself is open-source and free to run. Tools built on it vary: command-line options like whisper.cpp are free, while some GUI apps charge for the convenience. Lesskeys is a one-time purchase.

Does Whisper work offline on a Mac?

Yes. Once the model is downloaded, Whisper transcribes entirely on your Mac with no internet connection, using Apple Silicon's GPU for speed. Your audio never leaves the device.

Do I need the command line to use Whisper?

No. The command line (whisper.cpp) is the free, technical route. If you'd rather not set that up, an app like Lesskeys runs Whisper for you and adds dictation, meeting transcription, and speaker labels.

Is Lesskeys the same as Whisper?

Lesskeys runs Whisper for you via whisper.cpp on the Apple Silicon GPU — the same models, in six sizes from Tiny to Large V3 Turbo — and wraps them with system-wide dictation, call/video transcription, and automatic speaker diarization — all offline, no setup.