Skip to content

Grok Build Remote Agent v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:42
· 52 commits to main since this release

gbr-agent v0.5.0

Free desktop agent for Build Remote Agent / Grok Build Remote.

What's new

  • gbr-agent service install auto-start polish (Win Task Scheduler · Mac LaunchAgent · Linux systemd --user)
  • Self-hosted relay: GBR_RELAY_URL / -relay + SELF-HOSTED-RELAY.md
  • Richer heartbeat (agent_version, relay, os) for phone session health
  • Working directory = user home (no synthetic dist sessions)
  • Compatible with mobile iOS 1.2.9 / Android 1.1.7 (voice inject · ANSI TUI · health · custom relay)

Feature request source

This slice was suggested by Grok (xAI) as product direction. Independent Linespotting product — not affiliated with xAI/SpaceX.

Install

# macOS / Linux
curl -fsSL https://grokbuildremote.com/install.sh | bash
gbr-agent pair && gbr-agent run
# optional: gbr-agent service install

# Windows PowerShell
irm https://grokbuildremote.com/install.ps1 | iex
Asset Platform
gbr-agent-windows-amd64.exe Windows x64
gbr-agent-darwin-arm64 macOS Apple Silicon
gbr-agent-darwin-amd64 macOS Intel
gbr-agent-linux-amd64 Linux x64
gbr-agent-linux-arm64 Linux ARM64

Protocol: gbr/1 · Relay: https://gbr-relay.ekobrott.workers.dev (or self-host)