A Garage contributes its local Grid, artifact cache and PitBox runtime to a Circuit.
Transform any Linux or macOS server into an autonomous worker node with a single command.
Expose the machine's bounded execution capacity to PitFast. Prevent CPU exhaustion through strict lane concurrency limits.
Pull immutable artifacts from Paddock only when they are needed. Verify SHA-256 byte signatures locally before execution.
Keep infrastructure and prepared Components ready while executions remain disposable and isolated.
Launch the host daemon and specify execution lane concurrency.
# 1. Start the Garage daemon on your host with 8 execution lanes
pit garage start --lanes 8 --port 7080
# 2. Check local lane status and cached artifacts
pit garage status
# 3. Pre-warm local cache with specific service artifact
pit garage pull service-a:v1Every subsystem handles one distinct responsibility in the demand-driven execution chain.
Install the PitFast daemon on any machine to expand your distributed execution grid.