Ubuntu 24.04 packages ship as signed DEBs on the platform repo. The one-line installer adds the apt source and signing key.
curl -fsSL https://repo.eldric.ai/install.sh | sudo bash sudo apt 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.
sudo ufw allow 443/tcp to expose the edge.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.