OSS Overview
ByteOr OSS is the open-source execution substrate for the platform. It owns the pipeline spec model, validation rules, lowering path, runtime execution primitives, and ABI surface used by the higher layers.
What OSS owns
- shared execution targets: SingleRing and LaneGraph
- plan, spec, and lowering contracts
- runtime kernels, backings, transport glue, and execution primitives
- generated ABI headers for the C-compatible surface
Start with these docs
- Execution Models
- Spec Authoring
- Validation and Compilation
- Governance and Approvals
- KV Spec Format
- ABI and Headers
- Stability
Deeper Technical Sources
Use the synced OSS docs when you need the detailed technical source of truth:
- Rustdoc entry points