Discover and run pre-built smolmachines. Pull a machine, run it instantly.
alpine:latest โ 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.
Go 1.23 toolchain (golang:1.23) โ compile and run Go programs with the full toolchain (go build / run / test) in an isolated microVM.
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.
python:3.12-alpine โ packaged as a smolmachine
Rust toolchain (rust:1) with cargo + rustc โ build and run Rust projects in an isolated microVM.
smolvm pack pull registry.smolmachines.com/library/alpine:latest -o alpine.smolmachine smolvm machine create alpine --from alpine.smolmachine && smolvm machine start --name alpine smolvm machine exec --name alpine -- cat /etc/os-release