ME OS
An agent native operating system
A general purpose x86-64 operating system written from scratch, where agents are first class system components rather than programs bolted on top. Execution, permissions, memory, task routing, recovery, and human oversight are meant to be OS level concepts.
- Standard Linux and Unix file formats, filesystem layout, and executable formats wherever practical
- No ME specific wrapper or package format required of applications
- Desktop organized around agents, tasks, memory, and live system state
- Reliability and recovery treated as core features, not add ons
Where it stands
Boots in QEMU over UEFI. It has never been booted on a physical machine, and that is a later step.
ME OS in detail