Open Research · Open Source
y⁴ − φy² + α = 0

Computing Beyond 0 and 1

Golden Phase OS is an experimental operating system built on a four-state non-associative algebra. Instead of binary logic, it operates through Kairos — phase states named after the Greek god of meaningful time — enabling richer, context-aware computation.

Φ0
Φ1
Φ2
Φ3
The Kairos Model

Four Phase States

Kairos — from the Greek god of the opportune moment — defines the four fundamental states through which Golden Phase OS tracks time, context, and privilege.

Φ0
Ground
Null / Reset

The quiescent state. No signal, no computation — the system at rest, ready to receive.

Φ1
Ready
Initialized / Waiting

The system is initialized and listening. A Kairos moment is pending — potential without action.

Φ2
Running
Active Execution

Computation is in flight. The phase is engaged — instructions execute, state transforms.

Φ3
Kernel
Privileged / Supervisor

The highest privilege state. The kernel operates here — managing resources, arbitrating Kairos transitions.

OS Features

A Phase-State OS Built for Verifiable Computing

Golden Phase OS treats state as part of the computation itself. Processes, memory, files, network traffic, AI jobs, and operator actions can be phase-tagged, inspected, traced, and audited.

"Traceable is better than trustworthy."
3.42×
throughput scaling
9%
faster than binary
90+
terminal commands
4.15 MB
hosted runtime
Four-State Phase Kernel
4 canonical states

An explicit state model using four canonical computational states — replacing hidden Boolean flags with a verifiable, traceable phase system.

Traceable by Design
7 audited event types

Every important transition is recorded in an append-only statechain: process transitions, memory changes, filesystem operations, network activity, AI tool requests, and security violations.

Near-Zero Observability Overhead
9% faster than binary at 4 workers

Phase-state visibility added without significantly reducing optimized compute performance. At four parallel workers, the phase engine completed tested workloads approximately 9% faster than the binary comparison run.

Parallel Phase Processing
3.42× phase throughput scaling

Independent phase workloads execute simultaneously across multiple workers. Suited to AI inference, sensor streams, control loops, simulations, and multi-agent workloads.

AI Control Layer
Phi3 gates all AI actions

External AI models connect to Golden Phase OS without receiving unrestricted kernel access. Every AI job gets a process, phase state, and Phi3-gated authorization. The AI may request — only Golden Phase OS may authorize.

Secure Remote Operation
Ed25519 key authentication

An audited SSH operator channel with Ed25519 key authentication, session tracking, command auditing, and shared local/remote permission rules. No hidden secondary shell.

PhaseFS Filesystem
6 integrity features

Files and filesystem objects carry phase-state information and audit history. Includes path locking, integrity records, topology logs, checksums, and statechain tracking.

Statechain Integrity
8 integrity mechanisms

Append-only event chains with cryptographic event hashes, Merkle-root aggregation, signed checkpoints, watchdog auditing, and equation-root verification.

ANOM Privacy Mode
ZK style commitments

Prove that protected state exists without exposing the protected value. Public commitments, passphrase-gated access, quarantine controls, and auditability without unnecessary disclosure.

PhaseLink & PhaseNet
Exp. phase-aware transport

Experimental phase-aware networking with byte-to-phase encoding, proof-framed messages, replay detection, quarantine-before-trust, and multi-node simulation.

Engineering Terminal
90+ built-in commands

More than 90 commands across files, text editing, process control, system inspection, debugging, networking, phase operations, security, benchmarking, scripting, AI control, and SSH management.

Compact Footprint
4.15 MB hosted runtime

The hosted Golden Phase OS release delivers its full operator environment, phase engine, audit system, networking, AI bridge, filesystem tools, and security surface in a remarkably small package.

Non-Associative Algebra

Phase Composition

The ∘ operator defines how Kairos states compose. Hover any cell to explore the algebra — this is the mathematical heart of Golden Phase OS.

Φ0Φ1Φ2Φ3
Φ0Φ0Φ1Φ2Φ3
Φ1Φ1Φ0Φ3Φ2
Φ2Φ2Φ3Φ0Φ1
Φ3Φ3Φ2Φ1Φ0

Φi ∘ Φj → result · hover to explore

System Design

Architecture Stack

Five layers, each grounded in the algebra below it. From the mathematical foundation to the privileged kernel.

5
Kernel (Kairos)
Privilege management · Kairos state transitions · Interrupt arbitration
4
ISA
Phase-aware instruction set · Four-state opcodes · Non-associative ALU
3
Virtual Machine
Phase VM · State isolation · Sandboxed execution contexts
2
Protocol Layer
Inter-phase messaging · Composition rules · State contracts
1
Algebra Core
y⁴ − φy² + α = 0 · Non-associative four-state foundation
Hardware

Dev Boards

Two purpose-built development boards are in progress — designed to run Golden Phase OS natively and explore phase-state computation in silicon.

Coming Soon

Phase Computer GPL Board

The full-featured development platform for Golden Phase OS. Open hardware, GPL licensed. Designed for researchers and systems programmers exploring phase-state computation.

Learn more
Coming Soon

PhaseBoard Nano

A compact, low-power board for embedded phase-state experiments. Ideal for educators, hobbyists, and anyone wanting to run Kairos on minimal hardware.

Learn more
Open Source

Get Involved

Golden Phase OS is an open research project. Read the code, run the tests, open issues, and contribute to the algebra.

terminal
$ git clone https://github.com/metatron-research/golden-phase-os
Cloning into 'golden-phase-os'...
remote: Enumerating objects: done.
$ cd golden-phase-os && make test
Running phase algebra tests...
✓ Φ0 ∘ Φ1 = Φ1
✓ Φ2 ∘ Φ3 = Φ1
✓ Kairos state transitions: 16/16 passed
All tests passed.
y⁴ − φy² + α = 0

Ready to explore the phase?

Dive into the whitepaper, clone the repo, or follow the project for updates as we build toward the first hardware release.