Skip to content

Download AetheriusDB

Pre-built installers for the database server and the client tools, as .tar.gz archives for Linux, macOS, and Windows. The list below is read live from the server — every published version appears here, newest highlighted.

Loading available downloads…
Terminal window
# 1. Unpack
tar -xzf aetheriusdb-<version>-<os>-<arch>.tar.gz
cd aetheriusdb-<version>-<os>-<arch>
# 2. Read the bundled readme, then start the daemon
./aetheriusd --data-dir ./aetherius-data

The client tools archive unpacks the aesql CLI and the AetherTerm REPL the same way. Each archive contains a readme.md with the exact steps for that platform.