Discover pre-built smolmachines and check host architecture availability before pulling.
alpine:3.20 — packaged as a smolmachine
busybox:1.36 — packaged as a smolmachine
caddy:2 — 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.
debian:12 — packaged as a smolmachine
eclipse-temurin:21 — packaged as a smolmachine
Enforra action-governance environment for Node.js agents — evaluate local policies before tool callbacks execute and record local audit evidence.
Multi-architecture Go 1.23 toolchain (golang:1.23) — compile and run Go programs with the full toolchain on arm64 or amd64 hosts.
Go 1.23 toolchain for amd64 hosts. This older catalog name is distinct from the multi-architecture library/go package.
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.
httpd:2.4 — packaged as a smolmachine
mariadb:11 — packaged as a smolmachine
memcached:1 — packaged as a smolmachine
mongo:7 — packaged as a smolmachine
mysql:8.4 — packaged as a smolmachine
nginx:1.27 — packaged as a smolmachine
Node.js 22 runtime (node:22-slim) — run JavaScript/TypeScript, npm packages, and Node tooling in an isolated microVM.
postgres:16 — packaged as a smolmachine
python:3.12-slim — packaged as a smolmachine
rabbitmq:3 — packaged as a smolmachine
redis:7 — packaged as a smolmachine
registry:2 — packaged as a smolmachine
Rust toolchain (rust:1) with cargo + rustc — build and run Rust projects in an isolated microVM.
ubuntu:24.04 — 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