Skip to content

Aether 0.4.0

Latest

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