Total Runners
2
Online
2
Busy
0

All Runners

Status Name OS / Arch Version Job Status Labels Last Heartbeat Uptime
online casi-build-agent linux / amd64 1.0.0 Idle self-hosted linux docker frossenko has:docker 2026-07-06 17:24:57 60d 5h
online forge-runner-646fd4549-lxd7f linux / amd64 1.0.0 Idle self-hosted linux has:kaningo has:dotnet kaniko arch:amd64 forge-runner has:git has:kubectl os:linux 2026-07-06 17:25:00 5h 59m

Quick Setup

Register a new runner with a single command. Click "New Runner" to generate a token, then run:

curl -sSL https://forge.unifiedhq.ai/api/v1/runners/setup-script?token=<TOKEN> | bash
Manual setup

1. Download the runner binary:

curl -sSL -o /usr/local/bin/forge-runner https://forge.unifiedhq.ai/downloads/runner/linux-amd64/forge-runner && chmod +x /usr/local/bin/forge-runner

2. Register and start:

forge-runner --url https://forge.unifiedhq.ai --token <TOKEN> --name my-runner --auto-update --labels linux,docker
Auto-Update

Runners with --auto-update check for new versions every 5 minutes. On Kubernetes, updates trigger a graceful rolling restart. On bare metal, the binary self-replaces and restarts automatically.