OpenAI Whisper (via whisper.cpp)
The default local engine. Choose a model based on your needs:| Model | Size | Speed | Quality |
|---|---|---|---|
| tiny | ~75 MB | Fastest | Basic |
| base | ~142 MB | Fast | Good (recommended) |
| small | ~466 MB | Moderate | Better |
| medium | ~1.5 GB | Slow | High |
| large | ~3 GB | Slowest | Best |
| turbo | ~1.6 GB | Fast | Good |
Setup
- Go to Settings > Speech Recognition > Local
- Select a Whisper model
- Click Download — models are stored in
~/.cache/openwhispr/whisper-models/
NVIDIA Parakeet (via sherpa-onnx)
A faster alternative to Whisper, especially on lower-end hardware.| Model | Size | Languages |
|---|---|---|
| parakeet-tdt-0.6b-v3 | ~680 MB | 25 languages |
Setup
- Go to Settings > Speech Recognition > Local
- 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