pi

official languages

node:22-bookworm-slim — packaged as a smolmachine

linux/amd64linux/arm64
by smolmachines updated 9/9/2026
pull
smolvm pack pull registry.smolmachines.com/library/pi: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 — multi-platform; smolvm selects for this host (linux/amd64, linux/arm64)

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

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

smolvm pack run --sidecar pi.smolmachine docker-entrypoint.sh

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

smolvm machine create --name pi --from pi.smolmachine
smolvm machine start --name pi
smolvm machine exec --name pi -- docker-entrypoint.sh
smolvm machine stop --name pi
tags
tagdigestsizeplatformscreated
latest237 MB
linux/amd64linux/arm64
9/9/2026
configuration
base image node:22-bookworm-slim
mode container
entrypoint docker-entrypoint.sh
workdir /workspace
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.14.4
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NODE_VERSION=22.23.2 YARN_VERSION=1.22.22