Minimalist Whisper for voice input in different Linux applications, including terminal apps.
Transcription is powered by the gpt-transcribe model.
Tested on Ubuntu 24.04 with an X11 server.
Download the latest AppImage from Releases.
Make the AppImage executable and run it:
chmod +x mywhisper-gtk-*.AppImage
./mywhisper-gtk-*.AppImageSet OpenAI API Key in app settings (Settings in tray menu).
Install the dependencies, build, and run:
sudo apt update
sudo apt install -y build-essential libayatana-appindicator3-dev libxtst-dev libsoup-3.0-dev alsa-utils opus-tools
make build
./app.out| Hotkey | Action |
|---|---|
Double Ctrl / Shift / Alt |
Start/stop voice input; key and interval are configurable in settings |
Esc (during voice input) |
Cancel |

