voice-multiplexer-install

star 0

Install or reinstall the Claude Voice Multiplexer (downloads dependencies, builds Whisper, sets up daemon)

n33kos By n33kos schedule Updated 3/28/2026

name: voice-multiplexer:install description: Install or reinstall the Claude Voice Multiplexer (downloads dependencies, builds Whisper, sets up daemon)

Install Voice Multiplexer

Run the full installation script to set up all Voice Multiplexer components.

Instructions

  1. Confirm with the user before proceeding — installation downloads several GB of models and builds from source.

  2. Check if already installed:

    Run: command -v vmux && vmux status --json 2>/dev/null
    

    If vmuxd is already running, ask the user if they want to reinstall (use --force flag) or just upgrade.

  3. Run the install script:

    Run: "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh"
    

    For a forced reinstall (re-downloads dependencies):

    Run: "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh" --force
    
  4. The script will:

    • Install Homebrew/Linuxbrew dependencies (cmake, node, livekit, tmux, etc.)
    • Build whisper.cpp with GPU acceleration (Metal/CoreML on macOS, Vulkan on Linux)
    • Install Kokoro TTS (kokoro-fastapi)
    • Download and configure LiveKit
    • Install relay server Python deps
    • Build the web app
    • Set up the vmuxd daemon (launchd on macOS, systemd user service on Linux)
    • Generate an initial device pairing code
  5. At the end of installation the script will print a pairing code. Share it with the user so they can pair their phone/browser.

  6. Report the result to the user, including:

    • Whether installation succeeded
    • The pairing code (if printed)
    • Where to open the web app (the relay server URL shown in the output)

Notes

  • Full install takes 5–15 minutes depending on internet speed and CPU
  • Supported platforms: macOS (Apple Silicon recommended), Linux (x86-64 with Vulkan-capable GPU recommended)
  • Windows is not supported — WSL2 is recommended for Windows users
  • If the script fails on an unusual Linux distro, it will describe what it needs and ask if you want to try anyway
  • Re-running without --force is safe — already-installed components are skipped
  • After install, services start automatically on every login (launchd on macOS, systemd --user on Linux)
  • Logs: ~/.claude/voice-multiplexer/logs/daemon.log
Install via CLI
npx skills add https://github.com/n33kos/claude-voice-multiplexer --skill voice-multiplexer-install
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator