agent-relay v11.4.1
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@11.4.1
npm install @agent-relay/sdk@11.4.1
npm install @agent-relay/brand@11.4.1Standalone 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 Siliconagent-relay-broker-win32-x64.exe- Windows x86_64
What's Changed
- fix(plugins): stop exposing workspace keys in observer links by @willwashburn in #1405
- fix(cli): pin relayflows dependency exactly by @willwashburn in #1417
- fix(cli): flush stdio before exiting so piped output survives by @willwashburn in #1411
- chore(rules): remove unfollowable docs-sync rule by @willwashburn in #1421
- docs(mcp): state what every MCP tool returns by @willwashburn in #1420
Full Changelog: v11.4.0...v11.4.1