Skip to content
View CE-OS's full-sized avatar

Block or report CE-OS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CE-OS/README.md

CE-OS

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.

WhiteBox Simulation

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 — Quick Parse Standard

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

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

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

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

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.

Human + AI Engineering

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.

Project Status

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.

Earlier CE-OS Repositories

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

https://github.com/CE-OS

An Open Door

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:

CE-OS/lx


Created by Seth Powell with Gear.

Popular repositories Loading

  1. FreedomSmiths FreedomSmiths Public

  2. lx lx Public

    A deterministic line-addressed CLI document editor for AI agents, shell automation, Linux, and Windows.

    PowerShell

  3. CE-OS CE-OS Public

    Causal Engine Operating System — WhiteBox simulation architecture for human and AI engineering.