Skip to main content

Installation

The fastest way to install ZLint is with our installation script.

curl -fsSL https://raw.githubusercontent.com/DonIsaac/zlint/refs/heads/main/tasks/install.sh | bash
warning

This installation script does not work on Windows. Please download Windows binaries directly from the releases page.

Want to contribute?

If you're good at PowerShell and want to contribute, there is an open issue for adding a PowerShell installation script

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.