Supported Zig version
Mach aims to follow the latest Zig nightly version, but is sometimes a week or so behind.
We update every Mach project every few weeks and in unison with one another, so that everything works and is being tested with a specific nightly version. That is the version you are expected to use.
Download the latest supported Zig version from our pkg.machengine.org mirror:
| OS/Arch | Kind | Download mirror |
|---|---|---|
| Linux x86_64 | Binary | zig-linux-x86_64-0.12.0-dev.21+ac95cfe44.tar.xz |
| Linux aarch64 (ARM) | Binary | zig-linux-aarch64-0.12.0-dev.21+ac95cfe44.tar.xz |
| Windows x86_64 | Binary | zig-windows-x86_64-0.12.0-dev.21+ac95cfe44.zip |
| Windows aarch64 (ARM) | Binary | zig-windows-aarch64-0.12.0-dev.21+ac95cfe44.zip |
| macOS x86_64 (Intel) | Binary | zig-macos-x86_64-0.12.0-dev.21+ac95cfe44.tar.xz |
| macOS aarch64 (Apple Silicon) | Binary | zig-macos-aarch64-0.12.0-dev.21+ac95cfe44.tar.xz |
| Source code | Source | zig-0.12.0-dev.21+ac95cfe44.tar.xz |
Signatures: .minisig Download signatures can be retrieved from ziglang.org for all downloads.
Installation
Download, extract, and place on your system $PATH. Ensure zig version reports the right version.
Version history
- Mach v0.2 is compatible with Zig v0.11
- Note: This was coincidental, and future releases will be compatible with specific Zig nightly versions instead.