Vox
Voice interface for Claude Code
Talk to your codebase. Vox connects voice input to Claude Code, giving you a real-time conversational interface for coding tasks.
Voice-driven coding
Speak naturally to describe tasks, ask questions, or give instructions. Vox transcribes and routes to Claude Code with full tool access.
Real-time activity
Watch what Claude is doing as it works. Live activity feed shows file reads, edits, and command execution in real time.
Session persistence
Sessions are saved and resumable. Switch between projects, pick up where you left off, and maintain full conversation history.
1
Clone the repositorygit clone https://github.com/anthropics/sonar.git
2
Install dependenciescd sonar/backend && pip install -r requirements.txt
3
Configure environmentcp .env.example .env && edit .env with your API keys
4
Run the serveruvicorn app.main:app --reload