Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 712 Bytes

File metadata and controls

33 lines (22 loc) · 712 Bytes

Installation

Download binaries

Download the binary for your platform from GitHub Releases:

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/

Windows

Download hpn-windows-amd64.exe and add it to your PATH.

Build from source

git clone https://github.com/Ghostwritten/harpoon.git
cd harpoon
go build -o hpn ./cmd/hpn

Verify installation

hpn --version

At least one container runtime (Docker, Podman, or Nerdctl) must be installed. For extract, Helm is also required.