Go 1.23 toolchain (golang:1.23) โ compile and run Go programs with the full toolchain (go build / run / test) in an isolated microVM.
smolvm pack pull registry.smolmachines.com/library/go:latest Verified steps โ with the smolvm CLI installed:
# Pull (Apple Silicon / arm64; use :amd64 on Intel/AMD)
smolvm pack pull registry.smolmachines.com/library/go:arm64 -o go.smolmachine # Run a one-off command โ ephemeral, the VM is discarded when it exits
smolvm pack run --sidecar go.smolmachine go version # Or run it as a persistent machine โ create, start, exec, stop
smolvm machine create go --from go.smolmachine smolvm machine start --name go smolvm machine exec --name go -- go version smolvm machine stop --name go | tag | digest | size | platforms | created |
|---|---|---|---|---|
latest | sha256:78803398a523... | 281 MB | linux/amd64linux/arm64 | 6/5/2026 |
golang:1.23containerbash/go4 CPU, 8192 MBlinux/amd64multi0.9.0