See also: Building Voice Mode for creating development builds and wheels.
# Run from the project directory - uvx automatically detects the command
uvx .# Run from the project directory
uvx --from . voicemode
# Or from anywhere with full path
uvx --from /home/m/Code/github.com/mbailey/voicemode voicemodeuvx --from file:///home/m/Code/github.com/mbailey/voicemode voicemode# Install the package in editable mode
uv pip install -e .
# Then run directly (not through uvx)
voicemode# Build the package
uv build
# Install from the built wheel
uvx --from dist/voice_mode-*.whl voicemode# Test voice-mode package (default)
uvx --from . voicemode
# Test voice-mode package (legacy)
UV_PROJECT_FILE=pyproject-voice-mode.toml uvx --from . voice-modeuvx --from . voicemode --helpuvx --from . --with rich voicemodeuvx --refresh --from . voicemode