Multi-controller HA — production-grade Raft consensus.
Consensus today · Full HA bootstrap in flight for an upcoming 5.0.x patch
A multi-controller Eldric cluster now forms, replicates state, and fails over under live test. The consensus story has lifted from "designed and in progress" to "validated end-to-end under production-like conditions" — controllers form a quorum, replicate the durable log, and survive a primary failure with no manual hand-holding.
Honest scope. Production-grade HA bootstrap on the primary controller is gated on two pieces still in flight for an upcoming 5.0.x patch: cross-controller identity replication (so any controller can authenticate any user), and a leader-aware client endpoint (so clients always reach the current leader without operator intervention). The consensus layer is real; the full operator story is not yet. See
clustering & HA for the live status.
What changed for you
- Run three controllers, lose any one, the cluster keeps serving.
- Crash-recovery from the durable log is automatic — no replay scripts.
- Add a controller to a running cluster without restarting workers.
Multi-site federation — seven layers shipped.
Available today
You can now run more than one Eldric cluster and have them act as one platform. Choose a hierarchical topology (one regional aggregator on top of branch clusters) or a peer mesh (every site talks to every other site directly). Cross-site routing, regional aggregation, lateral sub-cluster traffic, four discovery mechanisms, an install-time wizard that asks the right questions, and customer-facing federation dashboards — all live.
What changed for you
- One sign-in, one knowledge base view, queries answer across all sites.
- Pick hierarchical or peer-mesh on first install — the wizard walks you through it.
- A branch office that loses WAN keeps serving its own users; reconciles on reconnect.
Extension marketplace — everything configurable in the admin GUI.
Available today
Every extension now exposes its configuration in the admin GUI. No editing files on the server, no command-line for the routine work. Multi-device plugins (network gear, server fleets) get a dedicated device-fleet UI. SNMP plugins get a MIBs-import dialog. The marketplace itself filters by tier, category, protocol and auth — find the right plugin without reading the catalog cover to cover.
What changed for you
- Configure plugins from the admin shell — schemas drive the form, validation is server-side.
- Manage a fleet of devices (switches, firewalls, servers) from one panel per plugin.
- Import vendor MIBs through the GUI for SNMP-based monitoring packs.
Networking plugin catalog — sixteen plugins shipped, more in flight.
Sixteen today · more in flight
The networking plugin program shipped its first wave: integrations for Cisco Meraki, Fortinet FortiManager, Aruba Central, Palo Alto Panorama, F5 BIG-IQ, MikroTik RouterOS, Arista eAPI, Dell iDRAC Redfish, Dell OpenManage Enterprise, A10 ACOS, Barracuda CGF, Citrix NetScaler, Check Point SMS, Extreme Cloud IQ, H3C iMC, and Huawei iMaster NCE — plus two SNMP category drivers covering UPS power gear (APC, Eaton, Vertiv, Socomec, Tripp Lite, CyberPower) and printer fleets across vendors. Eldric supports your existing hardware fleet; no rip-and-replace.
What changed for you
- Monitor and configure your existing network from the same chat shell you use for everything else.
- UPS power gear and printer fleets get plugged in without a per-vendor plugin per device.
- HPE and Eviden flagship sub-tracks are in flight — strategic for datacenter and HPC customers.
Full catalog: networking plugins.
Three deployment postures — pick the shape that fits.
Available today
Eldric now ships with three explicit customer postures, each with its own page and positioning. Enterprise — you own a building, you run your own AI. Datacenter — you operate the iron for everyone else, AI becomes the next tenant. Service provider — you sell platform to other companies, multi-tenant isolation is the product. Same binary, three honest framings.
Eldric AI Datacenter — the complete operating system framing.
Page in flight
Sitting above the three postures, we now describe Eldric as the complete AI datacenter operating system. Hardware-agnostic: HPE, Eviden BullSequana, NVIDIA, Dell, or a mix. One platform for inference, retrieval, agents, training, telemetry and tenancy — not a stack you have to assemble. The flagship page captures the OS-as-a-whole claim that the posture pages segment.
What changed for you
- One operating-system framing for the whole datacenter, vendor-neutral.
- Procurement, deployment, day-2 operations all described as one product, not a stack.
- Flagship page lands alongside the other catch-up items this wave — see Eldric AI Datacenter.
Better search across your knowledge bases.
Available today
RAG search now combines lexical and semantic scoring in a single ranked result set. Proper names, product names, IDs, and entity disambiguation work the way you'd expect — search for "Hochreiter 1997" and you get the right paper, not whatever was semantically nearest. Search for a specific customer or invoice number and the exact match wins.
What changed for you
- Proper-name and ID searches return what you asked for.
- No tuning required — the fusion runs by default on every knowledge-base query.
- Semantic recall is preserved; exact-match disambiguation is now layered on top.
Eldric in your inbox — per-protocol identity.
Phase 1 available today
Eldric can now have its own identity inside the messaging channels you already use. Give it an email address on your domain, an SMS number, a chat handle — and customers, colleagues or systems can Cc it into a thread. Eldric responds in-thread under that identity, with the same authentication and tenant scoping as the chat shell. Phase 1 covers email and SMS; more protocols follow.
What changed for you
Cc: eldric@yourdomain.com on any thread — Eldric picks it up and answers.
- One per-protocol identity per tenant; isolation enforced server-side.
- Useful for support triage, internal Q&A, and any workflow that already lives in email or SMS. See Eldric identity.
Native tool calling in the webchat.
Available today
Chat-side tools — file operations, search, web fetch, the rest of the catalog — now route through each model's native tool-calling API where the backend supports it. The XML-format fallback stays in place for models that don't, so nothing breaks. The result for customers is fewer parsing edge cases, fewer half-finished tool runs, and noticeably more reliable agent behaviour on long tool chains.
What changed for you
- Tool calls land more reliably, especially on multi-step agent runs.
- Same chat shell, same tool catalog — the protocol underneath is just cleaner now.
- XML fallback covers older or smaller models without a behaviour change.