CLONE · FORK · MEASURE
The Source
For the people who read the code before they believe the claim. Everything is public on Codeberg — eleven repositories: the measured portfolio, the integer graphics engines, the Landauer proof, and the challenges. Don't take the numbers on faith. Clone them, compile them, run them, and measure them yourself.
Every repository
Ten more, ordered by most recent work. Engines, proofs, security, and the challenges. Each links straight to the code.
Let the work speak for itself. The thermodynamic proof — computation measured against the Landauer limit.
A demo of the integer-only graphics engine built directly into NUMEN OS. No GPU, no floating point.
The avatar work inside the graphics engine — real-time character rendering with no FPU and no GPU.
Can you complete the challenge? Raw C. The proving ground for anyone who wants to test themselves against the metal.
A learning journey through the work. Grow your own intelligence from scratch and unlock capability one learning moment at a time. Ego aside, mind open.
The security layer of NUMEN OS. If you are here, you are interested.
The arbitration engine. Decision routing on the substrate. If you are here, you are interested.
If you are reading this, you are already interested. A deep cut for the persistent.
Sound as an operating-system primitive — using audio for OS functions. A full demonstration of the NUMEN OS architecture.
A non-floating-point graphics and physics engine built into NUMEN OS. A self-modifying world renderer — the landscape is never the same twice.
Clone it. Fork it. Break it.
Nothing here needs a framework, a runtime, or a GPU. The C compiles with a stock toolchain; the demos run in a browser. Fork any repository into your own Codeberg account, or clone it straight to your machine and build it.
The whole point is verification. If a number on this site is real, it is because the code in these repositories produced it — and you can produce it again.
# grab the flagship portfolio
git clone https://codeberg.org/Dragolich_Research_Labs_LLC/Zone-0-Portfolio
# take on the challenge (raw C)
git clone https://codeberg.org/Dragolich_Research_Labs_LLC/FORGE
cd FORGE && cc -O2 *.c -o forge && ./forge
The research behind the code
The repositories are the implementation. The proofs, derivations, and measured results are published open on Zenodo — 65 DOI-stamped records, 724 downloads. Read the papers, then read the code.
Licensing. The Zone 0 architecture is proprietary IP of Dragolich Research Labs LLC. The repositories are published for study, verification, and demonstration — for architecture transfer or commercial use, get in touch through the contact page.
Read the code
The claims on this site end here — at the source. Everything is on Codeberg, in the open.
Dragolich_Research_Labs_LLC on Codeberg