Install on RHEL 9 / Rocky 9 / Alma 9

Eldric on RHEL 9 / Rocky 9 / Alma 9.
Three commands.

RHEL 9 (and its rebuilds Rocky 9 and Alma 9) are the same install path. The one-line installer registers the signed repo and installs the platform.


Install

The three-line install.

curl -fsSL https://repo.eldric.ai/install.sh | sudo bash
sudo dnf install eldric-aios
sudo systemctl enable --now eldric-aios

Within thirty seconds, the daemons are up.


Verify

Confirm the install.

sudo systemctl status eldric-aios

Expected: active (running) — controller, edge, router, worker and data daemons all up.

Open https://<your-host>/chat — first signup becomes admin. See first run for the post-install setup.


RHEL 9 / Rocky 9 / Alma 9-specific notes

What to know on this distribution.


Next.

For the post-install setup (admin signup, license activation, first knowledge base): first run. For common install failures: troubleshooting. For day-2 operations: admin guide. To install on another distribution: get started.