> tmppr

Runners

Runners execute CI checks and agent jobs. Use the managed cloud pool with zero setup, or register your own machines as local runners for full control over the hardware and environment.

Cloud vs. local runners

Register a local runner

tmppr runner register my-mac --kind local --labels macos,arm64
tmppr runner serve    # claim and execute queued jobs on this machine

register enrolls the machine and stores a runner credential locally; serve is the long-running daemon (use --once to process a single job).

Groups and labels

The security model, in plain terms

A runner can only claim a job when all of these hold:

Minutes and pricing

PlanIncluded minutes / monthOverage
Cloud Pro200$0.10/minute
Team Cloud1,000$0.10/minute
Business Cloud5,000$0.10/minute

Included minutes apply to managed cloud runners. Check your current usage any time with tmppr cloud status. Plans are on the pricing page.