Download

ARA Community Edition

Free for internal production use. No expiry. A license key is emailed to you immediately after you submit, the download link is in the same email.

Choose platform

Included

  • Decision recording + persistence
  • Exact replay for any past decision
  • Entity state queries
  • Kafka connector
  • REST API, full
  • Single-node deployment
  • Community forum support

Enterprise only

  • Multi-node HA replication
  • RBAC + audit export
  • Compliance report pack
  • Enterprise SSO
  • 99.9% uptime SLA
  • Dedicated support
Need Enterprise? →
Enter email to receive your license key
No credit card. No account creation. License key by email.

Check your inbox.

Download link sent to .
The link expires in 60 minutes, click it to start the download.

After downloading
tar -xzf ara-linux-amd64.tar.gz
./ara server start

Server starts on localhost:7420 by default. See the quickstart for first steps.

Read the docs → Join the community

Verify your download

All binaries are GPG-signed and include SHA-256 checksums. Verify before running in production.

# SHA-256 checksums (v1.0.0) ara-linux-amd64.tar.gz a3f9d12e...8b4c71f0 ara-linux-arm64.tar.gz c8a201bd...3e9f540a # Verify (Linux/macOS) sha256sum -c <<'EOF' a3f9d12e...8b4c71f0 ara-linux-amd64.tar.gz EOF # GPG verification gpg --import releases.aralabs.ai/pgp-key.asc gpg --verify ara-linux-amd64.tar.gz.sig ara-linux-amd64.tar.gz