grammar.enabled = false for transcription-only mode, or choose a backend with grammar.backend.
Backends are registered in src/whisper_voice/backends/__init__.py. Non-selected backends must stay lazy and must not initialize at startup.
Backends
| Backend | Requirements | Runtime |
|---|---|---|
| Apple Intelligence | macOS 26+, Apple Silicon, Apple Intelligence enabled | On-device Foundation Models |
| Ollama | Ollama installed and running | Localhost at http://localhost:11434 |
| LM Studio | Model loaded and local server started | Localhost at http://localhost:1234 by default; private LAN allowed |
| Disabled | None | Transcription only |
Apple Intelligence
Apple Intelligence is the default configured backend, but grammar is disabled by default. Enable it only when macOS and Apple Intelligence support are available.Ollama
LM Studio
Download and load a model in LM Studio, then start the local server from the Developer tab.Selected-text modes
When grammar is enabled, Local Whisper can transform selected text:| Shortcut | Mode |
|---|---|
Ctrl+Shift+G | Proofread |
Ctrl+Shift+R | Rewrite |
Ctrl+Shift+P | Prompt engineer |