Downloads

RelayGate ships in two forms.

The open-source gateway binary is the data plane — one statically-compiled Go binary that fans LLM traffic out to providers, runs ContextWorkers inline, and signs every request. The RelayGate Desktop app is a native cross-platform window around the SaaS dashboard at app.relaygate.ai for users who prefer a desktop chrome to a browser tab. Both publish to stable latest URLs in the relayone-488319 public bucket.

Checking your platform.

Gateway binary build 8975c59. Desktop app build 46a6347. Probe: https://storage.googleapis.com/relayone-488319-public/relaygate/latest/relaygate-linux-amd64 -> HTTP/2 200.

Gateway binary — one Go binary, <36 MB, no C deps

The data plane. Drop on a server, point your SDK at it, get routing + CEL policy + signed receipts. chmod +x and run; no installer needed. Source at github.com/RelayOne/relaygate.

Linux x86_64

relaygate-linux-amd64

Linux gateway build for x86_64 servers and developer laptops.

Download 34,877,624 bytes
Linux ARM64

relaygate-linux-arm64

ARM64 Linux build for Graviton, edge, and low-power hosts.

Download 32,571,576 bytes
macOS Intel

relaygate-darwin-amd64

Intel macOS binary for local gateway and policy authoring work.

Download 35,760,480 bytes
macOS Apple Silicon

relaygate-darwin-arm64

Native Apple Silicon binary for M-series workstations.

Download 33,608,082 bytes
Windows x64

relaygate-windows-amd64.exe

Windows CLI and service binary for PowerShell and local testing.

Download 35,779,072 bytes

Desktop app — native window around the dashboard

For teams that prefer a native window over a browser tab. Wraps app.relaygate.ai in an Electron shell with a tightened security sandbox (contextIsolation, nodeIntegration: false, sandbox). Source at github.com/RelayOne/relaygate-desktop. SHA256SUMS for build 46a6347 at SHA256SUMS.txt.

Linux x86_64 (deb)

RelayGate-0.1.0-amd64.deb

Native Debian/Ubuntu package. sudo dpkg -i.

Download 77,985,000 bytes
Linux ARM64

RelayGate-0.1.0-arm64.AppImage

ARM64 AppImage for Raspberry Pi, Graviton, edge devices.

Download 112,833,273 bytes
Linux ARM64 (deb)

RelayGate-0.1.0-arm64.deb

ARM64 Debian/Ubuntu package.

Download 73,189,862 bytes
macOS Intel (zip)

RelayGate-0.1.0-x64-mac.zip

Intel macOS .app inside a zip — alternative to the DMG.

Download 106,254,686 bytes
macOS Apple Silicon (zip)

RelayGate-0.1.0-arm64-mac.zip

Native Apple Silicon .app inside a zip.

Download 101,855,081 bytes
Windows x64

RelayGate-Setup-0.1.0-x64.exe

Windows NSIS installer. Per-user install, no admin required.

Download 85,835,075 bytes
Windows ARM64

RelayGate-Setup-0.1.0-arm64.exe

Windows ARM64 (Surface Pro X, Snapdragon, Copilot+ PC) installer.

Download 87,763,413 bytes
Linux

Run the gateway binary

chmod +x ./relaygate-linux-amd64
./relaygate-linux-amd64 --help
macOS

Clear quarantine on first launch

xattr -dr com.apple.quarantine ./relaygate-darwin-arm64
chmod +x ./relaygate-darwin-arm64
./relaygate-darwin-arm64 --help
Windows

Run from PowerShell

.\relaygate-windows-amd64.exe --help