Installation
The fastest way to install ZLint is with our installation scripts for Linux/macOS and Windows.
Linux/macOS
curl -fsSL https://raw.githubusercontent.com/DonIsaac/zlint/refs/heads/main/tasks/install.sh | bash
Windows
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/DonIsaac/zlint/refs/heads/main/tasks/install.ps1" | Invoke-Expression
Updating
Update a direct binary installation to the latest stable release with:
zlint update
Manual Installation
Each release is available on the releases page. Click on the correct binary for your platform to download it.
Building from Source
Clone this repo and compile the project with Zig's build system.
zig build --release=safe
tip
Full setup instructions are available here.