Installation
Single binary, zero runtime dependencies. Pick your method and you’re running in seconds.
Homebrew (macOS)
brew install LatentEvals/tap/htyInstall script (macOS and Linux)
curl -fsSL https://raw.githubusercontent.com/LatentEvals/hty/main/scripts/install.sh | shAuto-detects your OS and architecture, downloads the latest release binary, and verifies the checksum. Installs to ~/.local/bin by default.
Options:
--install-dir /path— change the install locationHTY_INSTALL_DIR=/path— same thing, via environment variable
Prebuilt binaries
Download directly from the releases page :
| Platform | Architecture |
|---|---|
| macOS | arm64 (Apple Silicon) |
| Linux | x86_64 |
| Linux | arm64 |
From source
Requires Zig 0.15+.
git clone https://github.com/LatentEvals/hty.git
cd hty
zig build -Doptimize=ReleaseFast
sudo cp zig-out/bin/hty /usr/local/bin/Verify
hty --helpIf you see the help output, you’re good. Head to Getting Started to run your first session.
Last updated on