Skip to content

Open source plugin runtimeSmall plugins.
Clear boundaries.
Generic console.

Build inspectable operations plugins on a typed Python runtime, then discover and manage them through an optional web console.

ReliaForge console showing runtime health and the example plugin catalog

THE OPERATING MODEL

One runtime. Independent plugins

ReliaForge supplies the contracts that small operations plugins usually rebuild: discovery, dependency validation, lifecycle management, typed settings, health snapshots, service sharing, and a versioned management API. Your plugins supply the domain behavior.

RuntimeValidates manifests, resolves dependencies, and makes lifecycle state inspectable.
ConsoleTurns backend-owned contracts into an optional catalog and detail interface.
Your pluginsKeep capabilities and routes focused, explicit, and independently understandable.

READ-ONLY DEMO

The real console, with safe public data

The online demo runs the production React interface against validated static snapshots of two neutral example plugins. It sends no management API requests and never pretends to execute lifecycle transitions.

For the complete runtime, follow the local quick start.

Released under the MIT License.