smol registry

Discover pre-built smolmachines and check host architecture availability before pulling.

get started

1. Pull a verified multi-platform example:

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

2. Create & start a microVM from it:

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

3. Run a command in it:

smolvm machine exec --name go -- go version

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

:latest is multi-platform for this example, but not for every catalog entry. Open a machine and choose a listed tag that supports your host architecture.