// download

Install Open Agent Router

Desktop client first — one-liner install as fallback for Linux/headless.

Available for macOS · Linux · Windows

Desktop client

v0.0.3

Downloads served via R2 CDN; the in-app updater also uses R2 as the primary source.

Could not detect your platform. Pick one below.
Other platforms

One-liner install

Install or update from the command line. Choose the fastest source for your network.

install — bash
$ # R2 (recommended, fastest)
bash <(curl -fsSL https://oar-down.snow-agent.com/install.sh)
# GitHub
bash <(curl -fsSL https://raw.githubusercontent.com/SnowAIGirl/open-agent-router/master/scripts/install.sh)
# Gitee (China)
bash <(curl -fsSL https://gitee.com/SnowAIGirl/open-agent-router/raw/master/scripts/install.sh)

Prerequisites

  • At least one API Key from a supported provider (DeepSeek, OpenAI, Anthropic, Volcano Engine, SiliconFlow, MiniMax, etc.).
  • At least one supported agent installed (Claude Code, Codex, Hermes, OpenClaw, Gemini CLI, or any OpenAI SDK client).