Eldric can compress what a model knows into a compact, self-contained file that runs on an ordinary CPU — no GPU, no Python at runtime, small enough for a Raspberry Pi. The knowledge becomes an artifact you can ship.
Instead of carrying a large model everywhere, distil what it knows for a specific job into a compact file. The result loads fast, runs on CPU, and is small enough to deploy at the edge — a model's competence on a narrow task, packed into kilobytes.
The distilled workloads run inside the main Eldric service: time-series forecasting, control policies, and associative retrieval execute natively, with no separate xLSTM daemon. One package to install and update.
Each is a forward model of a known system, downloadable and CPU-class. Download the compact demo models →
Install the platform — dnf install eldric-aios on RHEL / Fedora — and load a compact model. See Get started or what Eldric does.