Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

cargo binstall audiorouter

This downloads a pre-built binary from the GitHub Releases page — no compilation step required.

Build from source

git clone https://github.com/gw31415/audiorouter.git
cd audiorouter
cargo install --path .

The dashboard frontend is embedded into the Rust binary at build time. Building from source requires Node.js and pnpm unless you are intentionally reusing an existing dashboard build with SKIP_DASHBOARD_BUILD=1.

Prerequisites

PlatformNotes
LinuxALSA headers required (libasound2-dev on Debian/Ubuntu)
macOSNo extra dependencies
WindowsNo extra dependencies