Install tk
One command. Zero dependencies.
bash
$
curl -fsSL https://ticket-rs.io/install.sh | sh
Download Binary
macOS (Apple Silicon) • tk-darwin-aarch64
Download limit reached. Please try again later.
Manual installation instructions
macOS / Linux
$
chmod +x tk-darwin-aarch64 # Make executable $
sudo mv tk-darwin-aarch64 /usr/local/bin/tk # Move to PATH $
tk --version # Verify install