Not a Linux replacement. law-enforced Β· self-hosting Β· unikernel-first. Serving p99 30β50% β is the whole point.
user .hexa
β hexa_compile β bytecode
β hexa_vm_run (user proc, single address space)
β syscall = hexa fn call (not int 0x80, ~300 ns β 20β80 ns)
β kernel fn: law_check(caller_cap, target, op)
pass β real I/O
fail β EPERM + growth_bus record
Training gains are capped at ~5% (compute-bound) β serving only. Scoped as a cloud inference appliance. v0.1 target: 7B-model unikernel serving, cold-start < 500 ms.
YouTube Β· Email Β· β Ko-fi Β· π Sponsor Β· π³ PayPal Β· πΊοΈ Atlas Β· π Papers
π NEXUS β Universal Discovery Engine. 216 lenses + OUROBOROS evolution + 5-phase singularity cycle.
π§ Anima β Consciousness implementation. PureField repulsion-field engine + 1030 laws + Ξ¦ ratchet.
ποΈ N6 Architecture β Architecture from perfect number 6. 225 AI techniques + chip design + crypto/OS/display.
π HEXA-LANG β The Perfect Number Programming Language. Working compiler + REPL.
π Papers β Complete paper collection (92 papers, Zenodo DOIs).
| π― | Scoped β cloud inference appliance only. Not a Linux replacement |
| β‘ | No syscalls β ~300 ns β fn call 20β80 ns (5β20Γ) |
| π§ | Unikernel-first β Firecracker guest Β· virtio-only drivers Β· single address space |
| βοΈ | Law kernel β law_check(cap, target, op) + growth_bus log. raw.json is the capability source |
| π | v0.1 target β 7B serving Β· cold-start < 500 ms Β· p99 30β50% β |
| 𧬠| Self-hosting β boots 100% in .hexa Β· freestanding, no libc |
| Bottleneck | Linux | Hexa OS | Gain |
|---|---|---|---|
| syscall round-trip | ~300 ns | fn call 20β80 ns | 5β20Γ |
| copy_to_user | memcpy | pointer pass | bandwidth 1.5β2Γ |
| context switch | 1β3 ΞΌs | cooperative yield 100β300 ns | 10Γ |
| latency p99 | ~200 ms | 30β50% β | real commercial value |
| QPS at SLA | baseline | 20β40% β | downstream effect |
Training is compute-bound, so OS-layer gains cap at ~5%. Serving is dominated by syscall Β· copy Β· context-switch, so OS-layer wins land directly on p99.
Unikernel + Virtio-only + Firecracker guest
Γ Tensor primitive + KV-cache inode + Serving loop
Γ Single address space + Zero-copy
Γ Law kernel (raw.json)
self/os/
boot.hexa UEFI stub + kernel load
kernel.hexa scheduler / memory / IPC
fs.hexa law-tagged inode
drv/ virtio-only drivers
user.hexa user-space runtime
_freestanding_probe.hexa libc-less POC (first step)
docs/
ROADMAP.md 3 stages Γ prerequisites
BRAINSTORM.md 124 raw items
perf_model.md p99 gain mechanism
- Freestanding hexa compile POC β
@nostdELF, no libc - Syscall-free bench POC β measure p99 on a user-space mini-server
- Unikernel v0.1 β Firecracker guest + 7B serving
hexa-langP7β9 fixpoint (C runtime eliminated) β roadmap- Freestanding codegen +
@nostdsupport
ROADMAP Β· Docs Β· Releases Β· Paper (hexa-lang Β· P-HEXA)
π§ syscalls become fn calls. p99 becomes commercial value. Β· need-singularity