A sandboxed environment for running Claude Code against your own repos: code-server (VS Code in the browser) + a mobile-friendly terminal + Claude Code, on a local kind Kubernetes cluster.
The agent runs in a container, holds no privileged credentials, and reaches
GitHub only through a token-injecting proxy it can't read. Heavy build/test work
runs in disposable pods via k8s-run.
See local-secure/README.md for prerequisites, setup,
and the two workspace modes (bind-mount your host repos, or ephemeral
clone-on-boot).
Dockerfile the code-server + Claude Code + tooling image
local-secure/ the local k3s (k3d) cluster + Kubernetes manifests + up/down scripts
k8s-run disposable-pod runner for build/test/analyze
mobile-controller.js mobile terminal helper
MIT.