Skip to content

Releases: hydraterm/hydra-local

Hydra 0.2.13

Choose a tag to compare

@rkzlyldrm rkzlyldrm released this 18 Aug 21:59

Hydra 0.2.13 is a focused macOS terminal-presentation fix release.

Install

macOS

brew install --cask hydraterm/hydra/hydraterms

Linux

Download the amd64 or arm64 .deb below, or use the matching tarball. Building from source is documented in DEVELOPMENT.md.

What changed

  • Fixed a macOS presentation defect where newly typed commands or terminal output could remain visually stale until a later scroll or window event.
  • Updated the renderer to WGPU 23 and its matching Glyphon text stack, which uses the corrected macOS Metal sublayer presentation path.
  • Preserved the PTY daemon, session-revival, Remote lifecycle, and SQLite concurrency protections from 0.2.12.

The attached binaries are the exact signed stable artifacts built from canonical product source ed242b8fe592193940e537a565dbd5fabb773a58. The reviewed public local-source representation is published in this repository.

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 5d253af7c7f0e3a62d1b20db4097297466672e5a4d9b07f3b41b5fd8bbe5b9e9
Hydra-linux-amd64.deb ddf035eb72929cee4bca6c0e7635491a807e4ac6d441956c031ef325a48c3447
Hydra-linux-arm64.deb a16ace19ad3734257d25804bccb8c6ff23fd53979c5094f113681f70029bec19
Hydra-linux-amd64.tar.gz 6e91cd1c48c31b44c7e1cf10640d2f3c930d276bd431586f34c58e0d3b3f64cd
Hydra-linux-arm64.tar.gz ff92ad37fda1d0b5ae17f3c45511b8d4c4064c1daf17f0b17e0d4589249a7a94

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.

Hydra 0.2.12

Choose a tag to compare

@rkzlyldrm rkzlyldrm released this 16 Aug 22:37

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.

Hydra 0.2.9

Choose a tag to compare

@rkzlyldrm rkzlyldrm released this 13 Aug 11:56

Hydra 0.2.9 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

  • Project deletion now closes every owned daemon session before removing its records, including live sessions that no longer have a tab, preventing orphaned PTYs.
  • Recovered sessions are visible in the dashboard with explicit restore and release actions.
  • A PTY daemon that owns your terminal sessions, so closing the app doesn't kill a running agent.
  • Provider-history discovery: agent sessions already on your machine — Claude Code, Codex, Copilot, Cursor and others — appear in the dashboard, ready to resume.
  • Projects, windows, split panes and layouts, with stash and revive for panes you want out of the way but still running.
  • Agent-aware panes with blocked / working / done attention signals.
  • A native GPU-rendered UI on macOS (Apple Silicon and Intel) and Linux (x86-64 and arm64).
  • Secret-aware redaction: launch arguments that look like credentials are never persisted verbatim.

Community and source builds are network-silent by default. The update check and model-catalog feeds are behind the off-by-default official-distribution feature.

Verifying a download

Each artifact's SHA-256 is published in the release manifest at
https://app.hydraterms.com/downloads/version.json and matches the files attached here:

File SHA-256
Hydra-macOS.dmg 5cd6a08e3b545d38099e06a8caf8a92e547ade6759b32e187d34888335901fc6
Hydra-linux-amd64.deb 095c91069bcd3acc200b0a62daf1d362bb87dadd88d1b13362360103b00fc67d
Hydra-linux-arm64.deb 61aafa5b17e3a41272cb914befa413b3485f5fa88825f2ae64351fcecd46cd5f
Hydra-linux-amd64.tar.gz af72b0084cd33e21d926b8e5c247dde6420e87f01ad7cc973a4fc8fb9eebcb67
Hydra-linux-arm64.tar.gz f24b66814e53044632c1a2449407166961ca99258e386a63d2a3f00aa0a03834

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.

Hydra 0.2.8

Choose a tag to compare

@rkzlyldrm rkzlyldrm released this 12 Aug 17:39

The first public release of the Hydra local desktop, matching the 0.2.8 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

  • A PTY daemon that owns your terminal sessions, so closing the app doesn't kill a running agent.
  • Provider-history discovery: agent sessions already on your machine — Claude Code, Codex, Copilot, Cursor and others — appear in the dashboard, ready to resume.
  • Projects, windows, split panes and layouts, with stash and revive for panes you want out of the way but still running.
  • Agent-aware panes with blocked / working / done attention signals.
  • A native GPU-rendered UI on macOS (Apple Silicon and Intel) and Linux (x86-64 and arm64).
  • Secret-aware redaction: launch arguments that look like credentials are never persisted verbatim.

Community and source builds are network-silent by default. The update check and model-catalog feeds are behind the off-by-default official-distribution feature.

Verifying a download

Each artifact's SHA-256 is published in the release manifest at
https://app.hydraterms.com/downloads/version.json and matches the files attached here:

File SHA-256
Hydra-macOS.dmg 2740886cd6b0233adb2a65f705c6f586d7d17945b17e258d111059ee5047914f
Hydra-linux-amd64.deb 1dc6cbfa484b1d30e8424fa90f3335152cdb42bd9fbd46389a961cd5e229cb17
Hydra-linux-arm64.deb ce048428da6328ad52af9863ed6a1350d69e16305eb53556e12fb2e673ae694a
Hydra-linux-amd64.tar.gz d0b2ae799859e6fd730f65f2c8ee3a6f87324936bef6c8bf3ea0d688a2d411f3
Hydra-linux-arm64.tar.gz 70bbdb89c5006bb918c7d3dc7823d9f21652a2d065e2527bc8c829872bea348b

Notes

Hydra Remote, the optional hosted service for reaching these sessions from a browser, is a separate product and is not part of this repository. The 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.