Download

Get AetheriusDB.

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 →

Loading available downloads…

After the download

Unpack and start the daemon

Every archive is a .tar.gz containing a readme.md with the exact steps for that platform.

# 1. Unpack
$ tar -xzf aetheriusdb-<version>-<os>-<arch>.tar.gz
$ cd aetheriusdb-<version>-<os>-<arch>

# 2. Start the daemon
$ ./aetheriusd --data-dir ./aetherius-data
pgwire 5678native 5679Arrow Flight SQL 8815

The client-tools archive unpacks the aesql CLI and the AetherTerm REPL the same way. /get-started/install →

Prefer to build from source?

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 →

Connect your tools

psql, Tableau, JDBC, and SQLAlchemy work unchanged over the PostgreSQL wire protocol; pyarrow and Polars over Arrow Flight SQL.

/get-started/connect-clients →

First query in minutes

The quickstart walks a typed table, a bulk load, a vector index, and logic deployed into the database.

/get-started/quickstart →