How we build the runtime under smol machines โ microVMs, copy-on-write forks, and infrastructure that shows up exactly when the work does.
Recent merges give a smolvm guest a GPU without passing one through: the guest carries no driver, only drop-in CUDA shim libraries that forward calls over vsock to a host that owns the GPU. Here is how API remoting works and how it stacks up against passthrough, vGPU, and container device injection.
Read โThe newest release runs k3d inside a single machine. Kubernetes is one of the most demanding things you can ask a Linux environment to host โ here is why a microVM can and a container cannot, and the one device node the kubelet refused to start without.
Read โ