golang

official languages

golang:1.23 — packaged as a smolmachine

linux/amd64
by smolmachines updated 7/13/2026
pull
smolvm pack pull registry.smolmachines.com/library/golang:1.23
how to use

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

smolvm pack pull registry.smolmachines.com/library/golang:amd64 -o golang.smolmachine

# Run a one-off command — ephemeral, the VM is discarded when it exits

smolvm pack run --sidecar golang.smolmachine bash

# Or run it as a persistent machine — create, start, exec, stop

smolvm machine create --name golang --from golang.smolmachine
smolvm machine start --name golang
smolvm machine exec --name golang -- bash
smolvm machine stop --name golang
tags
tagdigestsizeplatformscreated
1.23281 MB
linux/amd64
7/13/2026
latest281 MB
linux/amd64
7/13/2026
configuration
base image golang:1.23
mode container
entrypoint bash
workdir /go
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.2.1
environment
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GOLANG_VERSION=1.23.12 GOTOOLCHAIN=local GOPATH=/go