Aether

Compilation and building

Aether built with Zig 0.16.0 and you can cross compile it from you system into a windows binary.

git clone https://github.com/0xsp-SRD/aether
cd aether

# Debug build (safety checks enabled)
zig build

# Release build (smaller, faster binary)
zig build -Doptimize=ReleaseSafe
# or
zig build -Doptimize=ReleaseFast