OpenAI Whisper (via whisper.cpp)
The default local engine. Choose a model based on your needs:Setup
- Open Settings, choose Speech-to-Text under AI Models, then the tab for the mode you’re setting up — Dictation, Note Recording or Audio Upload. Each keeps its own engine choice.
- Choose Local, then select a Whisper model
- Click Download — models are stored in
~/.cache/openwhispr/whisper-models/
GPU acceleration
Local Whisper can run on your GPU for much faster transcription:- macOS — Metal acceleration is built in on Apple Silicon, no setup needed
- NVIDIA (Windows/Linux) — one-click CUDA runtime download from the GPU card in the model picker
- AMD / Intel (Windows/Linux) — one-click Vulkan runtime download from the same GPU card, covering Radeon and Arc/integrated GPUs
NVIDIA Parakeet & Nemotron (via sherpa-onnx)
A faster alternative to Whisper, especially on lower-end hardware.Setup
- Open Settings, choose Speech-to-Text under AI Models, then the tab for the mode you’re setting up
- Choose Local, then switch the provider to NVIDIA Parakeet
- Download the model
Which to choose
- Parakeet — best for speed, lower-end hardware, or when you need multilingual support
- Whisper — best for quality, especially with the
mediumorlargemodels