OpenAI Whisper (via whisper.cpp)
The default local engine. Choose a model based on your needs: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.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