S

smolvm

Ship portable Linux VMs that boot in under 200ms — isolation by default

PriceOpen Source (Apache 2.0)Reviewed2026-04-20
Verdict — Ship
3 Ships1 Skips
Visit github.com

The Panel's Take

smolvm is a Rust-based CLI tool for building, running, and distributing lightweight Linux virtual machines with sub-second cold starts. Born from the smol-machines project, it addresses a gap in the developer toolchain: running untrusted code or reproducible environments without the overhead of Docker daemons or full hypervisors. A single "Smolfile" TOML config declares your VM, and state packs into a portable .smolmachine file you can share across macOS and Linux. Under the hood, smolvm uses libkrun VMM with Hypervisor.framework on macOS and KVM on Linux. Memory is elastic via virtio balloon, so the host reclaims unused RAM. Network is off by default — a deliberate security stance. SSH agent forwarding works without exposing private keys to guest VMs. OCI image compatibility means you can pull from Docker Hub or ghcr.io without modification. The key use case shaping community interest is sandboxing AI agent workloads: give agents a hardware-isolated VM that boots in under 200ms with configurable filesystem and egress constraints. With AI coding tools increasingly executing arbitrary code, smolvm fills a meaningful gap between "run it on bare metal" and "stand up a full Kubernetes pod." At 2.2k GitHub stars and 487 HN upvotes on the day of its Show HN post, developer traction is real.

Share this verdict

smolvm verdict: SHIP 🚀

3 ships · 1 skip from the expert panel

Full review: shiporskip.io/tool/smolvm-portable-lightweight-vms-sub-second-cold-start-sandbox-ai-2026

Weekly AI Tool Verdicts

Get the next verdict in your inbox

7 critics review a new AI tool every day. Weekly digest — free.

Embed this verdict

Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.

Ship · 7.5/10
HTML badge
<a href="https://shiporskip.io/api/badge-click/smolvm-portable-lightweight-vms-sub-second-cold-start-sandbox-ai-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/smolvm-portable-lightweight-vms-sub-second-cold-start-sandbox-ai-2026" alt="smolvm Ship verdict on ShipOrSkip" width="360" height="90" /></a>
Markdown badge
[![smolvm Ship verdict on ShipOrSkip](https://shiporskip.io/api/badge/smolvm-portable-lightweight-vms-sub-second-cold-start-sandbox-ai-2026)](https://shiporskip.io/api/badge-click/smolvm-portable-lightweight-vms-sub-second-cold-start-sandbox-ai-2026)
Iframe widget
<iframe src="https://shiporskip.io/embed/smolvm-portable-lightweight-vms-sub-second-cold-start-sandbox-ai-2026" title="smolvm ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>

The reviews

This solves the AI agent sandbox problem cleanly. Sub-200ms boot, declarative Smolfile config, and OCI compatibility means you can integrate it into a CI pipeline in an afternoon. The network-off-by-default stance is exactly right — I want to opt into exposure, not opt out.

Helpful?

It's alpha-quality infrastructure with 2.2k stars and a tiny team. Running production AI workloads in a project with 84 forks and no enterprise backing is a gamble. The macOS/Linux-only support also cuts out anyone running Windows-based CI, which is a real limitation for enterprise adoption.

Helpful?

As AI agents become default executors of arbitrary code, hardware-isolated sandboxes become load-bearing infrastructure, not optional hardening. smolvm's portable .smolmachine format is the right abstraction — the 'Docker image for VMs' primitive that the agent ecosystem has been missing.

Helpful?

For anyone running code-gen tools or AI pipelines that touch the filesystem, this is peace of mind packaged in a CLI. The Smolfile config feels approachable, and the fact you can email a .smolmachine file and have it boot identically on a colleague's Mac is genuinely delightful.

Helpful?

Bookmarks

Loading bookmarks...

No bookmarks yet

Bookmark tools to save them for later