Hydra 0.2.12
Hydra 0.2.12 matches the stable desktop build distributed at hydraterms.com.
Install
macOS
brew install --cask hydraterm/hydra/hydraterms
Linux
curl -fsSL https://hydraterms.com/install.sh | sh
Or download a package below. Building from source is documented in DEVELOPMENT.md.
What's in this build
- Hardened passkey-backed Remote enrollment and lifecycle verification.
- Fixed macOS launchd transitional-state races during Remote startup.
- Preserved SQLite WAL locks across concurrent app and Remote-agent openers, preventing the shared-memory page-in crash seen during Remote use and scrolling.
- Added clearer local lifecycle-failure messages while keeping private error details redacted.
- Updated audited Rust dependency locks.
- A PTY daemon that owns your terminal sessions, so closing the app does not kill a running agent.
- Native macOS universal and Linux amd64/arm64 desktop packages.
The attached binaries are the exact signed stable artifacts built from canonical product source 685400da2b0b6ba238dde15ae3be11762152fe32. This repository contains the reviewed public local-only source representation.
Verifying a download
Each artifact's SHA-256 is published in the stable release manifest at
https://app.hydraterms.com/downloads/version.json and matches the files attached here:
| File | SHA-256 |
|---|---|
Hydra-macOS.dmg |
26fca141b4f28e25c81e1e5bea194ddbe2b780e1a3897284618f23c4aa4f57a5 |
Hydra-linux-amd64.deb |
4405aaf34ed8fb2b3b441d2ee334262cff927503c099ad906c9594c7a9faef1c |
Hydra-linux-arm64.deb |
ef6cc3c5a1a3f9b61adefb0b911ba5884bfff298426d6854a113502fa4f3367a |
Hydra-linux-amd64.tar.gz |
b8f308dafb0fdd8c8926762df3da5fa66b25572f40275283b4d8e11de9c3a400 |
Hydra-linux-arm64.tar.gz |
76c405201c54bb465c84c47473268a568f82bc0a47e49430c6a0f514ba110921 |
Notes
The public/private boundary is documented in docs/public-private-boundary.md.
Issues and platform reports are welcome. Security reports go to security@hydraterms.com, never a public issue.