Roboticks

Self-Hosted Runner

A test runner running on customer-provided infrastructure via the open-source roboticks-runner Go binary. Linux, macOS, Windows hosts supported. Free of compute charges (only storage of artifacts is metered).

Why It Matters

Customers with existing GPU farms or strict air-gapped requirements need to run tests on their own infrastructure. The Go binary handles registration, capability heartbeating, long-poll job pickup, and artifact upload back to the platform.

How Roboticks Implements It

roboticks-runner registers against a self-hosted runner pool with a registration token, then long-polls /internal/runners/poll for jobs matching its declared capabilities. Air-gapped mode runs against an Enterprise on-prem platform with no external network calls.

Related Terms

Related Pages