Hyperup CLI

Install hb in one command.

Latest release: loading...

macOS / Linux

curl -fsSL https://www.hyperup.sh/install.sh | sh

Install specific version

curl -fsSL https://www.hyperup.sh/install.sh | sh -s -- --version 0.1.0

Windows (PowerShell, manual)

$version = (Invoke-WebRequest -UseBasicParsing https://www.hyperup.sh/LATEST).Content.Trim()
$url = "https://www.hyperup.sh/hb_${version}_windows_amd64.tar.gz"
Invoke-WebRequest -UseBasicParsing $url -OutFile hb.tar.gz
tar -xzf hb.tar.gz
Move-Item .\hb.exe "$env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\hb.exe"

Direct downloads

Verify

hb version