Skip to content

Solutions Index

This directory defines solution-level components that bridge project requirements and implementation repositories.

It captures what the solution architecture expects from core components such as the Orbiplex Node, thin control clients, and optional development tools, without leaking concrete module layout from any one implementation repository.

Node-scoped roles may later appear here as separate components even if they are operationally attached to the Node. For example, an archivist, memarium provider, or sensorium provider may be implemented as a separate program or process with its own API and runtime, while still remaining part of the Node solution surface.

Current Solution Components

  • Solution Capability Matrix - Generated from *-caps.edn sidecars under doc/project/60-solutions/. This matrix is the compact architecture-level view of solution components, their capabilities, protocol/data dependencies, and coarse status.
  • Orbiplex Anon - Orbiplex Anon is a Node-attached outbound privacy component that can realize stronger sender obscurity, relay indirection, and onion-like forwarding for protocol artifacts that request such treatment.
  • Ferment - Ferment is an optional development and experimentation tool that supports protocol testing, simulation, evaluation, and model-adjacent work around Orbiplex. It is not a required runtime component for protocol conformance.
  • Orbiplex Monus - Orbiplex Monus is a Node-attached local observation middleware focused on wellbeing, tension, and weak-signal preparation. It is not a protocol authority.
  • Orbiplex Node UI - Orbiplex Node UI is a thin control and inspection client for the Node component. It is not the protocol source of truth; it is an operator-facing surface that consumes Node APIs and exposes bounded control, diagnostics, and visibility.
  • Orbiplex Node - Orbiplex Node is the primary runtime component of the system. It participates in protocol flows, enforces room and policy constraints, preserves provenance, and acts as the main bridge between network-facing protocol semantics and local execution.
  • Orbiplex Whisper - Orbiplex Whisper is a Node-attached solution component for privacy-bounded social-signal exchange. It prepares rumor-style signals for publication, preserves their weaker epistemic status, and coordinates thresholded association bootstrap without silently escalating rumors into evidence.

Generated Views