DAVAengine

Run DAVA inside your network.

Self-host the same DAVA your team already uses. Your data never leaves your environment — pay once, run forever.

1 · Pull the image

shell
docker pull ghcr.io/avaresearch/dava:latest

2 · Bring up the stack

shell
curl -fsSL https://davaengine.ai/install.sh | sh
cd dava && cp .env.example .env  # set DATABASE_URL, REDIS_URL, LICENSE_KEY
docker compose up -d

3 · Submit the first job

shell
curl -X POST http://localhost:8000/v1/jobs \
  -H "Authorization: Bearer dava_self_…" \
  -F "file=@vendor_export.csv" \
  -F "mode=normalize"

Requirements

1× host

Linux, 4 vCPU / 8 GB / 80 GB SSD.

Docker

Engine 24+ for the sandbox runtime, with mTLS.

Postgres + Redis

Bring your own or use the bundled compose.

License key

Issued per organization, activated once on the host.

Activate

License key

Paste the key issued at checkout. Activation is a single round-trip to api.davaengine.ai/v1/license/activate; afterwards the host runs offline.