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 all the negative parallelisms, rule of threes, and em dashes below compliments of ai slop... ain't no way i was gunna write the splash page myself
Each agent gets its own isolated container with embedded Dockerfile templates. Alpine or Debian, your call.
Clean install or seamless transition — bring your existing Claude Code settings, plugins, skills, and config along for the ride.
Live-sync your workspace with bind mounts, or give the agent a snapshot copy. You pick the isolation level.
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 — just like devcontainers. No copy-pasting secrets into containers.
A guardrail layer between clawker and Docker that prevents operations on resources created outside of clawker. You won't accidentally nuke unrelated containers, networks, or volumes.
Container resources scoped per-project. Run multiple projects simultaneously without stepping on each other's toes.
All clawker resources live on the same clawker-net Docker network for easy communication.
Spin up agents in git worktrees with a single flag. Clawker handles worktree lifecycle for you — create, list, and clean up branches without leaving your workflow.
Browser authentication callbacks forwarded from container to host. OAuth flows just work — zero config.
Custom packages, environment variables, and scripts injected at container build time. Your Dockerfile, your rules.
Bash scripts that run after container init. Perfect for MCP server setup, custom tooling, or whatever your workflow needs.
Experimental looping mode with stagnation detection, circuit breaker protection, and configurable max loop limits. Built-in token and cost tracking so your agent doesn't run away with your wallet.
Real-time insights into your agents' performance, decisions, tool calls, costs, token usage, and more. Optional Prometheus, Loki, and Grafana stack with OpenTelemetry integration. Dashboards and alerts out of the box.
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.