No always-on microphone
Bolo captures audio only while Right Option is held.
Open source macOS dictation
Open source push-to-talk dictation for macOS. No subscription.
Bolo turns short spoken thoughts into clean text in the app you are already using.
Recent local logs show menu-ready startup averaging 188 ms.
Menu bar app, AppKit hotkey listener, and a smaller status HUD.
Nova 3 transcription, fallback handling, vocabulary, and optional LLM cleanup.
Why it exists
Bolo captures audio only while Right Option is held.
Bring a Telnyx API key and run the app locally.
Dictate in Slack, Notion, Gmail, VS Code, terminals, and browsers.
Rust core, Python AppKit helpers, local cleanup, and open logs.
How it works
HUD appears. Bolo is listening.
Audio captured only while held.
Audio sent, transcript cleaned.
Pasted into any app, instantly.
How it works
Bolo runs as a menu bar-only macOS app. It records only while the hotkey is held, sends audio to Telnyx APIs for transcription, then discards the audio. No dictation history is retained by Bolo.
Install
Requires macOS 12+, Rust, Python 3, and a Telnyx API key.
git clone https://github.com/a692570/bolo.git
cd bolo
./install.sh