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 | 14 | nx_syscalls.nx | sovereign (14 modules) |
| compiler / assembler (nx_cc, nxasm) | 14 | nxasm_v2.nx | sovereign (14 modules) |
| TLS / crypto | 168 | nx_tls13_client_validate_certificate.nx | sovereign (168 modules) |
| HTTP / web edge | 138 | nx_https_fetch_follow.nx | sovereign (138 modules) |
| storage / data plane | 118 | nx_seg_store.nx | sovereign (118 modules) |
| model / inference | 79 | nx_f32_llm.nx | sovereign (79 modules) |
| graphics / video | 87 | nx_vcodec.nx | sovereign (87 modules) |
| browser | 60 | nx_browser_render.nx | sovereign (60 modules) |
| management / deploy | 55 | nx_mgmt_api.nx | sovereign (55 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.