agent-relay v4.0.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@4.0.1
npm install @agent-relay/sdk@4.0.1
npm install @agent-relay/brand@4.0.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 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 missing broker by @khaliqgant in #668
- feat: auto-download relayfile-mount binary on first use by @khaliqgant in #670
- fix: wire .agentignore/.agentreadonly enforcement into agent-relay on by @khaliqgant in #671
- chore: gitignore .trajectories/ by @khaliqgant in #676
- revert: restore .trajectories/ tracking by @khaliqgant in #677
- Improve documentation site by @willwashburn in #684
- Add PostHog to marketing site by @willwashburn in #685
- Point metadata to .com and update PostHog host by @willwashburn in #686
- fix: allow anonymous workspace creation in agent-relay on by @khaliqgant in #683
- feat: TDD refactoring workflows for runner.ts + main.rs decomposition by @khaliqgant in #675
- Publish fix pin by @khaliqgant in #687
Full Changelog: v4.0.0...v4.0.1