cocoon

Lightweight MicroVM engine with dual hypervisor backends: Cloud Hypervisor (default) and Firecracker. One hypervisor process per VM, no daemon; Docker-like CLI; snapshots that clone into new identities in tens of milliseconds.

cocoon CLI ──► images: OCI (EROFS layers, direct boot) | cloudimg (qcow2, UEFI)
           ──► vm: create/run/console/exec ── CH or FC, COW disk, CNI/bridge NIC
           ──► snapshot: save/clone/restore/hibernate ── export/import across hosts

Guides

Features

Repository

Source and issue tracker: github.com/cocoonstack/cocoon. Related projects: sandbox (MicroVM sandboxes for AI agents built on cocoon), cocoon-agent (in-guest vsock agent), windows (Windows image build automation).