Install AGLedger

Three commands, then a running instance.

Install

git clone https://github.com/agledger-ai/install
cd install
./scripts/install.sh

What it does — pulls the agledger and postgres images from Docker Hub, generates your Ed25519 signing key and API HMAC secret locally, starts PostgreSQL, runs migrations, creates your platform API key, starts the API and worker, waits for healthy.

Save the platform API key. It prints once at the end and is written to compose/.env as PLATFORM_API_KEY.

Verify it's running

curl http://localhost:3001/health

Swagger UI at http://localhost:3001/docs.

Next

If install failed, ./scripts/support-bundle.sh collects a redacted diagnostic bundle for support@agledger.ai.