Installation

Multiple ways to install RelayPlane depending on your setup.

npm (Recommended)

1npm install -g @relayplane/proxy
2relayplane start

Installs the relayplane CLI globally and starts the proxy.

ClawHub (OpenClaw Users)

1clawhub install relayplane

Installs the RelayPlane skill for OpenClaw. Use /relayplane commands directly in chat.

npx (No Install)

1npx @relayplane/proxy

Run without installing. Good for trying it out.

From Source

1git clone https://github.com/RelayPlane/proxy.git
2cd proxy
3npm install
4npm run build
5npm link

Verify Installation

1relayplane --version

Should output the version number (e.g., 1.7.7).

Requirements

  • Node.js 18+
  • Claude Code / Max plan users: no API key needed
  • API key users: set ANTHROPIC_API_KEY (or other provider keys)
  • ~50MB disk space
Next: See the Quick Start to configure and run the proxy.