macOS
Universal DMG
Apple Silicon and Intel.
Hydra desktop app
Download Hydra for macOS or Linux, or install it with Homebrew or APT.
Signed and notarized.
Apple Silicon and Intel.
Choose the Debian package for your architecture.
Install Hydra with Homebrew or APT.
Install with Homebrew
brew install --cask hydraterm/hydra/hydraterms
Install Hydra and receive updates with APT.
Install Hydra on Linux
curl -fsSL https://hydraterms.com/install.sh | sh
Download the archive key
curl --fail --silent --show-error --proto '=https' --tlsv1.2 --output /tmp/hydraterms-archive-keyring.gpg https://hydraterms.com/downloads/apt/keys/6C30C0550B25F44EB96D75C49D911578D1E7BC1D.gpg
printf '%s %s\n' '087a1da70f479eff1cdcc74bed5ec344dabc1cff429e7c2b6094f9ce94ef9756' '/tmp/hydraterms-archive-keyring.gpg' | sha256sum --check --strict
Install the per-repository keyring
sudo install -d -m 0755 /etc/apt/keyrings
sudo install -o root -g root -m 0644 /tmp/hydraterms-archive-keyring.gpg /etc/apt/keyrings/hydraterms-archive-keyring.gpg
Add the Hydra repository
printf '%s\n' 'Types: deb' 'URIs: https://hydraterms.com/downloads/apt' 'Suites: stable' 'Components: main' 'Signed-By: /etc/apt/keyrings/hydraterms-archive-keyring.gpg F918486B176C9E3F83CFAED7F4EC9CC8681B0BC9!' | sudo tee /etc/apt/sources.list.d/hydraterms.sources >/dev/null
Install Hydra
sudo apt update
sudo apt install hydraterms