heraldvox-cli
v1.4.2
Published
HeraldVox CLI — voice-enabled mobile and web client for AI coding agents
Readme
HeraldVox CLI
Voice-enabled control for AI coding agents — manage Claude Code, Codex, Gemini, and OpenClaw from your phone, browser, or terminal.
Installation
npm install -g heraldvox-cliThis installs the happy command globally.
Usage
# Start with Claude Code (default)
happy
# Start with other agents
happy codex
happy gemini
happy openclaw
# Daemon management
happy daemon start # Start background daemon
happy daemon stop # Stop daemon
happy daemon status # Check daemon status
# Authentication
happy auth login --web # Authenticate via browser
happy auth status # Check auth statusHow It Works
HeraldVox CLI runs a daemon that connects your local machine to the HeraldVox web app. Sessions are end-to-end encrypted and controlled from heraldvox.com.
Links
- Website: heraldvox.com
- Issues: github.com/AaronZ021/heraldvox/issues
License
MIT
