Skip to content

Releases: zyvorai/Aether

Aether 0.4.0

Choose a tag to compare

@zyvorai zyvorai released this 08 Sep 19:53

Aether 0.4.0 — Apache-2.0 open source

Aether-core is now fully open source under the Apache License 2.0 at zyvorai/Aether.

Highlights

  • Apache License 2.0 across the repository (no proprietary carve-out)
  • Ragnarok removed — confidential computing lives in the separate Ragnarok product; src/ragnarok/, /api/confidential/*, and related integrations are gone
  • Dashboard redesign (Zyvor orange, macOS glass shell), KubeVirt live migration / vGPU, RBAC API, discovered-workload logs & shell, and many intelligence/platform improvements since 0.3.0

Breaking

  • Confidential / TEE workflows that depended on the embedded Ragnarok module are not available in Aether-core. Use Ragnarok separately; aether confidential exits with a clear message.

Install (from source)

git clone https://github.com/zyvorai/Aether.git
cd Aether
cargo build --release
./target/release/aether --help

Full notes: CHANGELOG.md

Tag: v0.4.0 · Commit: c6c6911e

Aether 0.3.0

Choose a tag to compare

@ssahani ssahani released this 25 May 16:13

Aether 0.3.0 — Linux amd64 customer bundle

Premium Zyvor customer package built on sus@212.8.252.194 (no git clone required).

Install

curl -LO https://github.com/ssahani/Aether/releases/download/v0.3.0/aether-0.3.0-linux-amd64.tar.gz
curl -LO https://github.com/ssahani/Aether/releases/download/v0.3.0/aether-0.3.0-linux-amd64.tar.gz.sha256
sha256sum -c aether-0.3.0-linux-amd64.tar.gz.sha256
tar xzf aether-0.3.0-linux-amd64.tar.gz
cd aether-0.3.0-linux-amd64
cat OPEN_FIRST.txt

What's inside

  • OPEN_FIRST.txt, docs/welcome.html, branded PDFs under docs/pdf/
  • install.sh, START_HERE.txt, HELP.txt, path-safe bundle scripts
  • Product binaries and UI as documented in README.txt

Extract the archive before running any install-*.sh script.