code wiki / sovereignty
the sovereignty ladder
from the first byte up. Sovereign = built in NishiLang with no foreign dependency. Each rung shows the modules in this tree that implement it; a thin rung is where sovereignty is still owed, and it feeds the backlog.
| rung | modules here | representative | status |
|---|---|---|---|
| hardware / firmware (CMOS, POST, never-brick) | 2 | nx_robot_firmware.nx | sovereign (2 modules) |
| boot / kernel / syscalls | 13 | nx_syscalls.nx | sovereign (13 modules) |
| compiler / assembler (nx_cc, nxasm) | 12 | nxasm_v2.nx | sovereign (12 modules) |
| TLS / crypto | 167 | nx_tls13_client_validate_certificate.nx | sovereign (167 modules) |
| HTTP / web edge | 113 | nx_https_fetch_follow.nx | sovereign (113 modules) |
| storage / data plane | 105 | nx_seg_store.nx | sovereign (105 modules) |
| model / inference | 72 | nx_f32_llm.nx | sovereign (72 modules) |
| graphics / video | 101 | nx_vcodec.nx | sovereign (101 modules) |
| browser | 57 | nx_browser_render.nx | sovereign (57 modules) |
| management / deploy | 34 | nx_mgmt_api.nx | sovereign (34 modules) |
the goal is every rung sovereign from the first byte up; a gap here is a program, not a bug -- but it is TRACKED here so it is never invisible.