Installation
Requirements
- macOS or Linux
- 8GB+ RAM (recommended)
One-Line Install
Run the official installer:
curl -fsSL https://zerolang.ai/install.sh | bash
The installer will:
- Detect your platform
- Download the matching compiler binary from GitHub Releases
- Verify file integrity
- Install to
$HOME/.zero/bin/zero
Manual Install
- Download the binary for your platform from GitHub Releases
- Extract and place
zeroin a directory on your PATH - Run
zero doctor --jsonto verify
Verify Installation
zero doctor --json
Should output JSON containing compiler version, platform info, and environment checks.