harmstack CLI lets you run benchmarks against AI model endpoints, inspect job results, compare runs, and manage account credits from your terminal. It supports both an interactive wizard and a non-interactive flag-based workflow.
Installation
Prebuilt CLI binaries are published on GitHub: vettedmedical/harmstack-install-v0 — latest release Supported builds:- macOS — Apple Silicon (
darwin/arm64), via Homebrew or manual download - Linux —
amd64, via Homebrew or manual download - Windows —
amd64, zip containingharmstack.exe(install from the release asset; Homebrew is not used on Windows)
platforms/ (for example macOS Apple Silicon, Linux, Windows).
Homebrew (macOS Apple Silicon and Linux amd64)
If you use Homebrew, add the tap and install:Manual install (download from GitHub)
Release assets use these names (version varies per release):- macOS Apple Silicon:
harmstack_<version>_darwin_arm64.tar.gz - Linux amd64:
harmstack_<version>_linux_amd64.tar.gz - Windows amd64:
harmstack_<version>_windows_amd64.zip
checksums.txt if you want to verify downloads with SHA-256.
Download the archive for your platform
Open the latest release and download the asset for your OS and architecture.
Extract and place the binary on your PATH
macOS or Linux — extract the tarball, then move Windows — unzip
harmstack into a directory on your PATH:harmstack_<version>_windows_amd64.zip, move harmstack.exe to a folder on your PATH, open a new terminal, then run harmstack --help.Authentication
Set your Harmstack API key before running commands:Explore the CLI
Commands
Full reference for every customer-facing
harmstack command, with usage examples and key flags.Flags
Canonical kebab-case flags only (for example
--job-id, --benchmark-id, --unit-count), with types, defaults, and environment variable fallbacks.