Build from Source
Want to contribute or customize the compiler? Build Zeus from source with a full development setup.
Get the Zeus compiler running on your machine in a couple of minutes.
The easiest way to install Zeus is with Homebrew:
Tap the Zeus repository
brew tap ameerthehacker/zeusInstall Zeus
brew install zeusVerify the installation
zeus --versionThat’s it — you’re ready to write Zeus code.
Upgrade to the latest release with:
brew upgrade zeusTo remove Zeus completely:
brew uninstall zeusbrew untap ameerthehacker/zeusBuild from Source
Want to contribute or customize the compiler? Build Zeus from source with a full development setup.
Download a Binary
Grab a pre-built binary from GitHub Releases.
| Platform | Status | Notes |
|---|---|---|
| macOS (Apple Silicon) | ✅ Supported | Recommended |
| macOS (Intel) | ✅ Supported | |
| Linux (x86_64) | 🔜 Coming soon | |
| Linux (ARM64) | 🔜 Coming soon | |
| Windows | 🔜 Planned | WSL recommended for now |