Skip to main content

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

ArchitectureRecommendedSizeOther formats
x86-64 (Intel/AMD)onql-server_0.1.0_Windows_x86_64.zip3.7 MB
ARM64 (Apple Silicon, aarch64)onql-server_0.1.0_Windows_arm64.zip3.4 MB
32-bit (i386)onql-server_0.1.0_Windows_i386.zip3.6 MB

macOS

ArchitectureRecommendedSizeOther formats
x86-64 (Intel/AMD)onql-server_0.1.0_macOS_x86_64.tar.gz3.7 MB
ARM64 (Apple Silicon, aarch64)onql-server_0.1.0_macOS_arm64.tar.gz3.6 MB

Linux

ArchitectureRecommendedSizeOther formats
x86-64 (Intel/AMD)onql-server_0.1.0_linux_amd64.deb3.6 MBAPK · RPM · tar.gz
ARM64 (Apple Silicon, aarch64)onql-server_0.1.0_linux_arm64.deb3.3 MBAPK · RPM · tar.gz
ARMv7onql-server_0.1.0_linux_armv7.deb3.4 MBAPK · RPM
32-bit (i386)onql-server_0.1.0_linux_386.deb3.5 MBAPK · RPM · tar.gz

FreeBSD

ArchitectureRecommendedSizeOther formats
x86-64 (Intel/AMD)onql-server_0.1.0_Freebsd_x86_64.tar.gz3.6 MB
ARM64 (Apple Silicon, aarch64)onql-server_0.1.0_Freebsd_arm64.tar.gz3.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