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 confidentialexits with a clear message.
Install (from source)
git clone https://github.com/zyvorai/Aether.git
cd Aether
cargo build --release
./target/release/aether --helpFull notes: CHANGELOG.md
Tag: v0.4.0 · Commit: c6c6911e