Get started
Aquameta is one binary — aqd — and a PostgreSQL database. Install it, point it at a database, open your browser.
One prerequisite.
Aquameta needs PostgreSQL 16 or newer — local, or any instance you can reach. The daemon connects to it; everything else — the schema, the code, the interface — lives inside it.
Pick your platform.
PostgreSQL too, if you need it: brew install postgresql@16
Static builds for amd64 and arm64. AMIs available for EC2.
Or download the .msi installer.
However you install it, you end up with one command on your path: aqd.
Three commands, then a browser.
Generate a config file, then set your database URL and HTTP port.
This creates the database and roles, then installs Aquameta’s schemas.
Start the daemon, then open the address it’s listening on.
That’s it — you’re looking at Aquameta, served by Aquameta.