At a glance

The Inflowenger Ecosystem

One runtime. Many surfaces. Each repository is a dimension of it.

Inflowenger is not one program you install. It is a runtime, a seam for wiring your own backend into it, a protocol for extending it, a catalog of things that extend it, and two products that prove the whole thing holds up. Each of those lives in its own repository — which is honest engineering and, from outside, looks like sprawl.

This page is the map. It says what each piece is, which layer it belongs to, and — most usefully — which one to open first depending on what you actually want to do.

01 — The shape of it

Three layers, one question each

Almost every confusion about this ecosystem comes from asking one layer to answer another layer's question. Sorting the repositories is much easier once the layers are named.

Products
Venapce, and whatever you build

What does this process mean in a business? A security policy, a contract obligation, an audit trail.

│
FloMorphic
canvas · AI nodes · AI assistant

Can a person or an AI build, run, inspect and change it? The node palette, the LLM and Jev nodes, the assistant that builds flows with you.

│
Inflowenger
durable graph runtime + plugins

Can this process exist at all? Can it loop, wait a week, call a child flow, survive a crash, and report what it did?

Most of what makes FloMorphic unusual isn't in FloMorphic. It is a glass-box harness for long-running, stateful and evolving software processes, running on a durable process runtime that reserves nothing for it.
02 — Where to start

Pick by what you want to do

Nobody needs all of this. Find the row that matches your intent and ignore the rest of the page until it becomes relevant.

03 — Spotlight

Legate — a plugin that is an agent

The built-in LLM and MCP nodes run inside the platform and reach outward. Legate moves that shape somewhere else: it is installed on one machine — a build server, a jump host, a box inside a segment the platform cannot reach — and a workflow hands it an instruction rather than a script.

It ships that machine's capabilities as its own in-process MCP server and consumes them as a client, so local files and a vendor's hosted MCP tools look the same to the model. Workspace-jailed; the shell is opt-in. One node call is one unit of work, not one model turn.

04 — The map

Every repository, and what it is for

Grouped by the job it does rather than by which organisation it sits under. Everything listed here is public.

The products

Proof the claim survives contact with something real — once at the harness layer, once a layer above it.

FloMorphicproduct

Contract-driven AI on a runtime built from explicit primitives. Experts define the process, the valid states, the allowed transitions and the approvals; AI contributes judgment inside them.

Open page →
FloMorphic / getting-startedinstall

Install FloMorphic and make the system you already run AI-native without a rewrite. Also carries the changelog.

FloMorphic →
morph-api

FloMorphic's own backend — itself an inflow-fusion consumer, with nothing reserved for it in the runtime.

FloMorphic →
morph-wapp

The canvas and the web application: the node palette, the drawers, the AI assistant that builds flows with you.

FloMorphic →
Venapceproduct

Security governance where every piece of business logic lives in a FloMorphic workflow and the product is only the view — a posture builder and BI surface.

Open page →

Knowledge

The parts written to be read rather than run.

05 — The honest part

What isn't open yet, and why it doesn't block you

Two components are not open source for now — and that may well change: Infra, the headless control plane that owns identity, credentials and the embedded NATS bus and keeps a registry of live engines; and Fractal, the headless engine that takes a compiled node map and walks it durably — across crashes, through loops, pausing for days.

What is documented and stable is their contracts: the REST endpoints, the NATS subjects, the guarantees. That is what you build against, and it is what the book covers. Everything you must write to run on this platform is open — the fusion SDK, every plugin SDK, the protocol, the catalog, the built-in plugins, the products' own surfaces.

Infra
closed for now · contracted

Identity, credentials, embedded NATS, engine registry, space isolation.

Fractal
closed for now · contracted

Durable execution of a compiled node map. Loops, waits, resumes, event stream.

Everything you write
open · Apache-2.0 / MIT

Your backend via inflow-fusion, your plugins via inflowv1, your flows, your product.

Still not sure what this is?

Read the runtime's own argument for itself, in order: what the model is, how anything becomes a flow, how it gets extended, and whether the claim survives contact with two real products.