@open-matrix/system (1.0.0)
Published 2026-04-26 16:50:21 +00:00 by hivecast-admin
Installation
@open-matrix:registry=npm install @open-matrix/system@1.0.0"@open-matrix/system": "1.0.0"About this package
@open-matrix/system
Runnable parent package for the Matrix control plane.
matrix up system should start one control-plane runtime, load this package, mount
the root actor at system, and let the root actor mount required child actors:
system.runtimes: physical runtime inventorysystem.registry: logical mount claim registrysystem.bindings: compatibility provider binding tablesystem.catalog: optional read projectionsystem.gateway: gateway parent actorsystem.gateway.http: Host origin HTTP route resolution and relay
The child actor classes can live in focused implementation packages. Callers see the public mounts, not the implementation package boundary.
Dependencies
Dependencies
| ID | Version |
|---|---|
| @matrix/core | workspace:* |
| @open-matrix/system-bindings | workspace:* |
| @open-matrix/system-catalog | workspace:* |
| @open-matrix/system-gateway-http | workspace:* |
| @open-matrix/system-platform | workspace:* |
| @open-matrix/system-runtimes | workspace:* |
Development Dependencies
| ID | Version |
|---|---|
| esbuild | ^0.25.0 |