claudiacc
v1.0.0
Published
Voice-enabled Claude Code - talk to Claude in your terminal
Maintainers
Readme
Claudia
Voice-enabled Claude Code - talk to Claude in your terminal with an animated avatar.
Requirements
- Node.js 18+
- Claude Code installed (
npm install -g @anthropic-ai/claude-code) - Google Chrome or Safari (for avatar window)
- Microphone access
Usage
npx claudiaThis will:
- Start Claude Code with voice input enabled
- Open a small avatar window in your browser
- Click "Start" in the avatar window to begin speaking
Options
--with-permissions Run Claude with permission prompts (default: skipped)
--no-browser Don't open the avatar window
-h, --help Show help
-v, --version Show versionHow it works
- Speech-to-Text: Uses Web Speech API (browser-native, instant)
- Text-to-Speech: Uses ElevenLabs API via hosted server
- Avatar: Animated MP4 that syncs with speech
License
MIT
