agent-relay v3.1.11
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.1.11
npm install @agent-relay/sdk@3.1.11Standalone binaries
Self-contained executables (no runtime dependencies).
Use .gz versions for faster downloads (~60-70% smaller).
| Platform | Compressed (recommended) | Uncompressed |
|---|---|---|
| Linux x64 | agent-relay-linux-x64.gz
| agent-relay-linux-x64
|
| Linux ARM64 | agent-relay-linux-arm64.gz
| agent-relay-linux-arm64
|
| macOS Intel | agent-relay-darwin-x64.gz
| agent-relay-darwin-x64
|
| macOS Apple Silicon | agent-relay-darwin-arm64.gz
| agent-relay-darwin-arm64
|
agent-relay-broker binaries
Broker binary for spawning and managing agents:
agent-relay-broker-linux-x64- Linux x86_64agent-relay-broker-linux-arm64- Linux ARM64agent-relay-broker-darwin-x64- macOS Intelagent-relay-broker-darwin-arm64- macOS Apple Silicon
relay-acp binaries (Zed editor integration)
ACP bridge for Zed editor:
relay-acp-linux-x64- Linux x86_64relay-acp-linux-arm64- Linux ARM64relay-acp-darwin-x64- macOS Intelrelay-acp-darwin-arm64- macOS Apple Silicon
What's Changed
- fix install script by @khaliqgant in #502
- Add OpenClaw web pages with static/dynamic split and prod deploy workflow by @willwashburn in #485
- Add OpenClaw long-poll fallback transport by @khaliqgant in #501
- Fix OpenClaw gateway WS guards and stale lock cleanup by @khaliqgant in #505
- Openclaw docs updates by @willwashburn in #506
- openclaw-web: redesign landing page and fix basePath deployment by @willwashburn in #507
Full Changelog: v3.1.10...v3.1.11