Channel
Platform
Command
Homebrew
macOS, Linux - shell completion included
brew install HostTracker/tap/ht-cli
curl installer
macOS, Linux - checksum-verified against the release
curl -fsSL https://raw.githubusercontent.com/HostTracker/cli/main/install.sh | sh
apt repository
Debian, Ubuntu - signed, amd64 and arm64
curl -fsSL https://hosttracker.github.io/apt/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/hosttracker.gpg && echo "deb [signed-by=/usr/share/keyrings/hosttracker.gpg] https://hosttracker.github.io/apt stable main" | sudo tee /etc/apt/sources.list.d/hosttracker.list && sudo apt update && sudo apt install ht-cli
dnf repository
Fedora, RHEL - amd64 and arm64
sudo curl -fsSL -o /etc/yum.repos.d/hosttracker.repo https://hosttracker.github.io/apt/rpm/hosttracker.repo && sudo dnf install ht-cli
Docker (GHCR)
any platform, nothing to install for a CI job
docker run --rm -e HT_TOKEN ghcr.io/hosttracker/ht-cli:latest monitors list
Scoop
Windows
scoop bucket add hosttracker https://github.com/HostTracker/scoop-bucket && scoop install ht-cli
winget
Windows - manifest pending review in the community repository
winget install HostTracker.ht-cli
Release binaries
Linux, macOS, Windows - amd64 and arm64, SBOM + checksums