Discover pre-built smolmachines and check host architecture availability before pulling.
alpine:3.20 — packaged as a smolmachine
node:22-bookworm-slim — packaged as a smolmachine
Coding-agent sandbox — Node.js, Python, git, ripgrep, and build-essential with the OpenAI Codex CLI (`codex`) pre-installed. Bring your own API key at runtime.
Enforra action-governance environment for Node.js agents — evaluate local policies before tool callbacks execute and record local audit evidence.
Harbor — the agent-evaluation framework and official Terminal-Bench harness (Python). Run agent evals and build RL environments: `harbor run --agent … --model …`. Ships with Python 3.12, git, and the `harbor` CLI.
Node.js 22 runtime (node:22-slim) — run JavaScript/TypeScript, npm packages, and Node tooling in an isolated microVM.
node:22-bookworm-slim — packaged as a smolmachine
postgres:16 — packaged as a smolmachine
python:3.12-slim — packaged as a smolmachine
smolvm pack pull registry.smolmachines.com/library/go:latest -o go.smolmachine smolvm machine create --name go --from go.smolmachine && smolvm machine start --name go smolvm machine exec --name go -- go version