EnfinitOS publishes 28 SDKs across 23 substrates. Every SDK is a thin client over the same governed HTTP API documented in the API reference. They differ in language, in the substrate they target, and in whether they wrap a native UI surface or just sit alongside one.Documentation Index
Fetch the complete documentation index at: https://enfinitos.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Auditor / Verifier
The cryptographic verification library. Open source under MIT.
TypeScript, Python, Rust — byte-compatible.
Operator Web
React component library — embed the EnfinitOS operator surfaces
in your own admin UI.
Brand SDK
Read-only REST client. TypeScript, Python, Go, Java, Ruby.
CLI
Operator-facing terminal — rights, offers, challenges, proof packs,
consent, drills, audit export.
Renderer Core
The substrate-agnostic foundation. Every render SDK composes it.
Render SDKs
DOOH, streaming, CTV, mobile, AR / glasses / hologram, gaming,
automotive, smart home, wearables, audio, messaging.
Robotics & drone
Robotics (TS, Python) — geofencing, kinematic envelopes, e-stop.
Drone adds Remote ID, NOTAM, BVLOS waivers.
Transit & broadcast
Adapter-mostly SDKs: satellite, aviation, maritime.
Status taxonomy
We label every SDK with its real shipping status:| Label | Meaning |
|---|---|
| Open source · MIT | Published on GitHub under MIT. Currently the auditor trio (sdk-auditor-ts/py/rs). |
| Integration-ready | Typed, tested, documented, and wired to the EnfinitOS platform endpoints. Packages ship at the April 2027 production launch. |
Versioning
All SDKs follow semantic versioning. A1.0.0 release is the
commitment that public types and method signatures are stable until
the next major bump. Until then we’re on 0.x and expect minor
breaking changes within the same 0.x line — captured in each
SDK’s CHANGELOG.md.