Skip to content

Installation

Get the Zeus compiler running on your machine in a couple of minutes.

The easiest way to install Zeus is with Homebrew:

  1. Tap the Zeus repository

    Terminal window
    brew tap ameerthehacker/zeus
  2. Install Zeus

    Terminal window
    brew install zeus
  3. Verify the installation

    Terminal window
    zeus --version

That’s it — you’re ready to write Zeus code.

Updating

Upgrade to the latest release with:

Terminal window
brew upgrade zeus

Uninstalling

To remove Zeus completely:

Terminal window
brew uninstall zeus
brew untap ameerthehacker/zeus

Other installation methods

Build from Source

Want to contribute or customize the compiler? Build Zeus from source with a full development setup.

View the guide →

Platform support

PlatformStatusNotes
macOS (Apple Silicon)✅ SupportedRecommended
macOS (Intel)✅ Supported
Linux (x86_64)🔜 Coming soon
Linux (ARM64)🔜 Coming soon
Windows🔜 PlannedWSL recommended for now