All Installers — v9.5.1
Universal Linux
Auto-detects distro (Ubuntu, Debian, RHEL, CentOS, Fedora, Arch). Recommended for most Linux servers.
↓ Download install.shUbuntu / Debian
Optimised for Ubuntu 20.04+ and Debian 11+. Configures apt dependencies, systemd service, and firewall rules.
↓ Download install-ubuntu.shRHEL / CentOS / Fedora
Supports RHEL 8/9, CentOS Stream, Rocky Linux, AlmaLinux, Fedora 38+. Configures SELinux policy and firewalld.
↓ Download install-rhel.shmacOS
Supports macOS 12 Monterey and later. Universal binary — runs natively on Apple Silicon (M1/M2/M3/M4) and Intel.
↓ Download install-macos.shARM64 / Raspberry Pi
ARM64 Linux — Raspberry Pi 4/5, AWS Graviton, Ampere Altra, Oracle Ampere. Includes NEON SIMD optimisations.
↓ Download install-arm64.shDocker
Containerised install. Pulls the official image, creates a named volume, and launches with the PostgreSQL wire on port 5433.
↓ Download install-docker.sh
All checksums in one file:
checksums.sha256
— verify with sha256sum -c checksums.sha256
How to Verify Before Running
Always verify the checksum before piping any script to bash. Takes 5 seconds and guarantees you're running unmodified code.
curl -sSL https://downloads.absolutedb.com/install.sh -o install.sh
curl -sSL https://downloads.absolutedb.com/install.sh.sha256 -o install.sh.sha256
sha256sum -c install.sh.sha256
Expected output: install.sh: OK
shasum -a 256 -c install.sh.sha256
Expected output: install.sh: OK
bash install.sh
System Requirements
- 64-bit CPU (x86-64 or ARM64)
- 64 MB RAM
- 10 MB disk (binary is ~230 KB)
- Linux kernel 4.14+ or macOS 12+
- GCC 9+ or Clang 12+ (to build from source)
- 8+ CPU cores
- 8 GB+ RAM
- NVMe SSD
- Ubuntu 22.04 LTS / RHEL 9 / macOS 14
- Linux kernel 6.1+ (for io_uring)
- No OpenSSL
- No libcurl
- No libpq / libmysql
- No runtime packages to install
- Only libc · libm · libpthread · libdl