Downloads
Prebuilt binaries for every platform we ship. This page is regenerated on every docs build, so the links always point at the latest GitHub release.
Server
Latest release: v0.1.0 — published 2026-04-19.
Verify your download against checksums.txt before running.
Windows
| Architecture | Recommended | Size | Other formats |
|---|---|---|---|
| x86-64 (Intel/AMD) | onql-server_0.1.0_Windows_x86_64.zip | 3.7 MB | — |
| ARM64 (Apple Silicon, aarch64) | onql-server_0.1.0_Windows_arm64.zip | 3.4 MB | — |
| 32-bit (i386) | onql-server_0.1.0_Windows_i386.zip | 3.6 MB | — |
macOS
| Architecture | Recommended | Size | Other formats |
|---|---|---|---|
| x86-64 (Intel/AMD) | onql-server_0.1.0_macOS_x86_64.tar.gz | 3.7 MB | — |
| ARM64 (Apple Silicon, aarch64) | onql-server_0.1.0_macOS_arm64.tar.gz | 3.6 MB | — |
Linux
| Architecture | Recommended | Size | Other formats |
|---|---|---|---|
| x86-64 (Intel/AMD) | onql-server_0.1.0_linux_amd64.deb | 3.6 MB | APK · RPM · tar.gz |
| ARM64 (Apple Silicon, aarch64) | onql-server_0.1.0_linux_arm64.deb | 3.3 MB | APK · RPM · tar.gz |
| ARMv7 | onql-server_0.1.0_linux_armv7.deb | 3.4 MB | APK · RPM |
| 32-bit (i386) | onql-server_0.1.0_linux_386.deb | 3.5 MB | APK · RPM · tar.gz |
FreeBSD
| Architecture | Recommended | Size | Other formats |
|---|---|---|---|
| x86-64 (Intel/AMD) | onql-server_0.1.0_Freebsd_x86_64.tar.gz | 3.6 MB | — |
| ARM64 (Apple Silicon, aarch64) | onql-server_0.1.0_Freebsd_arm64.tar.gz | 3.3 MB | — |
Shell client
The interactive shell doesn't have prebuilt binaries yet. Install from source:
git clone https://github.com/ONQL/onql-shell-client
cd onql-shell-client
pip install -r requirements.txt
python main.py
Requires Python 3.7 or newer. Prebuilt installers will land on the releases page once available.
What's next
- Install the server and shell — step-by-step setup
- Define your schema — zero-SQL migrations
- Run your first query