Distribution

Binaries by operating system and module

Select the right artifact per OS and module (`rest-api`, `tui`, `admin`), verify checksums, and execute safely.

Quick start

# Download release artifacts + checksums
# Verify integrity
sha256sum -c checksums.txt

# Run REST API
ABHACKUS_JWT_SECRET='change-me' \
DATABASE_URL='postgres://app_user:app_password@127.0.0.1:5432/abhackus' \
./abhackus-rest-api-linux-amd64
Open releases