Fedora 40 packages live on the signed repo. The one-line installer handles repo setup, GPG key import and package 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.
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.
/etc/eldric/ contexts ship correct from the RPM.sudo firewall-cmd --add-service=https --permanent && sudo firewall-cmd --reload to open 443.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.