Every device. Every version.
One control plane.
Relayer sits between git push and the thousands of machines running your desktop app, CLI or OS agent - staged rollouts, instant rollback and fleet visibility over one HTTP contract. No SDK. Any framework.
312 of 1,482 stable devices on 2.1.0 (21%) · offered 389 times
Checks · last 24h
0devices reporting
If it can make an HTTP request, Relayer can update it
Features
Updates are easy. Control is the product.
Staged rollouts
Serve a release to 1%, watch adoption, ramp to 100%. Devices are bucketed deterministically by hashing device and release, so nobody flaps in and out of a cohort.
Instant rollback
One click stops a bad version from being served: permanently, everywhere, on the next check. The fleet falls back to the last good release automatically.
Fleet visibility
Versions in the wild, platform split, check-in activity, stale devices. Not analytics theater. The actual answer to “can I retire 1.x yet?”
Framework-agnostic
One GET request is the whole integration. Tauri works with zero code, Electron via a feed URL, everything else with ten lines of anything.
Publish from anywhere
gh release create v2.1.0, and it's in Relayer: HMAC-verified webhooks, assets classified by platform, pre-releases routed to beta. Or publish via the API from any CI.
Audit-grade by default
Append-only audit log of every publish, rollout change and key use: actor, IP, timestamp. Keys hashed at rest, shown once. SOC 2 posture from day one.
How it works
Three moving parts. You own one of them.
Publish like you already do
Keep your release flow. A GitHub webhook or one API call registers the version, notes and artifacts. Relayer stores decisions; your binaries stay wherever they live.
gh release create v2.1.0 ./dist/*Decide who gets what
Channels (stable, beta, …), rollout percentages, minimum-version policies. Change your mind at 2am without rebuilding anything.
2.1.0 → stable · rollout 25% · min 1.1.0Devices ask, Relayer answers
Each install asks one URL on its schedule and gets a manifest or a 204. That check is also the heartbeat that powers your fleet dashboard.
GET /u/APP/stable/darwin/aarch64/2.0.0Integrate
Ten minutes, not ten sprints.
# The whole client contract - from any language:
curl https://relayer-three.vercel.app/u/YOUR_APP/stable/linux/x86_64/1.4.2 \
-H "X-Relayer-Device: $DEVICE_UUID"
# 200 -> {"version":"2.1.0","url":"...","sha512":"...","updateMode":"recommended"}
# 204 -> up to date (this device isn't in the rollout yet, or nothing newer)Full guides for Tauri, Electron, custom agents, publishing and the API in the documentation.
Changelog included
Every channel is a public changelog.
Publish a release and your users can follow it anywhere. No extra setup, no separate changelog tool.
/feed subscribe …/rss.xml/feed/<app>/stable/rss.xml/feed/<app>/stableFAQ
Fair questions.
Do you host my binaries?+
No. Relayer serves decisions, not bytes: which version each device should run, with URLs and checksums pointing at your existing storage: GitHub releases, S3, R2, anywhere. Your download bandwidth bill doesn't change.
Which frameworks are supported?+
Anything that can make an HTTP GET. Tauri and Electron work natively (Tauri needs zero code; our endpoint speaks its updater contract). Wails, Swift, Go, Rust, Python, .NET or a bash script: the whole client is ~10 lines.
What do you know about my users' devices?+
Devices are identified by an anonymous, locally-generated UUID. No accounts, no PII. Rollout bucketing hashes that UUID so cohorts are deterministic and sticky.
How seriously do you take security?+
Every publish, rollout change, key mint and webhook delivery lands in an append-only audit log with actor, IP and timestamp. API keys are hashed at rest and shown once. Webhooks are HMAC-verified. Rate limiting on every public endpoint.
What does it cost?+
Relayer is free while in beta, with a generous free tier planned (real apps ship on it forever), paid plans priced on fleet size and team seats. Early users get grandfathered generosity.
Your next release deserves a control plane.
Sign up, point one device at one URL, and watch your fleet appear. Free while in beta.
Start shipping free