Netclode
Isolation workspace : git worktree
Isolation runtime : MicroVM (kata)
If you are exploring autonomous coding agents like Claude Code or OpenCode, you need to check out Netclode by @angristan. It’s a self-hosted platform designed to run these agents securely on your own infrastructure and accessible via iOS
Running an AI agent that executes arbitrary code on your machine can be risky.
Netclode solves this by wrapping sessions in Kata microVMs:
Provisioning: Swift commands k3s to create a Pod.
Runtime: k3s uses Kata Containers instead of runc.
Virtualization: Cloud Hypervisor starts the micro-VM.
Execution: The agent runs in complete security.
Destruction: Once finished, the VM is deleted, leaving no trace.
It is the perfect architecture for safely unleashing the power of AI coding assistants.
https://github.com/angristan/netclode
https://stanislas.blog/2026/02/netclode-self-hosted-cloud-coding-agent