Capability fabric
Everything is a capability,
exposed through a component.
Tegmentum is a platform where every capability — a runtime, a query engine, a root of trust — ships as a WebAssembly component behind a typed contract. Consumers compose capabilities instead of rebuilding them. The substrate stays small; the capabilities compound.
One mechanism, every consumer.
A capability provider becomes a component. The component publishes a WIT contract. Any consumer that speaks the contract can use it — the mechanism is the same regardless of who consumes it.
- ProviderA capability — crypto, storage, telemetry, compute.
- ComponentCompiled to a portable WebAssembly component.
- ContractA typed WIT interface that pins the boundary.
- ConsumerAny project that speaks the contract composes it.
Projects on the fabric.
Each project is a consumer of the same fabric — distinct surface, shared substrate.
-
Fiji
A component-native JVM. A full Java runtime that consumes platform capabilities as components rather than bundling them.
-
TegmentumDB
A query engine built to run anywhere a component runs — including the browser — with spatial and analytical capabilities composed in.
-
Citadel
Security and attestation. Roots of trust and TPM-backed capabilities exposed through the same contract boundary.
-
Hexis
Telemetry and policy. Observability and enforcement delivered as composable capabilities, not bolted-on agents.
-
WasmMachine
The host runtime for component workloads — where providers and consumers meet and compose at the edge or in the cluster.
Architecture that compounds.
Most platforms grow by accumulating surface area. Tegmentum grows by accumulating capabilities — each one additive, each one behind a contract. The architecture stops expanding and starts compounding.
Get in touch