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

Deeper Technical Sources

Use the synced OSS docs when you need the detailed technical source of truth:

  • Rustdoc entry points
Provenance
Need the source docs?
Use the public hub to orient yourself, then jump to repo-owned docs or rustdoc when you need contract-level detail.
Reference hub