Skip to content

Latest commit

 

History

History
217 lines (194 loc) · 29.1 KB

File metadata and controls

217 lines (194 loc) · 29.1 KB

Provider Reference

Read when:

  • choosing a Crabbox provider for a repo or one-off command;
  • debugging provider-specific provisioning, sync, or command execution;
  • changing provider registration, flags, config, or backend behavior.

Provider model

Every provider registers a backend with one of three kinds:

  • SSH lease — Crabbox provisions or connects to an SSH-reachable box and owns the full lease lifecycle (warmup, sync, run, ssh, cleanup). Core does the rsync/command execution directly to the box over SSH.
  • Delegated run — a sandbox or proof runner. The provider owns sync and command execution end to end; there is no SSH lease and no local rsync.
  • Service control — Crabbox can inspect or stop a provider-owned service, but cannot execute arbitrary commands there.

SSH-lease providers further differ by how they reach the cloud:

  • Brokered cloudaws, azure, gcp, and hetzner can run through the Crabbox coordinator on Cloudflare or Node/PostgreSQL. The coordinator owns cloud credentials, cost state, cleanup scheduling, and lease accounting. This is the normal shared-team path. Set with config set-broker and a broker URL (CRABBOX_COORDINATOR).
  • Direct cloud — the same four providers without a configured broker, plus cloud providers that never broker (e.g. digitalocean, linode, proxmox, hostinger, runpod, namespace-devbox, namespace-instance, semaphore, sprites, exe-dev, daytona, morph). The CLI talks to the provider API itself and cleans up best-effort via provider labels.
  • Static SSHssh connects to a preexisting machine you supply; no provisioning, no cleanup.
  • Local runtimelocal-container starts a labeled Linux container through a Docker-compatible local runtime (Docker Desktop, OrbStack, Colima), apple-container uses Apple's native container runtime on Apple silicon macOS, apple-vz launches a headless Linux VM through Apple's Virtualization.framework, multipass launches local Ubuntu VMs through Canonical Multipass, tart runs macOS VMs on Apple Silicon via Cirrus Labs tart, and hyperv creates local Windows VMs through Microsoft Hyper-V.
  • Delegated sandbox — managed sandbox/proof runners that execute remotely without an SSH lease (e.g. e2b, modal, islo, cloudflare, azure-dynamic-sessions, docker-sandbox, smolvm). anthropic-sandbox-runtime is the local macOS/Linux delegated-run exception: Anthropic's srt executes on the current machine while still owning sync/run policy end to end. windows-sandbox is the local Windows delegated-run exception.

Select a provider per command with --provider <name> (env CRABBOX_PROVIDER), or set provider: <name> in config. Provider flags are registered before command parsing, so provider-specific flags work even when that provider is not the default. Most names accept aliases (listed below).

Provider decision matrix

This table combines the live provider spec compiled into the CLI with curated selection metadata. Regenerate it with node scripts/generate-provider-matrix.mjs. scripts/check-docs.sh fails when provider registration, metadata, docs paths, or this generated table drift.

Current built-in surface: 56 providers (32 SSH lease, 23 delegated run, 1 service control).

Access terms:

  • Crabbox-managed SSH: SSH uses Crabbox's normal client; the sync column shows whether run and sync use that data plane.
  • Provider-specific SSH: an adapter-specific login helper, not the normal Crabbox data plane.
  • No SSH: the provider owns command execution end to end.
Provider Status / category Execution / access Targets / substrate Location / GPU Lifecycle / cleanup Best fit Main caveat
agent-sandbox built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync, cleanup linux; Kubernetes Agent Sandbox warm pool self-hosted; GPU: unknown Agent Sandbox SandboxClaim; owned SandboxClaim delete Kubernetes-hosted delegated Linux execution Requires kubectl, Agent Sandbox v0.5.0rc1 v1beta1 CRDs, a warm pool, explicit context, and RBAC
anthropic-sandbox-runtime (srt) built-in; delegated-run · local-sandbox No SSH; provider-owned · direct only; features: none linux, macos; Anthropic Sandbox Runtime process sandbox local; GPU: no local runtime; one-shot process exit Local policy-constrained command execution No persistent lease, remote box, or SSH access
apple-container (apple, applecontainer) built-in; ssh-lease · local-runtime Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, cache-volume linux; Apple container runtime local; GPU: no Crabbox; container delete Local Linux containers on Apple silicon Requires Apple's container CLI and macOS
apple-machine (applemachine) built-in; delegated-run · local-vm No SSH; provider-owned · direct only; features: none linux; Apple container machine local; GPU: no Apple runtime; machine delete Local delegated Linux machine execution Delegated execution, not a normal SSH lease
apple-vz (applevz) built-in; ssh-lease · local-vm Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; Apple Virtualization.framework VM local; GPU: no Crabbox; VM delete Headless Linux ARM64 VM on Apple silicon Apple silicon macOS only
ascii-box (ascii, asciibox) built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync linux; ASCII Box managed Linux box provider-managed; GPU: unknown provider CLI; provider delete Managed Linux box over SSH Requires the ASCII Box CLI and account
aws built-in; ssh-lease · brokerable-cloud Crabbox-managed SSH; crabbox-sync · coordinator optional; features: ssh, crabbox-sync, cleanup, desktop, browser, code linux, windows/normal, windows/wsl2, macos; EC2 VM or dedicated Mac host cloud; GPU: optional Crabbox or coordinator; instance termination Broad Linux, Windows, WSL2, and macOS cloud coverage Largest configuration, quota, and cost surface
azure built-in; ssh-lease · brokerable-cloud Crabbox-managed SSH; crabbox-sync · coordinator optional; features: ssh, crabbox-sync, cleanup, desktop, browser, code, tailscale linux, windows/normal, windows/wsl2; Azure Virtual Machine cloud; GPU: optional Crabbox or coordinator; VM and owned resource delete Linux or Windows workloads in Azure Shared resource and identity setup is substantial
azure-dynamic-sessions built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync linux; Azure Container Apps Dynamic Session cloud; GPU: no Azure session pool; provider session expiry Short delegated container sessions in Azure No Crabbox-managed SSH lease
blacksmith-testbox (blacksmith) built-in; delegated-run · ci-proof-runner No SSH; provider-owned · direct only; features: cache-volume, run-proof, run-session, run-artifacts linux; Blacksmith Testbox runner provider-managed; GPU: no Blacksmith; provider session cleanup CI reproduction with proof and reusable sessions Execution and artifacts follow the Testbox contract
cloudflare (cf) built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync, cleanup, run-session linux; Cloudflare Container cloud; GPU: no Cloudflare Worker; container delete Fast delegated Linux container execution Requires Worker deployment and container availability
cloudflare-dynamic-workers (cf-dynamic, cfdw) built-in; delegated-run · delegated-sandbox No SSH; provider-owned · direct only; features: cleanup, module-run, run-session worker-runtime; Cloudflare Dynamic Worker cloud; GPU: no Cloudflare loader Worker; terminal metadata and local claim removal Hosted Worker module execution No shell, SSH, or filesystem sync; Dynamic Workers must be enabled
codesandbox (csb, code-sandbox) built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync, cleanup, pause-resume linux; CodeSandbox SDK sandbox provider-managed; GPU: no CodeSandbox; sandbox delete Managed CodeSandbox Linux development environments Requires env-only SDK auth and a local Node bridge
daytona built-in; ssh-lease · direct-cloud Crabbox-managed SSH; archive-sync · direct only; features: ssh, crabbox-sync linux; Daytona sandbox provider-managed; GPU: unknown Daytona; sandbox delete Managed development sandbox with delegated archive sync and execution SSH access is short-lived; run and sync use Daytona toolbox APIs
digitalocean built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, tailscale linux; DigitalOcean Droplet cloud; GPU: optional Crabbox; Droplet and key delete Simple direct Linux VM Direct-only; no coordinator scheduling
docker-sandbox built-in; delegated-run · local-sandbox No SSH; provider-owned · direct only; features: run-session linux; Docker Sandbox local; GPU: no Docker sbx CLI; sandbox delete Local delegated sandbox with reusable session handles Requires the standalone sbx CLI
e2b built-in; delegated-run · delegated-sandbox No SSH; provider-owned · direct only; features: url-bridge linux; E2B Firecracker sandbox provider-managed; GPU: no E2B; sandbox kill or expiry Hosted ephemeral code sandbox URL bridge is provider-specific; no normal SSH lease
exe-dev (exe, exedev) built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync linux; exe.dev managed VM provider-managed; GPU: unknown exe.dev; provider lifecycle Fast managed Linux VM exposed over SSH Public SSH only; provider CLI owns auth
external (exec-provider) built-in; ssh-lease · external-provider Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, desktop, browser, code linux; Configured executable contract byo; GPU: unknown external executable; contract-defined Private or organization-specific provider integration Safety and semantics depend on the configured executable
freestyle built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync linux; Freestyle VM provider-managed; GPU: unknown Freestyle; provider VM cleanup Hosted delegated Linux VM execution No Crabbox-managed SSH path
gcp (google, google-cloud) built-in; ssh-lease · brokerable-cloud Crabbox-managed SSH; crabbox-sync · coordinator optional; features: ssh, crabbox-sync, cleanup, tailscale linux; Google Compute Engine VM cloud; GPU: optional Crabbox or coordinator; instance and firewall cleanup Linux compute with broad machine selection Project, IAM, quota, and firewall setup required
hetzner built-in; ssh-lease · brokerable-cloud Crabbox-managed SSH; crabbox-sync · coordinator optional; features: ssh, crabbox-sync, cleanup, desktop, browser, code, tailscale linux; Hetzner Cloud server cloud; GPU: no Crabbox or coordinator; server delete Cost-effective high-CPU Linux VM Linux-only and capacity varies by location
hostinger built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; Hostinger VPS cloud; GPU: no Hostinger subscription; stop only Direct Linux VPS with persistent subscription Purchase needs opt-in and release does not cancel billing
hyperv built-in; ssh-lease · local-vm Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup windows/normal; Microsoft Hyper-V VM local; GPU: no Crabbox; VM delete Local native Windows VM Windows host with Hyper-V required
incus built-in; ssh-lease · self-hosted-virtualization Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; Incus container or VM self-hosted; GPU: optional Crabbox; instance delete Self-hosted Linux containers or VMs Requires an accessible Incus environment
islo built-in; delegated-run · delegated-sandbox Provider-specific SSH; provider-owned · direct only; features: ssh, url-bridge, run-session, tailscale, pause-resume, run-downloads linux; Islo sandbox provider-managed; GPU: unknown Islo; sandbox delete Hosted delegated execution with keep, pause, and SSH helper SSH feature is not Crabbox-managed sync/run
kubevirt (kubernetes-vm) built-in; ssh-lease · self-hosted-virtualization Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, desktop, browser, code linux; KubeVirt VirtualMachine self-hosted; GPU: optional Crabbox on Kubernetes; VirtualMachine delete Kubernetes-hosted Linux VM Needs KubeVirt, virtctl, and an SSH-ready template
linode built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, tailscale linux; Linode instance cloud; GPU: optional Crabbox; instance and key delete Straightforward direct Linux VM Direct-only; optional firewall must already exist
local-container (docker, container, local-docker) built-in; ssh-lease · local-runtime Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, desktop, browser, cache-volume, workspace-checkpoint, workspace-fork linux; Docker-compatible container local; GPU: optional Crabbox; container delete Fast local Linux test environment Isolation follows the local container runtime
modal built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync linux; Modal Sandbox provider-managed; GPU: optional Modal; sandbox termination Hosted Python or GPU-oriented delegated workloads Provider owns execution; no normal SSH lease
morph built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync linux; Morph Cloud VM provider-managed; GPU: unknown Morph; pause by default; optional delete Managed Linux VM over SSH Release retains the paused instance unless deleteOnRelease is enabled
multipass (mp, canonical-multipass) built-in; ssh-lease · local-vm Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, cache-volume linux; Canonical Multipass VM local; GPU: no Crabbox; VM delete and purge Portable local Ubuntu VM Ubuntu-only first implementation
mxc (execution-container) built-in; delegated-run · local-sandbox No SSH; provider-owned · direct only; features: none windows/normal; Microsoft Execution Container local; GPU: no Windows runtime; container termination Local isolated Windows command execution Windows host and execution-container support required
namespace-devbox (namespace, namespace-devboxes) built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; Namespace Devbox provider-managed; GPU: unknown Namespace devbox CLI; stop by default; optional delete Fast managed development box over SSH Uses the devbox product, not Namespace Compute instances
namespace-instance (namespace-compute) built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; Namespace Compute instance provider-managed; GPU: unknown Namespace nsc CLI; instance delete Short-lived managed Linux compute over SSH Requires the nsc CLI and direct provider credentials
nvidia-brev (brev, nvidia) built-in; ssh-lease · gpu-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; NVIDIA Brev GPU workspace provider-managed; GPU: yes NVIDIA Brev CLI; delete by default; optional stop Managed NVIDIA GPU workspace over SSH Requires Brev CLI auth, quota, and available GPU capacity
opencomputer (oc, open-computer) built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync linux; OpenComputer Linux VM provider-managed; GPU: unknown OpenComputer; VM delete Hosted delegated Linux VM execution REST execution contract, not an SSH lease
opensandbox built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync, cleanup linux; OpenSandbox sandbox provider-managed; GPU: unknown OpenSandbox; sandbox delete Hosted delegated sandbox through an open SDK Requires compatible OpenSandbox control and exec endpoints
ovh built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, tailscale linux; OVHcloud Public Cloud instance cloud; GPU: optional Crabbox; instance, key, and local claim delete OVHcloud Public Cloud Linux VM Direct-only; credentials use OVH signed requests and local claims
parallels built-in; ssh-lease · local-vm Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, desktop, browser, code, workspace-checkpoint, workspace-fork, workspace-restore, provider-snapshot linux, macos, windows/normal, windows/wsl2; Parallels linked-clone VM local; GPU: no Crabbox; clone delete Local macOS, Linux, or Windows VM with snapshots Requires prepared Parallels source VMs and SSH
proxmox built-in; ssh-lease · self-hosted-virtualization Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; Proxmox VE QEMU clone self-hosted; GPU: optional Crabbox; VM delete Self-hosted Linux VM fleet Needs a prepared template, guest agent, and network
railway (rail, railwayapp) specialized; service-control · service-control SSH not applicable; none · direct only; features: url-bridge linux; Railway service cloud; GPU: unknown Railway; service stop only Inspecting or stopping an existing Railway service Cannot execute arbitrary Crabbox run commands
runpod (run-pod, runpodio) built-in; ssh-lease · gpu-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync linux; RunPod GPU pod cloud; GPU: yes RunPod; pod release GPU-backed Linux workload over public SSH Capacity, GPU pricing, and public SSH vary
semaphore (sem) built-in; ssh-lease · ci-proof-runner Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync linux; Semaphore CI job provider-managed; GPU: optional Semaphore; job stop Debugging in the same image and secret plane as CI Depends on debug SSH metadata from the job
smolvm (smol, smolmachines, smolfleet) built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync linux; Smol Machines microVM provider-managed; GPU: no smolfleet; microVM delete Lightweight hosted microVM execution Delegated execution through smolfleet
sprites built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync linux; Sprite microVM provider-managed; GPU: no Sprites; sprite delete Fast Linux microVM over provider SSH proxy SSH transport depends on sprite proxy
ssh (static, static-ssh) built-in; ssh-lease · byo-ssh Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, desktop, browser, code linux, windows/normal, windows/wsl2, macos; Existing SSH host byo; GPU: optional user; none Bring-your-own persistent Linux, macOS, or Windows host Crabbox does not provision or clean up the host
superserve built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync, cleanup linux; Superserve hosted sandbox provider-managed; GPU: unknown Superserve; sandbox delete Hosted delegated Linux sandbox Requires both control-plane and data-plane access
tart (local-tart, macos-vm) built-in; ssh-lease · local-vm Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup, desktop macos; Tart Apple silicon VM local; GPU: no Crabbox; VM delete Local macOS VM testing Apple silicon host and prepared Tart image required
tenki built-in; ssh-lease · direct-cloud Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync linux; Tenki sandbox VM provider-managed; GPU: unknown Tenki; sandbox release Managed Linux sandbox with SSH proxy Gateway auth uses Tenki-managed key and certificate files
tensorlake (tl, tensorlake-sbx) built-in; delegated-run · delegated-sandbox No SSH; provider-owned · direct only; features: none linux; Tensorlake Firecracker sandbox provider-managed; GPU: unknown Tensorlake; provider sandbox cleanup Hosted Firecracker-backed delegated execution Does not expose raw Firecracker provisioning
upstash-box (upstash, box, upstashbox) built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync linux; Upstash Box sandbox provider-managed; GPU: no Upstash; sandbox cleanup Hosted short-lived delegated sandbox No normal SSH access or coordinator routing
vercel-sandbox built-in; delegated-run · delegated-sandbox No SSH; archive-sync · direct only; features: archive-sync, cleanup linux; Vercel Sandbox microVM provider-managed; GPU: no Vercel Sandbox; sandbox delete Hosted delegated Linux microVM execution Requires SDK bridge support and Vercel Sandbox auth
wandb (weights-and-biases) built-in; delegated-run · gpu-cloud No SSH; provider-owned · direct only; features: none linux; Weights & Biases run sandbox provider-managed; GPU: optional Weights & Biases; run termination Delegated ML or GPU run environment Execution follows the W&B run contract
windows-sandbox (wsb, windows-sandbox-provider) built-in; delegated-run · local-sandbox No SSH; archive-sync · direct only; features: archive-sync windows/normal; Windows Sandbox local; GPU: optional Windows host; sandbox close Disposable native Windows command execution Requires Windows Sandbox and local host automation
xcp-ng built-in; ssh-lease · self-hosted-virtualization Crabbox-managed SSH; crabbox-sync · direct only; features: ssh, crabbox-sync, cleanup linux; XCP-ng VM clone self-hosted; GPU: optional Crabbox; VM delete Self-hosted Linux VM pool over XAPI Normal leases require prepared Linux templates

Notes on families and capabilities

  • The Azure family ships two backends: the default VM SSH lease (provider: azure) and the delegated azure-dynamic-sessions provider (Azure Container Apps dynamic sessions). They share the azure family but are distinct adapters.
  • The Cloudflare family ships two delegated backends: cloudflare for Cloudflare Containers and Linux commands, and cloudflare-dynamic-workers for Worker-runtime module execution. They are separate providers with separate runner configs and token env vars.
  • Tensorlake is Crabbox's Firecracker-backed delegated provider; Crabbox does not provision raw Firecracker instances directly.
  • Docker Sandbox is a delegated-run provider driven by the standalone sbx CLI. It has no aliases, so docker, container, and local-docker remain Local Container aliases.
  • OpenSandbox is a delegated-run provider using the OpenSandbox Go SDK for lifecycle, file upload, and execd command execution. It has no aliases in v1, so osb remains reserved.
  • Superserve is a delegated-run provider using Superserve's control plane for sandbox lifecycle and a sandbox data plane for file upload and command execution. It has no aliases in v1.
  • Vercel Sandbox is a delegated-run provider using Vercel's Sandbox SDK bridge for lifecycle, archive upload, command execution, and deletion. The sandbox CLI is used only for login/readiness checks and manual debugging because Crabbox does not rely on it as a stable lifecycle JSON contract.
  • Anthropic Sandbox Runtime is a local one-shot delegated-run provider driven by the standalone srt CLI. It has no SSH lease, no persistent lifecycle, and no remote sync surface.
  • ASCII Box is an SSH-lease provider. Crabbox uses the documented box --json CLI for lifecycle/status/delete, then runs normal sync and commands over SSH.
  • XCP-ng is a direct SSH-lease provider for a self-hosted XCP-ng pool on dedicated 64-bit x86 server-class hardware. XCP-ng itself can host Linux, Windows, and BSD guests, but Crabbox's current xcp-ng adapter provisions normal leases from Linux templates only. Crabbox talks to XAPI from the CLI, uses VM.copy plus VM.provision, injects cloud-init through a FAT16 CIDATA config drive, optionally moves all VIFs to the configured network, and uses guest metrics for IPv4 discovery. See the provider page for the separate Windows x86_64/x64 ISO E2E harness, and use the Tart provider on Apple hardware for macOS VM workflows.
  • incus is a direct Linux SSH-lease provider that stores Crabbox ownership and expiry metadata in Incus user.crabbox.* instance config keys. Real Apple Silicon smoke still follows the separate local testbed contract documented on the provider page.
  • DigitalOcean is a direct-only Linux Droplet provider. It uses DIGITALOCEAN_TOKEN, per-lease SSH keys, and Crabbox-owned flat tags; it does not run through the coordinator.
  • Linode is a direct-only Linux instance provider. It uses LINODE_TOKEN, per-lease SSH keys, metadata user-data, optional attachment to an existing firewall, and Crabbox-owned tags; it does not run through the coordinator.
  • Hostinger is a direct-only Linux VPS provider. Purchases require explicit opt-in; release stops the VPS but does not cancel its subscription.
  • Capability flags (--desktop, --browser, --code, VNC) are validated against each provider's declared feature set. Among the SSH-lease providers, desktop/browser/code surfaces are richest on aws, azure, hetzner, parallels, ssh, and local-container; multipass exposes local VM SSH and sync only in its first implementation, apple-vz does the same through a local helper and host-local SSH proxy, and most direct sandbox/delegated providers expose ssh and Crabbox sync only.
  • Actions runner hydration requires a normal SSH lease on Linux. Use a Linux-capable SSH-lease provider for that path.
crabbox warmup --provider aws --class beast
crabbox run --provider hetzner -- pnpm test
crabbox run --provider digitalocean --type s-1vcpu-1gb -- pnpm test
crabbox run --provider linode --type g6-standard-1 -- pnpm test
crabbox doctor --provider hostinger
crabbox run --provider docker -- pnpm test
crabbox run --provider docker-sandbox -- go test ./...
crabbox run --provider apple-vz -- go test ./...
crabbox run --provider multipass -- go test ./...
crabbox run --provider blacksmith-testbox --id tbx_123 -- pnpm test
crabbox run --provider namespace-devbox --id blue-lobster -- pnpm test

Implementation

Provider implementation lives under internal/providers/<name>; registration is in internal/providers/all/all.go. Command orchestration and the renderer surface stay in internal/cli.

Related docs: