Display Name
claude-voice
Category
Tooling
Sub-Category
General
Primary Link
https://github.com/nodox-studio/claude-voice
Author Name
Guille Varela
Author Link
https://github.com/nodox-studio
License
MIT
Other License
No response
Description
Voice dictation tool for Claude Code that records microphone input, transcribes it locally using Whisper (offline, no data sent to cloud), and pastes the optimized text directly into the Claude Code terminal input.
A rule-based optimizer strips filler words, removes polite preambles, and normalizes verb forms into direct imperatives. Supports Ghostty split-panel mode via a /voice slash command.
Validate Claims
Install takes under 2 minutes:
Specific Task(s)
- Type /voice in Claude Code.
- Speak: "uh can you like refactor the authentication component, and also add tests, and also update the docs"
- The tool detects the multi-part request and automatically structures it as a numbered list:
Output:
-
- Refactor the authentication component.
-
- Add tests.
-
- Update the docs.
- Press 1 — the full list is pasted directly into the Claude Code input with a
single keypress.
Specific Prompt(s)
After installing, type /voice in Claude Code and speak exactly this sentence: "uh can you like refactor the authentication component, and also add tests, and also update the docs" — then press 1 to send. No prompt to Claude Code is needed — the tool handles everything.
PressCtrl+Cto exit the tool or Cmd+W to close the split panel.
Additional Comments
Network requests: Whisper runs fully offline.
The only optional network request is a fallback to Google Speech API if Whisper fails with a technical error — the tool displays an explicit warning on screen when this happens. It can be disabled by removing the fallback block in voice_prompt.py.
Uninstall: delete ~/.local/bin/voice, ~/.claude/commands/voice.md, ~/.claude/scripts/voice_prompt.py, and the venv at the repo's .venv/ directory.
Recommendation Checklist
Display Name
claude-voice
Category
Tooling
Sub-Category
General
Primary Link
https://github.com/nodox-studio/claude-voice
Author Name
Guille Varela
Author Link
https://github.com/nodox-studio
License
MIT
Other License
No response
Description
Voice dictation tool for Claude Code that records microphone input, transcribes it locally using Whisper (offline, no data sent to cloud), and pastes the optimized text directly into the Claude Code terminal input.
A rule-based optimizer strips filler words, removes polite preambles, and normalizes verb forms into direct imperatives. Supports Ghostty split-panel mode via a
/voiceslash command.Validate Claims
Install takes under 2 minutes:
./install.sh, then type /voice inside Claude Code.press 1Specific Task(s)
Output:
single keypress.
Specific Prompt(s)
After installing, type
/voicein Claude Code and speak exactly this sentence: "uh can you like refactor the authentication component, and also add tests, and also update the docs" — then press1to send. No prompt to Claude Code is needed — the tool handles everything.Press
Ctrl+Cto exit the tool orCmd+Wto close the split panel.Additional Comments
Network requests: Whisper runs fully offline.
The only optional network request is a fallback to Google Speech API if Whisper fails with a technical error — the tool displays an explicit warning on screen when this happens. It can be disabled by removing the fallback block in voice_prompt.py.
Uninstall:
delete ~/.local/bin/voice,~/.claude/commands/voice.md,~/.claude/scripts/voice_prompt.py, and the venv at the repo's .venv/ directory.Recommendation Checklist