alt.hn

7/2/2026 at 10:37:50 PM

Smol Machines

https://smolmachines.com/

by fumplethumb

7/3/2026 at 2:18:35 PM

This description from the https://github.com/smol-machines/smolvm is helpful

  Each workload gets real hardware isolation — its own kernel on Hypervisor.framework (macOS), KVM (Linux), or the Windows Hypervisor Platform (Windows). libkrun VMM with custom kernel: libkrunfw. Pack it into a .smolmachine and it runs anywhere the host architecture matches, with zero dependencies.

  Images use the OCI format — the same open standard Docker uses. Any image on Docker Hub, ghcr.io, or other OCI registries can be pulled and booted as a microVM. No Docker daemon required.

by aw-engineer