Installation

Prerequisites

The production CI matrix covers Zig 0.14.1, 0.15.2, and 0.16.0 with CUE v0.16.0 and Python 3. Zig 0.17 can be described for development/corpus work but is not a stable release lane while that toolchain is moving.

The hosted macOS smoke test uses Zig 0.16.0. Zig 0.15.2 is covered on Linux; the current GitHub macOS 26 arm64 image cannot link that Zig version's build runner, so that host/toolchain combination is not advertised as supported.

For this repository:

git clone https://github.com/godofecht/azazel.git
cd azazel
./setup.sh --check-only
python3 azazel check
python3 azazel build

Azazel is pre-1.0. Production consumers should pin the exact revision or release they test in CI and upgrade deliberately. Moving from the current vendored integration shape to a centrally versioned consumer dependency is tracked as production-adoption work.