██╗ ██╗ ██████╗ ███████╗██╗ ██╗██╗ ██╗ ██╗ ██████╗ ██╗ ██╗
██║ ██╔╝██╔═══██╗██╔════╝██║ ██║██║ ██║ ██║██╔═══██╗╚██╗██╔╝
█████╔╝ ██║ ██║███████╗███████║██║ ██║ ██║██║ ██║ ╚███╔╝
██╔═██╗ ██║ ██║╚════██║██╔══██║██║ ╚██╗ ██╔╝██║ ██║ ██╔██╗
██║ ██╗╚██████╔╝███████║██║ ██║██║ ╚████╔╝ ╚██████╔╝██╔╝ ██╗
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝
░░░█ Voice-To-Text Recorder for Terminal - optimized for MacOS █░░░
░░ v1.2.6
Voice-To-Text Recorder for Terminal - optimized for MacOS and M series Macs for Claude Code workflow. Record voice, get instant transcription, and paste directly into your coding sessions.
npx koshi-vox@latest
Script Installs
# Clone/navigate to the vox directory
cd path/to/koshi-vox/
# Install globally from local directory
npm install -g .
# Set up your voice alias
setup-vox
# To uninstall run
uninstall-vox
koshi-vox/
├── bin/ # Executables
│ ├── koshi-vox
│ ├── vox
│ └── vox-debug
├── scripts/ # Setup tools
│ ├── install.js
│ ├── setup-vox-alias
│ └── uninstall_koshi-vox
├── lib/ # Helpers
│ ├── install-deps
│ └── install-fonts
└── sounds/ # Audio files
pip install faster-whisper soundfile
# macOS
brew install sox
# Linux
sudo apt install alsa-utils xclip
# Use your custom alias (set during setup)
vox
# Or use any alias you configured
my-voice-cmd
# Debug mode for troubleshooting
vox-debug
# Check recording files (auto-cleanup keeps 5 most recent)
vox-cleanup
# Remove all recording files
vox-cleanup --all
vox)# Default alias (vox)
setup-vox
# Custom alias
setup-vox myvoice
# Check if installed correctly
npm list -g @koshi-code/koshi-vox
# Reinstall if needed
npm uninstall -g @koshi-code/koshi-vox
npm install -g .
# Debug recording issues
vox-debug
Part of the Koshi-Code ecosystem - Premium development tools for Claude Code workflows.
23 commits
JavaScript
51.4%
Shell
48.6%
██╗ ██╗ ██████╗ ███████╗██╗ ██╗██╗ ██╗ ██╗ ██████╗ ██╗ ██╗
██║ ██╔╝██╔═══██╗██╔════╝██║ ██║██║ ██║ ██║██╔═══██╗╚██╗██╔╝
█████╔╝ ██║ ██║███████╗███████║██║ ██║ ██║██║ ██║ ╚███╔╝
██╔═██╗ ██║ ██║╚════██║██╔══██║██║ ╚██╗ ██╔╝██║ ██║ ██╔██╗
██║ ██╗╚██████╔╝███████║██║ ██║██║ ╚████╔╝ ╚██████╔╝██╔╝ ██╗
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝
░░░█ Voice-To-Text Recorder for Terminal - optimized for MacOS █░░░
░░ v1.2.6
Voice-To-Text Recorder for Terminal - optimized for MacOS and M series Macs for Claude Code workflow. Record voice, get instant transcription, and paste directly into your coding sessions.
npx koshi-vox@latest
Script Installs
# Clone/navigate to the vox directory
cd path/to/koshi-vox/
# Install globally from local directory
npm install -g .
# Set up your voice alias
setup-vox
# To uninstall run
uninstall-vox
koshi-vox/
├── bin/ # Executables
│ ├── koshi-vox
│ ├── vox
│ └── vox-debug
├── scripts/ # Setup tools
│ ├── install.js
│ ├── setup-vox-alias
│ └── uninstall_koshi-vox
├── lib/ # Helpers
│ ├── install-deps
│ └── install-fonts
└── sounds/ # Audio files
pip install faster-whisper soundfile
# macOS
brew install sox
# Linux
sudo apt install alsa-utils xclip
# Use your custom alias (set during setup)
vox
# Or use any alias you configured
my-voice-cmd
# Debug mode for troubleshooting
vox-debug
# Check recording files (auto-cleanup keeps 5 most recent)
vox-cleanup
# Remove all recording files
vox-cleanup --all
vox)# Default alias (vox)
setup-vox
# Custom alias
setup-vox myvoice
# Check if installed correctly
npm list -g @koshi-code/koshi-vox
# Reinstall if needed
npm uninstall -g @koshi-code/koshi-vox
npm install -g .
# Debug recording issues
vox-debug
Part of the Koshi-Code ecosystem - Premium development tools for Claude Code workflows.
23 commits
JavaScript
51.4%
Shell
48.6%