Releases: ankit373/hydra
Releases · ankit373/hydra
Release list
v1.0.1
RC — v1.0.0-rc.1
🧪 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
⚠️ 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/
```