Goal
Support strictly local / air-gapped code execution for sandbox_exec-class workloads without relying on Cloudflare Sandboxes + Workers bridge — for labs that cannot depend on cloud sandboxes.
Motivation
Enterprise local-first deployments (see ClawQL-Agent project-status.md) may require:
- No outbound to Cloudflare for execution
- Comparable isolation guarantees (filesystem, network egress controls, resource limits)
Possible directions (RFC)
- gVisor (
runsc) or Kata-style VMs behind a small API
- Docker-in-Docker or rootless Docker with tight seccomp/AppArmor profiles
- Firecracker microVMs (heavier ops)
Acceptance criteria
Related
- Existing cloud
sandbox_exec implementation
- ClawQL-Agent issue on Mesh + Sandboxes for hybrid connectivity (optional overlay)
Goal
Support strictly local / air-gapped code execution for
sandbox_exec-class workloads without relying on Cloudflare Sandboxes + Workers bridge — for labs that cannot depend on cloud sandboxes.Motivation
Enterprise local-first deployments (see ClawQL-Agent
project-status.md) may require:Possible directions (RFC)
runsc) or Kata-style VMs behind a small APIAcceptance criteria
sandbox_exec(persistent session id, languages, fs scope).Related
sandbox_execimplementation