projects
← All projects

kage + g8s

End-to-end terminal recording of the kage and g8s platforms: two isolated cages, a shared Nix store, and a PR-gated deploy to production.

2026
  • Nix
  • NixOS
  • k3s
  • Kata Containers
  • Forgejo
  • Tekton
  • Korifi

Kage is built around the idea that a sandbox should be the normal place development begins, not somewhere a project is moved only after an agent becomes involved or a change starts to feel risky. Humans and agents should both be first-class users of the same environment, so either can pick up the work without first deciding whether this particular change justifies isolation.

Each cage is an isolated development VM. Storey gives mutually untrusted cages access to one shared, read-only Nix store, while g8s carries approved work through to production. This walkthrough follows those pieces end to end. A dedicated Storey walkthrough is planned.

0:01·1/17Provision a cage

All chapters