If you’re an Apple user, you may have heard of Apple’s upcoming feature Containerization during WWDC 2025. Quick summary: Container is a CLI tool, which works with Containerization. This is what end-users interact with. Containerization handles creating the containers, that talks to Virtualization.framework. Virtualization.framework is the hypervisor API (high level), and creates a new VM per container via Hypervisor.framework. Hypervisor.framework is the low level hypervisor API, which u...