Skip to Content
Installation

Installation

Single binary, zero runtime dependencies. Pick your method and you’re running in seconds.

Homebrew (macOS)

brew install LatentEvals/tap/hty

Install script (macOS and Linux)

curl -fsSL https://raw.githubusercontent.com/LatentEvals/hty/main/scripts/install.sh | sh

Auto-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 location
  • HTY_INSTALL_DIR=/path — same thing, via environment variable

Prebuilt binaries

Download directly from the releases page :

PlatformArchitecture
macOSarm64 (Apple Silicon)
Linuxx86_64
Linuxarm64

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 --help

If you see the help output, you’re good. Head to Getting Started to run your first session.

Last updated on