Eximia Download

Eximia docs

Release notes

Newest first. SHA-256 sums of the binaries are alongside each download under /downloads/<version>/.


v0.2.0 — 2026-05-18 · Public launch

First public release. The binary is fully self-contained and the licensing model is live online.

Install

curl -fsSL https://slmeximia.site/install.sh | sh

Or pin the version:

EXIMIA_VERSION=v0.2.0 curl -fsSL https://slmeximia.site/install.sh | sh

What's new

Single-binary distribution. The eximia binary embeds:

  • 27 plugin source trees (one public device-info, 26 SLM-internal)
  • Android eximia-runtime.aar
  • JS bridge bundle (eximia.umd.js)
  • iOS xcframework rails (.tar.zst slot — needs prebuild on macOS; not in this Linux release)

No need to clone the monorepo or install runtime artefacts separately. Place the binary anywhere on disk and build.

Online license verification. Internal plugins are gated by an EXIMIA_LICENSE_KEY env var. The CLI POSTs the token to https://slmeximia.site/license/verify per build and enforces the entitlement list the server returns.

  • Public plugins (currently device-info): usable without a key.
  • Internal plugins (the other 26): refuse to build without a valid license. See Licensing to get one.

One-line installer. Detects OS+arch, downloads from /downloads/<version>/, verifies SHA-256, installs to ~/.local/bin/eximia. Refuses to install on hash mismatch.

Cache extraction. First eximia build stages plugins + runtimes into ~/.cache/eximia/<version>/ with a sentinel file for idempotence. eximia cache info | stage | clear for inspection.

Authorization gate on build and plugins extract. Both commands refuse internal plugins without a license, with a diagnostic that names the offending plugin and the env var to set.

New commands:

  • eximia license status — verify the current key online; never prints the token.
  • eximia cache path|info|stage|clear — inspect the on-disk staging area.
  • eximia plugins extract <name> <dest> — copy the embedded source tree of one bundled plugin to disk.
  • eximia doctor self-report: plugin counts, embedded runtime sizes, cache state, license intent (without leaking the token).

Available platforms

  • ✅ Linux x86_64
  • ✅ Linux aarch64 (Raspberry Pi, AWS Graviton, ARM SBCs)
  • ⏳ macOS arm64 (compile rails in place; release pending — needs the mac runner)

Known limitations

  • iOS E2E (face-verify SwiftPM URL placeholder + xcodebuild global signing flags) deferred to a Track A release.
  • GitLab CI release pipeline has no online runners attached at launch; v0.2.0 binaries were produced manually.
  • No customer self-service portal for licenses yet. Email dev@slm.cloud.

Verifying the install

sha256sum -c slm-eximia-v0.2.0-linux-x86_64.sha256

For the live token integration smoke:

EXIMIA_LICENSE_KEY=<your-token> eximia license status

You should see ✓ SLM license active — customer=… plan=….


Older versions

v0.1.0 and earlier were internal-only and never published.