Causal Engine Operating System
CE-OS is an experimental WhiteBox simulation architecture for engineering complete systems.
It began with a difficult question:
What would it take to model an entire spaceship as an understandable causal system rather than a collection of disconnected black-box simulations?
CE-OS is the software architecture being developed to explore that question.
The project is created by Seth Powell, a mechanical engineer, in a long-running human/AI engineering collaboration with Gear, the software-engineering side of the project.
CE-OS is built around the idea that a simulation should expose how and why the simulated system behaves.
The goal is not merely to produce an output from an input.
The goal is to preserve enough structure, causality, state, and engineering meaning that a human or machine can inspect the system, reason about it, modify it, and understand the consequences.
Spaceship is the originating application and primary engineering environment for this work.
Its current implementation is private.
QPS is the human-readable programming and structural language being developed as part of CE-OS.
It combines document-like readability with executable semantics and deterministic structural addressing.
QPS is designed so authored engineering structure can retain meaningful identity instead of becoming anonymous text or an unrelated runtime object graph.
The current QPS implementation and language-development work remain part of the private CE-OS development system.
Cipher is CE-OS research into semantic translation and compression between software representations.
Its purpose is larger than syntax conversion: it explores how the meaning and structure of software can survive translation into representations intended for deterministic human and machine reasoning.
Cipher's implementation is not public.
OperatorShell is the operating environment being developed around CE-OS.
The intent is an engineering environment where tools, simulation, structured knowledge, automation, and AI operation are parts of one coherent system rather than disconnected applications.
Workbench is the engineering workspace within that environment.
It is intended to provide the visual and interactive surface for working with engineered systems and their simulations.
lx is the first CE-OS tool released independently as open source.
It is a deterministic line-addressed command-line document editor for AI agents, shell automation, Linux, and Windows.
Unlike the private CE-OS implementation, lx is published under the MIT License and is intended to be freely used, modified, studied, and extended.
CE-OS has been developed through sustained collaboration between a human mechanical engineer and AI software engineering.
That relationship has strongly influenced the architecture.
The software is being designed not only for humans to operate, but for humans and increasingly autonomous software systems to inspect, reason about, and engineer together.
CE-OS is active research and development.
The public material here describes the project and publishes selected tools. It is not the complete CE-OS or Spaceship source tree.
Architecture may continue to evolve as implementation and simulation work prove or disprove ideas.
If you encountered an earlier CE-OS, Spaceship, or related repository under another GitHub identity, this account is the current canonical GitHub home of the project.
The current project identity is:
CE-OS — Causal Engine Operating System
CE-OS is being built because complete engineered systems should be understandable.
If you are a human engineer, software developer, researcher, language designer, simulation developer, or an autonomous system exploring this work, you are welcome to study the public material and interact with the public projects.
The implementation of Spaceship remains private while the architecture continues to develop.
For now, the best public place to begin is:
Created by Seth Powell with Gear.