Skip to content

Releases: AgentWorkforce/relay

v3.2.15

23 Mar 14:56

Choose a tag to compare

agent-relay v3.2.15

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@3.2.15
npm install @agent-relay/sdk@3.2.15

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

relay-acp binaries (Zed editor integration)

ACP bridge for Zed editor:

  • relay-acp-linux-x64 - Linux x86_64
  • relay-acp-linux-arm64 - Linux ARM64
  • relay-acp-darwin-x64 - macOS Intel
  • relay-acp-darwin-arm64 - macOS Apple Silicon

What's Changed

New Contributors

Full Changelog: v3.2.14...v3.2.15

v3.2.14

23 Mar 11:26

Choose a tag to compare

agent-relay v3.2.14

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@3.2.14
npm install @agent-relay/sdk@3.2.14

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

relay-acp binaries (Zed editor integration)

ACP bridge for Zed editor:

  • relay-acp-linux-x64 - Linux x86_64
  • relay-acp-linux-arm64 - Linux ARM64
  • relay-acp-darwin-x64 - macOS Intel
  • relay-acp-darwin-arm64 - macOS Apple Silicon

What's Changed

Full Changelog: v3.2.13...v3.2.14

relay-openclaw openclaw-v3.2.15

23 Mar 14:59

Choose a tag to compare

Standalone relay-openclaw binaries (no Node.js required).
Built from commit 213ddc2.

Install

curl -L -o relay-openclaw.gz \
  https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.15/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --version

relay-openclaw openclaw-v3.2.14

23 Mar 11:28

Choose a tag to compare

Standalone relay-openclaw binaries (no Node.js required).
Built from commit 53ca15b.

Install

curl -L -o relay-openclaw.gz \
  https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.14/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --version

v3.2.13

20 Mar 15:11

Choose a tag to compare

agent-relay v3.2.13

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@3.2.13
npm install @agent-relay/sdk@3.2.13

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

relay-acp binaries (Zed editor integration)

ACP bridge for Zed editor:

  • relay-acp-linux-x64 - Linux x86_64
  • relay-acp-linux-arm64 - Linux ARM64
  • relay-acp-darwin-x64 - macOS Intel
  • relay-acp-darwin-arm64 - macOS Apple Silicon

What's Changed

  • fix: ignore non-zero exit codes for opencode non-interactive agents by @khaliqgant in #602

Full Changelog: v3.2.12...v3.2.13

v3.2.12

20 Mar 13:42

Choose a tag to compare

agent-relay v3.2.12

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@3.2.12
npm install @agent-relay/sdk@3.2.12

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

relay-acp binaries (Zed editor integration)

ACP bridge for Zed editor:

  • relay-acp-linux-x64 - Linux x86_64
  • relay-acp-linux-arm64 - Linux ARM64
  • relay-acp-darwin-x64 - macOS Intel
  • relay-acp-darwin-arm64 - macOS Apple Silicon

What's Changed

  • feat: add Codex relay skill for sub-agent communication by @khaliqgant in #595

Full Changelog: v3.2.11...v3.2.12

v3.2.11

20 Mar 12:59

Choose a tag to compare

agent-relay v3.2.11

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@3.2.11
npm install @agent-relay/sdk@3.2.11

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

relay-acp binaries (Zed editor integration)

ACP bridge for Zed editor:

  • relay-acp-linux-x64 - Linux x86_64
  • relay-acp-linux-arm64 - Linux ARM64
  • relay-acp-darwin-x64 - macOS Intel
  • relay-acp-darwin-arm64 - macOS Apple Silicon

What's Changed

Full Changelog: v3.2.10...v3.2.11

v3.2.10

20 Mar 08:47

Choose a tag to compare

agent-relay v3.2.10

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@3.2.10
npm install @agent-relay/sdk@3.2.10

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

relay-acp binaries (Zed editor integration)

ACP bridge for Zed editor:

  • relay-acp-linux-x64 - Linux x86_64
  • relay-acp-linux-arm64 - Linux ARM64
  • relay-acp-darwin-x64 - macOS Intel
  • relay-acp-darwin-arm64 - macOS Apple Silicon

What's Changed

  • fix: MCP tools unavailable for agents spawned via agent_add by @khaliqgant in #591
  • fix(cli): auto-build local sdk workflows runtime by @miyaontherelay in #588
  • feat(sdk): CLI session collectors, step-level cwd, and run summary table by @khaliqgant in #592
  • feat: workflow to polish CLI output with listr2 + chalk by @khaliqgant in #585
  • plugin tweak for claude sub agent comms by @khaliqgant in #594

New Contributors

Full Changelog: v3.2.9...v3.2.10

relay-openclaw openclaw-v3.2.13

20 Mar 15:13

Choose a tag to compare

Standalone relay-openclaw binaries (no Node.js required).
Built from commit 21e7377.

Install

curl -L -o relay-openclaw.gz \
  https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.13/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --version

relay-openclaw openclaw-v3.2.12

20 Mar 13:45

Choose a tag to compare

Standalone relay-openclaw binaries (no Node.js required).
Built from commit 5a3ac0d.

Install

curl -L -o relay-openclaw.gz \
  https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.12/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --version