Service Catalog

86 Rust components. 4 architecture layers + apps. 16 HTTP services. 13 regulator packs. The complete inventory of the AdiOS sovereign AI Operating System — verified continuously by cargo xtask validate-catalog.

Canonical manifest: .adios-platform/config/service_catalog.yaml · v1 · verified 2026-04-22

86
components
16
HTTP services
13
regulators
5,200+
tests
81
ADRs
9
patents

L5 — Gateway & Frontend

5 components

Edge of the platform — reverse proxy, IDE service, public marketing, end-user front-end (React+Tauri primary, Leptos WASM reference).

Gateway & tools

  • adios-gateway8443 reverse proxy, 15 routes
  • adios-forge7878 IDE service
  • adios-portalapp · Cloudflare Pages

Front-end apps

  • adios-one-uiReact 19 + Tauri 2.0 · 21 modules
  • adios-oneLeptos WASM reference

L4 — Intelligence

34 components

The brain. Cognition, knowledge graph, governance, identity, orchestration, math — all in process or as gateway-routed services.

Data & knowledge

  • adios-seedvault8440 intake + provenance
  • adios-graphcore8442 SPARQL/RDF
  • adios-datafsfile-based persistence (ADR-075)
  • adios-deeprootontology reasoner
  • adios-stratalakehouse tiering
  • adios-catalogdata product catalog
  • adios-lineageprovenance graph

Cognition & learning

  • adios-cortex8444 orbit scoring
  • adios-neuralmesh8445 Org Brain
  • adios-prismmulti-view reasoning
  • adios-compoundCompounding trait (Inv #6)
  • adios-loopcircular loop (Patent S8)
  • adios-meridianCRDT sync · 592 tests
  • adios-meshpeer discovery

Governance & identity

  • adios-sentinel8448 policy ring (Inv #2)
  • adios-governance8446 421 controls
  • adios-identity8441 W3C DIDs (ADR-063)
  • adios-regionkit13 regulators · 106 tests
  • adios-rairesponsible-AI constraints
  • adios-avisagent vulnerability intel
  • adios-licenselicense scanner

Orchestration & runtime

  • adios-fabric8447 service mesh
  • adios-planner8460 OKR/sprint
  • adios-conductorworkflow engine
  • adios-workflowdurable workflows
  • adios-eqevent queue
  • adios-wirezero-copy IPC
  • adios-p2pP2P transport
  • adios-scaleautoscaler
  • adios-nfrNFR evaluator
  • adios-sandboxcode-exec sandbox

Compute & math

  • adios-mathnumeric/symbolic kernels
  • adios-mpiHPC bindings (ADR-078)
  • adios-assaytest/bench harness

L3 — Plugins

32 components

Domain twins, AI inference, integrations, marketplace, builder tools.

AI

  • adios-inference8471 LLM gateway
  • adios-extracttext→RDF
  • adios-voiceASR/TTS
  • adios-domain-aidomain reasoning

Analysis

  • adios-mirror8470 twin engine · 193 tests
  • adios-analyzeranalysis runner
  • adios-compassKPI analysis
  • adios-radaranomaly detection
  • adios-scoutdata profiling

Domain twins

  • adios-bfsi-server8450 BFSI domain
  • adios-bfsi-dashboardBFSI dashboard
  • adios-regtwinregulatory twin
  • adios-agri-twinagriculture twin
  • adios-health-twinhealthcare twin
  • adios-defencedefence · 66 tests
  • adios-planner-serverplanner backend

Integration

  • adios-fhirFHIR R4 + ABDM + EHDS · 58 tests
  • adios-pharmacGMP + 21 CFR §11 · 43 tests
  • adios-iamidentity federation
  • adios-dataflowETL/ELT
  • adios-streamKafka/NATS bridge
  • adios-jobsSlurm/PBS submit
  • adios-jupyterJupyter bridge
  • adios-mcpModel Context Protocol
  • adios-contentCMS
  • adios-pluginsplugin registry
  • adios-sapSAP connector
  • adios-zohoZoho connector

Marketplace & tools

  • adios-exchange8449 marketplace
  • adios-scribe8452 content engine
  • adios-querySPARQL builder
  • adios-canvasCOS Canvas
  • adios-blueprintarch diagrams
  • adios-roadmaproadmap authoring
  • adios-kanbantask board
  • adios-workspaceworkspace
  • adios-gridgrid/table UI
  • adios-lenschart primitives
  • adios-storylanedemo walkthroughs
  • adios-cos-referenceCOS lookup

L2 — Substrate

7 components

Bare-metal foundation. Intent-driven provisioning, kernel primitives, hardware abstraction, form-factor manifests.

Substrate

  • adios-ignitionintent → service graph · 63 tests
  • adios-kernelsovereign kernel primitives
  • adios-flintcorecore runtime (async)
  • adios-siliconbridgeHW abstraction (NV/Metal/CPU)
  • adios-terraground-plane services
  • adios-formfactor10 form factors (HPC→IoT)
  • adios-nodenode bootstrapper

Port allocation

16 allocated

Reserved range 7878 + 8440-8499. Dev-only app ports (e.g. 5173) are not gateway-routed.

PortServiceLayer
7878adios-forgeL5
8440adios-seedvaultL4
8441adios-identityL4
8442adios-graphcoreL4
8443adios-gatewayL5
8444adios-cortexL4
8445adios-neuralmeshL4
8446adios-governanceL4
8447adios-fabricL4
8448adios-sentinelL4
8449adios-exchangeL3
8450adios-bfsi-serverL3
8452adios-scribeL3
8460adios-plannerL4
8470adios-mirrorL3
8471adios-inferenceL3

Reserved: 8451 healthcare · 8453 pharma · 8454 agri · 8455 defence · 8456 govt · 8472+ AI plugin reserve

How we keep this honest

A drift-detection xtask runs on every change. If a component lands on disk without a catalog entry — or vice versa — CI fails before merge.

cargo xtask validate-catalog
  crates on disk: 86   catalog entries: 86
  ✓ every crate on disk is in the catalog
  ✓ every catalog entry has a crate on disk
  ✓ no port collisions
  RESULT: OK

Same manifest is consumed at runtime by adios-gateway (route table), adios-ignition (service-graph resolver), adios-fabric (health checks) — one source of truth, multiple consumers.

Want to see it running?

Book a 30-minute walkthrough — we'll boot a 3-node AdiOS cluster live and run the BFSI E2E demo across the catalog.

Book a Call Read the OS Page