Three artefacts cover the great majority of installs — the Linux CPU package, the Linux CUDA package, and the macOS GUI client. Everything ships from repo.eldric.ai with a signed RPM repository (GPG signing key pinned by fingerprint, so an intermediary serving a swapped key fails closed), sha256 checksums and a clean per-version layout. The one-line installer at the top of get-started handles repository setup, GPG-key import, package install and the post-install eldric setup health probe in a single command.
Direct downloads for each platform. On Linux, the one-line installer (below) is the recommended path — it adds the signed repository, imports the GPG key, and keeps you on automatic updates; the direct RPM is there for manual and air-gapped installs.
Download for macOS Download for Linux (CPU) Download for Linux (NVIDIA) ARM64 minimal (Pi / Jetson)
macOS: Eldric-5.0.1-macos.pkg · 28 MB · double-click to install. Linux RPMs target Fedora 42+ / RHEL 9+ / CentOS Stream 9+ / Rocky / Alma. See the release notes. Sparkle-installed macOS copies auto-update via repo.eldric.ai/appcasts/macos-gui.xml.
| Artefact | Latest version | Install command | Supported distros |
|---|---|---|---|
| eldric-aios (Linux CPU) | eldric-aios-latest.rpm | curl -fsSL https://repo.eldric.ai/install-eldric.sh | sudo bash |
Fedora 42+, RHEL 9+, CentOS Stream 9+, Rocky 9+, Alma 9+ |
| eldric-aios-cuda (Linux + NVIDIA) | eldric-aios-cuda-latest.rpm | sudo dnf install eldric-aios-cuda (cu118 target) |
Same as CPU + NVIDIA driver 535+ |
| Eldric (macOS GUI) | Eldric-latest-macos.pkg | Double-click PKG; right-click → Open on first launch (Gatekeeper) | macOS 13+ (Intel and Apple Silicon) |
| Eldric MLX (Apple Silicon native) | Coming in an upcoming 5.0.x patch — single-binary MLX-accelerated build for M-series Macs. Today the macOS GUI uses the standard runtime. | ||
Each entry includes a sha256 checksum file (<file>.sha256) alongside the artefact for byte-level verification. The one-line installer verifies these automatically; manual installs should sha256sum -c <file>.sha256 before dnf install.
Six pre-trained checkpoints ship with the 5.0 release — three ENRN classifiers for router-side intent and three EMM matrix-memory seeds. Drop them in /var/lib/eldric/models/ and the kernel picks them up on next start. Published as OPS Wave 11 lands; until then the kernel runs without them at slightly reduced first-query quality.
| Family | Name | Purpose |
|---|---|---|
| ENRN classifier | enrn-intent-v1 | Router intent classification — LLM-call vs RAG vs agent vs science-tool |
| ENRN classifier | enrn-theme-v1 | Router theme detection — medical / legal / code / finance / general |
| ENRN classifier | enrn-tenant-policy-v1 | Per-tenant access-policy hints for the agent worker |
| EMM seed | emm-general-768-v1 | General-purpose 768-dim seed — chat conversation memory |
| EMM seed | emm-code-768-v1 | Code-pattern 768-dim seed — for engineering teams |
| EMM seed | emm-science-1024-v1 | Science 1024-dim seed — for research and lab work |
/5.0/ — the continuous patch train, always serves the latest 5.0.x patch via eldric-*-latest.rpm symlinks. dnf update rolls you onto the newest patch the moment it ships. Per-distro subdirectories (/5.0/fedora43/, /5.0/rhel9/, /5.0/ubuntu2404/, /5.0/macos/)./signing/ — RPM-GPG-KEY-eldric. The one-line installer pins this key by fingerprint and refuses to proceed if an intermediary serves a different key; subsequent dnf updates verify automatically./models/ — pre-trained ENRN + EMM checkpoints listed above, plus community-contributed seeds./catalog/ — agent and plugin marketplace catalogues, JSON.4.x maintenance packages are no longer served from the public repo. Existing 4.x customers should write to support@eldric.ai for the 4.2 maintenance feed.
The upcoming 5.0.x patches bring the continuous-learning loop (dream-based ingestion, memory scoping per tenant / project / conversation), world-model integration, the native xLSTM backend (no llama.cpp dependency), leader-aware client endpoints for HA, and cross-device sync. Honest-ledger framing — no commit dates, no over-claim. See what's next in 5.0.x for what's live today, what's in the next patch, and what's later in 5.0.x.
iOS ships via TestFlight today; the App Store submission is staged for shortly after the 5.0 GA window settles. Android is in active development for an upcoming 5.0.x patch. See the mobile apps page for current availability and the TestFlight invite link.
Eldric is a commercial product. Source access is part of the Enterprise tier — see pricing or write to office@eldric.ai.