Powerful speech-to-text tool for Linux
Voice-to-text application for Linux with local Whisper and OpenAI API support.
- Local Whisper — works offline, your data stays on your machine
- OpenAI API — cloud transcription via Whisper API
- Model download — download models directly from the app
- System tray — runs in background with quick access
- Hotkeys — start recording with keyboard shortcuts
- Recording history — all transcriptions are saved
- Translation — built-in translation via GPT
Download the latest version from Releases.
chmod +x megawhisper
./megawhisperApplication menu shortcut is created automatically on first launch.
- OS: Fedora Linux
- Desktop: KDE Plasma, GNOME (Wayland)
sudo dnf install qt6-qtbase portaudio flac- Launch the app — icon appears in system tray
- Open settings (right-click → Settings)
- Choose mode: Local Whisper or OpenAI API
- For local mode — download a model
- Press hotkey (default
Ctrl+Shift+Space) and speak - Text appears in active window or clipboard
| Model | Size | Description |
|---|---|---|
| tiny | ~75 MB | Fastest |
| base | ~142 MB | Fast |
| small | ~466 MB | Balanced |
| medium | ~1.5 GB | Accurate |
| large-v3 | ~3 GB | Latest |
For Russian language, medium or large-v3 recommended.








