MicroVM platform for AI sandboxing, cloud desktops, and ephemeral dev environments. Built on Cloud Hypervisor and Kubernetes.
| Repository | Description |
|---|---|
| cocoon | Lightweight MicroVM engine — OCI/cloud images, instant snapshot & clone, Windows 11 support, CNI networking, Docker-like CLI |
| cloud-hypervisor | Patched Cloud Hypervisor fork — DISCARD fix, virtio-net ctrl_queue tolerance, upstream cherry-picks |
| rust-hypervisor-firmware | Patched UEFI firmware — ACPI ResetSystem fix for Windows graceful shutdown |
| Repository | Description |
|---|---|
| vk-cocoon | Virtual Kubelet provider — maps pod lifecycle to VM operations (run, clone, snapshot, hibernate) |
| epoch | Snapshot registry — S3 blob storage, OCI-style API, web UI, instant VM provisioning |
| cocoon-operator | Kubernetes operator — Hibernation and CocoonSet CRDs for stateful VM workflows |
| cocoon-webhook | Admission webhook — sticky scheduling for VM-backed pods |
| Project | Docs |
|---|---|
| vk-cocoon | Design · Deployment |