Skip to content

Releases: ankit373/hydra

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:10
ac90d47

1.0.1 (2026-07-25)

Features

  • dist: hyctl CLI + working brew/npm/npx/pip/curl install paths (#155) (0f259a8), closes #147

RC — v1.0.0-rc.1

RC — v1.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:03
bb1ce5d

🧪 This is a release candidate — built from `release/v1.0.0` for UAT testing.
Do not use in production. Stable release pending sign-off.

Branch: `release/v1.0.0`
Commit: `b668ed2`
Version: `v1.0.0-rc.1`

Install RC build
```bash

macOS (Apple Silicon)

curl -L https://github.com/ankit373/hydra/releases/download/v1.0.0-rc.1/hydra_v1.0.0-rc.1_darwin_arm64.tar.gz | tar xz
sudo mv hyctl /usr/local/bin/
```

Edge — v0.0.0-edge.a8a75e0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 02:50
e5e766e

⚠️ This is an edge/nightly build — built from the latest commit on `develop`.
It may be unstable. Use the stable release for production.

Commit: `a8a75e0`
Version: `v0.0.0-edge.a8a75e0`

Install edge build
```bash

macOS (Apple Silicon)

curl -L https://github.com/ankit373/hydra/releases/download/edge/hydra_v0.0.0-edge.a8a75e0_darwin_arm64.tar.gz | tar xz
sudo mv hyctl /usr/local/bin/
```