Minimal English speech-to-text overlay for Linux, powered by ElevenLabs realtime transcription.
- Low-latency transcription via ElevenLabs Scribe v2
- Small, dark, chip-style microphone visualization
- Bottom-centered overlay with elapsed timer
- Hyprland / Wayland integration
Run the installer:
./bin/hyprwhspr setupConfigure ~/.config/hyprwhspr/config.json for the ElevenLabs realtime backend:
{
"transcription_backend": "realtime-ws",
"websocket_provider": "elevenlabs",
"websocket_model": "scribe_v2_realtime",
"language": "en"
}Press Super+Alt+D to start and stop dictation. Transcribed text is pasted into the active window.
MIT