Project Updates

News & Updates

Release notes, roadmap progress, and announcements from the Golden Phase OS project.

Release

Golden Phase OS v0.4 — Statechain Integrity & ANOM Privacy Mode

v0.4 ships the statechain audit log, ANOM privacy mode, and a rewritten phase-state scheduler. Every phase transition is now recorded in an append-only, cryptographically linked chain. ANOM mode isolates process memory at the hardware level.

The v0.4 release is the largest kernel update to date. The statechain audit log records every phase transition, memory access, process creation, and system call in an append-only chain — no entry can be removed or altered without breaking the chain. ANOM privacy mode adds a hardware-level memory isolation switch that prevents cross-process phase leakage. The scheduler has been rewritten to use the biquadratic phase algebra directly, eliminating the priority-queue approximation used in v0.3. Full changelog and migration notes are in the GitHub release.
Hardware

Phase Computer GPL Board — Schematics Published

The first revision of the Phase Computer GPL Board schematics are now public on GitHub. KiCad source files, BOM, and a bring-up guide are included. Feedback and hardware forks are welcome.

The Phase Computer GPL Board R1 schematics are live. This is the full-featured research platform for Golden Phase OS — GPL ISA execution unit, four hardware phase-state registers (Φ0–Φ3), PhaseFS-compatible flash, and a PhaseLink header. KiCad source files, a bill of materials, and a bring-up guide are all in the hardware/ directory of the main repo. The board is designed to be fabricated at any standard PCB house. R2 will add the ANOM hardware switch and a secure element for the SSH operator channel.
Docs

Whitepaper v2 — Honest Framing & Expanded Architecture Section

Whitepaper v2 rewrites the framing to be precise about what Golden Phase OS is and is not. The architecture section is expanded with per-layer file references and a new design-principles appendix.

The original whitepaper overstated several claims — particularly around hardware physics and comparisons to production operating systems. v2 corrects this with precise language: Golden Phase OS is a real, working software system built on a novel biquadratic algebra. It is not a physics simulation, not a Windows or Linux replacement, and not yet running on production silicon. The honest version is the strong version. The architecture section now includes per-layer file references, a five-layer dependency diagram, and a new design-principles appendix covering strict layering, algebra-first design, and auditability.
Release

GPL Assembler & Disassembler — First Public Release

The GPL assembler and disassembler are now available as standalone CLI tools. Assemble GPL source to binary, disassemble binary back to annotated source. 90+ commands, 4.15 MB footprint.

The GPL assembler and disassembler ship as standalone CLI tools in the tools/ directory. The assembler takes GPL source files and produces binary output compatible with the KairOS loader. The disassembler takes binary and produces annotated source with phase-state annotations on every instruction. Both tools are written in pure Go with no external dependencies. The assembler supports all 8 instructions in the GPL ISA, all three operand encodings, and inline phase-state assertions. The disassembler adds a --trace flag that shows the phase-state register values at each instruction boundary.
Milestone

Project Open-Sourced Under GPL v3

Golden Phase OS is now fully open source under GPL v3. The full kernel, assembler, disassembler, test suite, and mathematical specification are public on GitHub.

After several months of internal development, the full Golden Phase OS codebase is now public under GPL v3. This includes the KairOS kernel, the GPL assembler and disassembler, the complete test suite, and the mathematical specification. The project is in active development — the kernel runs, the assembler works, and the test suite passes. Hardware support is in progress. Contributions, bug reports, and forks are welcome. The whitepaper and all technical documentation are available at goldenphase.info/docs.

What's Next

In Progress

PhaseBoard Nano firmware

Firmware bring-up for the PhaseBoard Nano. Target: full Golden Phase OS boot on the nano form factor.

In Progress

PhaseLink networking stack

Phase-aware networking layer. Packets carry phase-state metadata; the stack enforces phase-transition rules at the protocol level.

Planned

AI control layer v2

Expanded AI control layer with pluggable inference backends and a formal phase-state contract for model outputs.

Planned

GPL Board R2 hardware

Second revision of the Phase Computer GPL Board with ANOM hardware switch and SSH secure element.

y⁴ − φy² + α = 0

Stay in the loop

Star the repo on GitHub to get notified when new releases, hardware files, and roadmap updates drop.