Skip to content

All pages

kern

A rootless sandbox that starts a real kernel-enforced container in about 3.5 ms

Dev Tools24d ago
Category
Dev Tools
Website
github.com
Language
English
Listed
24d ago
Stars
412
Forks
9

getkern/kern ↗, Rust, Apache-2.0, Last commit 1d ago

kern is a sandbox and virtual resource runtime aimed at workloads you do not trust, including code an AI wrote. It starts a real, kernel-enforced container from an OCI image in roughly 3.5 milliseconds out of a single 1.52 MB static binary, with no daemon and no socket, and it uses no memory at rest because there is nothing running until you invoke it. Isolation comes from Linux namespaces and cgroups rather than a virtual machine. Its only Rust dependency is libc, which is what keeps the binary that small.

Like this product?