CrabboxRemote Execution Control Plane

One CLI. Many Runtimes.

Run Your Code in the Right Box.

Keep editing locally. Crabbox runs the working tree you have on the machine it needs—a local runtime, cloud VM, SSH host, or managed sandbox—then streams the result back. No bespoke CI job for every iteration.

  • MIT licensed
  • Linux, Windows, and macOS
  • 79 registered providers
crabbox / runready
$ crabbox run --provider local-container -- pnpm test
  1. 01
    Leaseblue-lobster · local-container
  2. 02
    Synctracked + nonignored files
  3. 03
    Runpnpm test · live output
  4. 04
    Releaseowned container removed
Result returnedtemporary container cleaned up

Interactive Workload Router

Pick the Job. Get the Starting Commands.

Turn 79 registered providers into a focused comparison path. Choose a workload, run the matching built-in recommendations, then verify the provider you select with crabbox doctor.

Choose the job Crabbox should help with

Recommended Starting Path

Shorten the edit–run loop.

Start with providers that favor local execution, reusable caches, warm sessions, or other fast-feedback paths.

built-in recommendationsverify after selection
crabbox providers recommend fast-feedbackcrabbox doctor --provider <name>
Open the Fast Test Loop Guide

Recommended Starting Path

Separate agent fit from cleanup guarantees.

Compare agent- and devbox-shaped runtimes with the stricter disposable route, then inspect the selected provider’s isolation, network, secret, and cleanup boundary.

built-in recommendationsverify after selection
crabbox providers recommend agent-sandboxcrabbox providers recommend disposable-executioncrabbox doctor --provider <name>
Open the Coding Agent Guide

Recommended Starting Path

Match the operating system before the vendor.

Compare the platform routes independently; Windows includes native and WSL2-capable paths, subject to the selected host.

built-in recommendationsverify after selection
crabbox providers recommend linux-vmcrabbox providers recommend windowscrabbox providers recommend macos
Open the Platform Validation Guide

Recommended Starting Path

Start with a visible desktop-capable target.

Compare browser and desktop paths first, then add evidence routing when screenshots, video, or diagnostics must survive the lease.

built-in recommendationsverify after selection
crabbox providers recommend desktopcrabbox doctor --provider <name>
Open the Browser & Desktop Guide

Recommended Starting Path

Fan prepared state out across multiple attempts.

Start with checkpoint- and fork-capable workspace providers for test shards, branch comparisons, or best-of-N runs.

built-in recommendationsverify after selection
crabbox providers recommend fanout-testingcrabbox doctor --provider <name>
Open the Parallel Experiments Guide

Recommended Starting Path

Require GPU capability before choosing capacity.

Compare SSH-accessible and delegated accelerator paths for model tests, CUDA builds, rendering, or other GPU-shaped work.

built-in recommendationsverify after selection
crabbox providers recommend gpucrabbox doctor --provider <name>
Open the GPU Workload Guide

Built-in guidance, not a live provider check. Availability, price, performance, credentials, quota, and security still depend on the provider. Verify readiness with crabbox doctor.

See All Recommendation Paths

Choose by Ownership

Run Here, There, or Managed.

The loop stays the same. Only the runtime owner, isolation boundary, and billing relationship change.

01

Local

Stay on this machine

Containers, full VMs, and policy sandboxes for fast checks without cloud credentials.
See Local Paths
02

Your Accounts and Infrastructure

Use capacity you control

Cloud accounts, SSH hosts, and self-hosted virtualization such as Proxmox or Firecracker.
Use Your Infrastructure
03

Provider-Managed

Delegate the runtime

Hosted sandboxes, devboxes, CI proof runners, browser sessions, and GPU jobs.
Browse Managed Providers

Current Cost Model

Crabbox Software Is Free. Compute Isn’t.

No opaque “box credit” is needed to understand today’s product. Crabbox separates its software from the infrastructure that runs the work.

Crabbox Software$0 license fee

MIT-licensed CLI and coordinator.

ComputeProvider rate

Cloud, sandbox, GPU, or local runtime bills remain external.

CoordinatorYour infrastructure

Run it on Cloudflare or Node.js with PostgreSQL.

Coordinator GuardrailsTTL and spend caps

For brokered providers, estimate reserved cost and reject leases over configured limits.

See Pricing and Cost Boundaries

Install the CLI

One Command to Start.

Install Crabbox, choose direct, local, delegated, or team-coordinator access, then run the command your repository already knows.

Open the 10-Minute Guide
$ brew install openclaw/tap/crabbox
$ crabbox doctor
$ crabbox run -- pnpm test