smol registry

Discover and run pre-built smolmachines. Pull a machine, run it instantly.

get started

1. Pull the packed machine:

smolvm pack pull registry.smolmachines.com/library/alpine:latest -o alpine.smolmachine

2. Create & start a microVM from it:

smolvm machine create alpine --from alpine.smolmachine && smolvm machine start --name alpine

3. Run a command in it:

smolvm machine exec --name alpine -- cat /etc/os-release

Install the smolvm CLI first: curl -sSL https://smolmachines.com/install.sh | bash