Alternatives to Whisper
An open-source speech recognition model from OpenAI for transcribing and translating audio on your own machine. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Whisper
An open-source speech recognition model from OpenAI for transcribing and translating audio on your own machine.
Replacements
Listings that take over the same core job as Whisper.
Buzz
Turn speech recordings into text with a desktop transcription app.
Buzz is an MIT desktop app for Windows, macOS and Linux that provides a graphical interface with microphone transcription and subtitle exports instead of command-line setup.
Vibe
Transcribe audio and video files on your own computer.
Vibe is an MIT desktop app that transcribes audio and video files with batch jobs and subtitle formats, with optional cloud summarization that sends requests externally.
noScribe
Transcribes recorded audio to text on your own computer, with speaker separation.
noScribe is a GPL-3.0 desktop tool that transcribes recordings locally and adds speaker separation, though it is slow without a capable GPU.
aTrain
Transcribe recorded interviews on your own computer.
aTrain is an AGPL-3.0 interview transcription tool with speaker detection, available on Windows and Linux rather than as a cross-platform command-line model.
whisper.cpp
C/C++ port of OpenAI's Whisper for fast offline speech-to-text on your own hardware.
whisper.cpp is a C/C++ port of Whisper that runs offline without a Python dependency on CPU or GPU, and it is under very active development.
Also worth comparing
These listings name Whisper as their own alternative, so the relationship runs both ways.
MacWhisper
A Mac app that transcribes audio and video files to text on your own machine.
Whisper is OpenAI's free MIT model that also translates to English, but needs command-line and Python setup.
Meetily
Record and transcribe meetings with local AI processing.
Whisper is OpenAI's open-source speech recognition model used through the command line and Python, adding translation to English but lacking a graphical interface.
WhisperX
A speech recognition tool that adds word-level timestamps and speaker diarization to Whisper transcription.
Whisper is OpenAI's MIT model that adds translation to English and language identification, but lacks WhisperX's word timestamps and diarization.
Similar software
Related functionality, not a direct replacement.
Handy
Dictate into desktop text fields with local speech recognition.
llamafile
Packages a language model and the code to run it into one executable file that works on several operating systems without installation.
KoboldCpp
A single executable that runs GGUF language models locally, with a web interface and no installation at all.
Superwhisper
A voice dictation app that turns speech into text in any app, using offline or cloud recognition.
Lemonade
A local AI runtime that serves text, image and speech models through a GUI, CLI and API.