Two pieces of Cyberun ship to your machine:Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
- Cyberun Agent — the standalone, headless agent. Runs as a system service on a dedicated GPU host (a desktop, a workstation, or a server).
- Cyberun CLI — the
cyberuncommand-line tool. Drive your team’s workflows from a terminal, script them in CI, or share a local GPU withcyberun agent serve.
Cyberun Agent (headless agent)
Install on a Linux, macOS, or Windows host that has a usable GPU. The agent runs on all three; which runtimes you can run is set by each runtime, not by the agent (see Platform → Agents).Linux & macOS one-liner
sudo, and comfyui is the
default tool. The script downloads the right binary for
linux-amd64, linux-arm64, darwin-amd64, or darwin-arm64,
sets up the runtime under ~/.cyberun/agent/<tool>, registers a
per-user service (user systemd, or launchd on macOS), and starts
it.
For Docker mode, Nerfstudio, and the full flag list see
Connect an agent and
Platform → Agents.
Windows one-liner (PowerShell)
Direct binary downloads
The installer is the recommended path. If you need the bare binary (offline transfer, custom packaging), pull it directly:| Platform | Architecture | Binary |
|---|---|---|
| Linux | x86-64 | cyberun-agent |
| Linux | ARM64 | cyberun-agent |
| macOS | Apple Silicon | cyberun-agent |
| macOS | Intel | cyberun-agent |
| Windows | x86-64 | cyberun-agent.exe |
| Windows | ARM64 | cyberun-agent.exe |
cyberun-agent.yaml config file (the
installer generates this for you). To roll your own config, start
from the template the installer writes — see
Platform → Agents.
Agent verification
Cyberun CLI
Thecyberun CLI ships on its own release track, separate from
the agent. Install it on Linux, macOS, or Windows.
releases.cyberun.cloud/cli/<os>-<arch>/latest/, with a single
shared cli/checksums.txt, for Linux, macOS, and Windows on
amd64 and arm64. Pin a build by swapping latest for the
version number.
The full command reference — auth, run, workflow, task,
and agent serve — is in the CLI guide.
After you install
Either path lands you in the same place:Cloud → Run your first task
Step-by-step: create a team, connect an agent, submit a task.
Connect AI clients
Drive Cyberun from Claude Code, Cursor, or any MCP client.
Update channels
Stable releases land under/latest/. Older versions stay live
forever under their version number, so an old install link keeps
working — there is no release pruning. The pre-release stream
(beta/RC) is not exposed via /latest/; ask in your team’s
support channel for early access.
Reporting a problem
- Agent install script fails — Connect an agent → Troubleshooting.
- Anything else —
sales@cyberun.cloud.
