debian

official os

debian:12 — packaged as a smolmachine

linux/amd64
by smolmachines updated 8/10/2026
pull
smolvm pack pull registry.smolmachines.com/library/debian:latest

This command uses a tag published for this package. Confirm that its platform entry in the tags table matches your host architecture; :latest is not universally multi-platform.

how to use

Verified steps — with the smolvm CLI installed:

# Pull :latest — linux/amd64 only

smolvm pack pull registry.smolmachines.com/library/debian:latest -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
1251 MB
linux/amd64
8/10/2026
latest51 MB
linux/amd64
8/10/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.2.1
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin