logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
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/Switchyard
or

Install via npx

npx @hexmos/ipm i NVIDIA-NeMo/Switchyard

Prerequisites

uv

package_manager

Version: >=0.1.0

Rust

programming_language

Version: >=1.60.0

Cargo

build_tool

Version: >=1.60.0

Python

programming_language

Version: 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 switchyard

Server 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 4000

Library Path (via Cargo)

cargo build