Installation

Multiple ways to install RelayPlane depending on your setup.

npm (Recommended)

1npm install -g @relayplane/proxy

Installs the relayplane-proxy CLI globally.

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-proxy --version

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

Requirements

  • Node.js 18 or higher
  • At least one LLM API key (Anthropic, OpenAI, Google, xAI)
  • ~50MB disk space
Next: See the Quick Start to configure and run the proxy.