Skip to content

Harpoon (hpn)Container Image Management CLI

Modern, efficient. Pull, save, load, and push with Docker, Podman, Nerdctl, and Skopeo.

Harpoon

Quick Install

bash
# Linux / macOS
curl -L https://github.com/Ghostwritten/harpoon/releases/latest/download/hpn-linux-amd64 -o hpn
chmod +x hpn
sudo mv hpn /usr/local/bin/

# Verify
hpn --version

See Installation for Windows, ARM, and source builds.