Download
Pre-built archives for the database server and the client tools, for Linux, macOS, and Windows. The list is read live from the release server — every published version appears here, newest first.
Free to use until November 2026 — every feature, up to 10 GB. See pricing →
After the download
Each archive ships an installer under install/ that places your signed license.key where the daemon reads it — so it starts read-write. Run the installer for your platform rather than launching the binary by hand.
# Linux (systemd) — installs the service and places your license.key $ tar -xzf aetherius-<version>-x86_64-unknown-linux-gnu.tar.gz $ cd aetherius-<version>-x86_64-unknown-linux-gnu $ sudo ./install/vm-install.sh # upgrade: drop in a newer tarball, re-run sudo ./install/vm-install.sh # Windows — run inside your WSL2 (Ubuntu) shell $ tar -xzf aetherius-<version>-windows-x64-wsl2.tar.gz $ cd aetherius-<version>-windows-x64-wsl2 $ sudo ./install/wsl-install.sh # install (+ license.key) $ sudo ./install/wsl-upgrade.sh # update (keeps data + .bak) $ sudo ./install/wsl-uninstall.sh # uninstall # macOS (Apple Silicon) — no systemd; pass the license directly $ tar -xzf aetherius-<version>-aarch64-apple-darwin.tar.gz $ cd aetherius-<version>-aarch64-apple-darwin $ ./bin/aetheriusd --license-file ./license.key --data-dir ./aetherius-data
The installer copies your license.key to /etc/aetherius/license.key — the path the daemon reads automatically. Launched by hand without a valid key, the daemon runs read-only (reads work, writes refused). The client-tools archive unpacks the same way and installs with ./aesql-install.sh. /get-started/install →
Every release builds with cargo build --release. The install guide has the from-source path and the full list of daemon flags.
/get-started/install →psql, Tableau, JDBC, and SQLAlchemy work unchanged over the PostgreSQL wire protocol; pyarrow and Polars over Arrow Flight SQL.
/get-started/connect-clients →The quickstart walks a typed table, a bulk load, a vector index, and logic deployed into the database.
/get-started/quickstart →Confirm your email to unlock the download. Verified once, you won't need to again.
Run this on the downloaded file, then check the output matches the hash above:
We sent a one-time download link to . It works once and expires in ~10 minutes. You can close this window.