Download CQLi

New to CQLi? Read the Quick Start guide first →

Current Release

Version
1.0.7
Release date
April 19, 2026
Linux
glibc 2.27 or later
macOS
10.14+ (amd64), 11.0+ (ARM64)
Windows
Windows 7 SP1 or later
Price
Free

Native 64-bit builds of CQLi are available for Linux (glibc 2.27+), macOS (10.14+ for amd64, 11.0+ for ARM64), and Windows (Windows 7 SP1 and up).

The zip files below include binaries for the target platform and comprehensive PDF documentation (manual.pdf). After downloading, simply extract the content and run the executable from the command line. See the included Reference Manual for more information.

Install from a terminal

Linux

curl -LO https://cql64.com/downloads/cqli-1.0.7-linux.zip
unzip cqli-1.0.7-linux.zip
./cqli -version

macOS

curl -LO https://cql64.com/downloads/cqli-1.0.7-macos.zip
unzip cqli-1.0.7-macos.zip
./cqli -version

Windows

Invoke-WebRequest https://cql64.com/downloads/cqli-1.0.7-windows.zip -OutFile cqli.zip
Expand-Archive cqli.zip
.\cqli\cqli.exe -version

Direct downloads