VoiceView CORE-TERMUX Docs ←
Core Voice
Capture voice from the microphone, review it in nvim, and launch an AI agent. Perfect for hands-free coding and quick prompts.
core voice opencodeRequirements
Commands
core voiceShow help
core voice <agent>Capture → nvim → launch agent
core voice textCapture → nvim → print to stdout
core voice !Alias for 'text'
Supported Agents
Voice works with all major AI coding agents:
opencodeopencode run "prompt"
claude-codeclaude -p "prompt"
codexcodex "prompt"
gemini-cligemini -p "prompt"
hermes-agenthermes chat -q "prompt"
kimi-codekimi -p "prompt"
mimocodemimo run "prompt"
mistral-vibevibe --prompt "prompt"
openclaudeopenclaude --bg "prompt"
pipi -p "prompt"
qwen-codeqwen -p "prompt"
textPrint prompt to stdout
Example Session
$ core voice opencode
➜ Listening through the microphone...
➜ Review the prompt in nvim, fix mistakes, then save and quit
➜ Launching opencode with prompt…
# opencode opens with the voice-transcribed prompt