github AgentWorkforce/relay v9.1.0

4 hours ago

agent-relay v9.1.0

Quick Install (no Node.js required!)

curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bash

npm install

npm install -g agent-relay@9.1.0
npm install @agent-relay/sdk@9.1.0
npm install @agent-relay/brand@9.1.0

Standalone 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_64
  • agent-relay-broker-linux-arm64 - Linux ARM64
  • agent-relay-broker-darwin-x64 - macOS Intel
  • agent-relay-broker-darwin-arm64 - macOS Apple Silicon
  • agent-relay-broker-win32-x64.exe - Windows x86_64

What's Changed

  • fix(build): drop redundant @agent-relay/* tsconfig paths so the compiled CLI keeps workspace exports by @khaliqgant in #1184
  • Remove the web app (moved to agentrelay.com) by @willwashburn in #1189
  • fix(opencode-plugin): use @relaycast/sdk instead of dead bespoke RPC API by @willwashburn in #1190
  • fix(broker): record workspace_id from agent registration response by @barryollama in #1175
  • refactor(cli): drop redundant gateway.relaycast.dev default in MCP server by @willwashburn in #1186
  • refactor: decompose the three largest TypeScript god files into single-responsibility modules by @willwashburn in #1183
  • Default Agent Relay clients to cast.agentrelay.com by @willwashburn in #1195
  • feat(cli): add inbound channel webhook commands (create-inbound/list-inbound/delete-inbound) by @khaliqgant in #1193
  • fix(ci): pin verify-standalone-macos to macos-15, add smoke wait timeout by @khaliqgant in #1196

Full Changelog: v9.0.1...v9.1.0

Don't miss a new relay release

NewReleases is sending notifications on new releases.