How to install NVIDIA-NeMo/Switchyard. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
NVIDIA-NeMo/Switchyard Installation Guide
How to install NVIDIA-NeMo/Switchyard. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for NVIDIA-NeMo/Switchyard. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i NVIDIA-NeMo/Switchyardor
Install via npx
npx @hexmos/ipm i NVIDIA-NeMo/SwitchyardPrerequisites
uv
package_managerVersion: >=0.1.0
Rust
programming_languageVersion: >=1.60.0
Cargo
build_toolVersion: >=1.60.0
Python
programming_languageVersion: 3.10
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Launcher Path (via uv)
curl -LsSf https://astral.sh/uv/install.sh | sh
source "$HOME/.local/bin/env"
uv tool install --python 3.10 "nemo-switchyard[cli]"
export OPENROUTER_API_KEY="your-openrouter-key"
switchyard launch claude --model switchyard
switchyard launch codex --model switchyard
switchyard launch openclaw --model switchyardServer Path (via Cargo)
cargo install --locked switchyard-server
export OPENROUTER_API_KEY="your-openrouter-key"
switchyard-server --config routes.toml --dry-run
switchyard-server --config routes.toml --host 127.0.0.1 --port 4000Library Path (via Cargo)
cargo build