debian

official os

debian:12 โ€” packaged as a smolmachine

linux/amd64
by smolmachines updated 6/22/2026
pull
smolvm pack pull registry.smolmachines.com/library/debian:12
how to use

Verified steps โ€” with the smolvm CLI installed:

# Pull (amd64)

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

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

smolvm pack run --sidecar debian.smolmachine bash

# Or run it as a persistent machine โ€” create, start, exec, stop

smolvm machine create --name debian --from debian.smolmachine
smolvm machine start --name debian
smolvm machine exec --name debian -- bash
smolvm machine stop --name debian
tags
tagdigestsizeplatformscreated
12sha256:63898ba04c33โ€ฆ51 MB
linux/amd64
6/22/2026
latestsha256:63898ba04c33โ€ฆ51 MB
linux/amd64
6/22/2026
configuration
base image debian:12
mode container
entrypoint bash
workdir /
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.1.2
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin