harbor

official tools

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.

linux/amd64linux/arm64
by smolmachines updated 6/5/2026
pull
smolvm pack pull registry.smolmachines.com/library/harbor:latest
how to use

Verified steps โ€” with the smolvm CLI installed:

# Pull (Apple Silicon / arm64; use :amd64 on Intel/AMD)

smolvm pack pull registry.smolmachines.com/library/harbor:arm64 -o harbor.smolmachine

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

smolvm pack run --sidecar harbor.smolmachine harbor --version

# Or run it as a persistent machine โ€” create, start, exec, stop

smolvm machine create harbor --from harbor.smolmachine
smolvm machine start --name harbor
smolvm machine exec --name harbor -- harbor --version
smolvm machine stop --name harbor

Harbor drives coding agents (Claude Code, Codex, OpenHands) โ€” provide the relevant API keys and an execution backend (Docker / Daytona / Modal) at runtime.

tags
tagdigestsizeplatformscreated
latestsha256:2e98b226edf2...299 MB
linux/amd64linux/arm64
6/5/2026
configuration
base image python:3.12-slim
mode container
entrypoint /bin/sh
workdir /
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform multi
smolvm version 0.9.0