Linux microVM stack rebuilt to run on Apple Silicon
Developers have adapted the Firecracker microVM stack to bypass traditional Linux dependencies, enabling identical OCI images to boot on both macOS and Linux via Apple’s Virtualization.framework.
Developers have successfully rebuilt the Linux microVM stack to operate on Apple Silicon hardware, addressing a long-standing dependency on specific Linux kernel features. The project, detailed in a recent blog post by Encore.dev, leverages Apple’s Virtualization.framework to replace the traditional requirement for Kernel-based Virtual Machine (KVM). This architectural shift allows the same Open Container Initiative (OCI) images to boot as microVMs on both macOS and Linux environments.
The original Firecracker microVM stack necessitated a Linux host to function, relying heavily on KVM for virtualisation. Additionally, the surrounding image tooling required loop mounts and specific Linux userland components. By migrating to Apple’s Virtualization.framework, the new stack effectively bypasses these Linux userland dependencies, streamlining the process for developers working across different operating systems.
This development is particularly relevant for teams using Apple hardware, as it removes the need for complex workarounds to run Linux-based microVMs. The rebuilt stack ensures that the same OCI images can be deployed consistently across both platforms, reducing friction in development workflows. While the source material is a vendor blog post, it highlights a significant technical achievement in cross-platform virtualisation.
The project represents a notable shift in how microVMs are managed on non-Linux hosts. By eliminating the reliance on KVM and loop mounts, developers can now utilise Apple Silicon’s capabilities directly. This approach may influence future standards for running lightweight virtual machines in hybrid cloud and local development environments.
Although the specific performance parity with the original Linux KVM stack is not explicitly detailed in the provided text, the successful booting of identical OCI images on both platforms suggests a robust implementation. The move underscores the growing importance of Apple Silicon in professional development and infrastructure tooling.
The article was published on 21 August 2026, marking a key milestone in the adaptation of Linux-centric tools for Apple’s proprietary architecture. As the industry continues to evolve, this rebuilt stack offers a practical solution for developers seeking to unify their virtualisation strategies across diverse hardware ecosystems.

