Vox brings voice control to GitHub Copilot
Vox is an open-source, hands-free CLI extension that brings voice-based interaction to GitHub Copilot sessions on Windows, macOS, and Linux. By launching Chromium in app mode to run native Web Speech APIs, it enables features like voice interruptions and live transcriptions without heavy frameworks or paid API keys.
Vox demonstrates how developers can bypass bulky Electron structures and costly voice APIs by creatively utilizing Chromium's native capabilities in app mode.
* The lack of heavy frameworks makes installation fast and keeps system footprint low.
* Leveraging native Web Speech APIs eliminates API cost and key configuration, though it means relying on browser-level quality and privacy.
* Features like barging in (voice interruption) and live captioning provide a natural, responsive voice loop.
* Positioning voice as a complementary interaction for terminal-based operations rather than code editing aligns well with current voice model limitations.
DISCOVERED
1h ago
2026-07-03
PUBLISHED
7h ago
2026-07-03
RELEVANCE