GraphOS is a review snapshot of a Rust-based OS substrate: kernel graph types, IPC boundaries, userspace service shells, UEFI loader code, capability-oriented interfaces, and demo applications.
This public repository is intentionally in public-review mode. Proprietary
Walsh-stack behavior is represented only by inert API boundaries and mockable
review surfaces. Private implementation, training behavior, operator internals,
and production configuration are not included.
- License: proprietary review/testing only. No production, resale, redistribution, sublicensing, deployment, or commercial-use rights are granted.
- Default Rust feature:
public-review. - Main workspace:
graphos/. - Public-safe docs:
PRIVATE_ENGINE_BOUNDARY.mdandPUBLIC_REVIEW_MODE.md.
cd graphos
cargo check -p graphos-kernel --features public-reviewThe public review build should compile the kernel-facing substrate without proprietary decision logic.
Commodity review algorithms may remain as public substrate examples. Private fusion, ranking, tuning, and cognitive orchestration are not included.