clawker
What happens when devcontainers and k8s have a Claude Code baby. Isolated, firewalled, credential-forwarding agent-in-container environments. One CLI.
brew install schmitthub/tap/clawker curl -fsSL https://clawker.dev/install.sh | bash Each agent gets its own isolated container with embedded Dockerfile templates. Alpine or Debian, your call.
Block internet access by default, whitelist only the domains you need. Per-project rules via clawker.yaml.
SSH keys, GPG keys, and git config forwarded from your host automatically. No copy-pasting secrets into containers.
Spawn agents on separate branches simultaneously. Each worktree gets its own container — no conflicts.
Agents get Docker access scoped to clawker containers only. They can't accidentally nuke your other stuff.
Live-sync your workspace with bind mounts, or give the agent a snapshot copy. You pick the isolation level.
Single Go binary. macOS and Linux. Needs Docker.
brew install schmitthub/tap/clawker curl -fsSL https://clawker.dev/install.sh | bash Read the documentation to learn more.