Φ

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.

11 repositoriesC · JavaScript · HTMLDragolich Research Labs LLC

Every repository

Ten more, ordered by most recent work. Engines, proofs, security, and the challenges. Each links straight to the code.

Landauer_Proof
Proof

Let the work speak for itself. The thermodynamic proof — computation measured against the Landauer limit.

HTML46 KBJul 30, 2026
Zone_0_Gaming_Engine
Engine

A demo of the integer-only graphics engine built directly into NUMEN OS. No GPU, no floating point.

JavaScript326 KBJul 29, 2026
Gaming_Engine_Avatar_Demo
Demo

The avatar work inside the graphics engine — real-time character rendering with no FPU and no GPU.

DemoJul 29, 2026
FORGE
Challenge

Can you complete the challenge? Raw C. The proving ground for anyone who wants to test themselves against the metal.

C1.0 MBJul 27, 2026
GENESIS_4_U
Journey

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.

HTML463 KBJul 27, 2026
AEGIS_Security
Security

The security layer of NUMEN OS. If you are here, you are interested.

HTML708 KBJul 26, 2026
ARBITER_Engine
Engine

The arbitration engine. Decision routing on the substrate. If you are here, you are interested.

HTML741 KBJul 26, 2026
VERIDICT_ARNOLD
Deep Cut

If you are reading this, you are already interested. A deep cut for the persistent.

HTML229 KBJul 26, 2026
PRIMA_Engine
Engine

Sound as an operating-system primitive — using audio for OS functions. A full demonstration of the NUMEN OS architecture.

HTML221 KBJul 26, 2026
A_AREON_Engine
Engine

A non-floating-point graphics and physics engine built into NUMEN OS. A self-modifying world renderer — the landscape is never the same twice.

HTML175 KBJul 26, 2026

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.

clone & build
# 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