agent-relay v6.2.3
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@6.2.3
npm install @agent-relay/sdk@6.2.3
npm install @agent-relay/brand@6.2.3Standalone 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
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
- Unify inbound dispatch through pending queue by @willwashburn in #902
- refactor(broker): move Rust crate under crates/broker by @willwashburn in #903
- refactor(broker): split main entrypoint by @willwashburn in #906
- refactor(broker): replace helpers.rs with focused modules by @willwashburn in #907
- refactor(broker): group Relaycast integration modules by @willwashburn in #908
- Remove stale root bin fallback by @willwashburn in #905
- fix(web): use next/link for docs navigation (fixes ~700ms clicks) by @willwashburn in #909
- refactor(broker): narrow public crate API by @willwashburn in #910
- clean up skills by @khaliqgant in #912
- feat(broker): align reported version with product release line by @willwashburn in #911
- Reliability hardening (#892–#895) + readable agents:logs by @khaliqgant in #914
Full Changelog: v6.2.2...v6.2.3