June 6, 2026
Booting up... or blowing up?
Is anyone here interested in contributing to this OS?
A bold new computer system idea sparked hype, side-eye, and a license fight
TLDR: X OS is a proposed from-scratch operating system pitched as a clean break from old computer design, with big promises about openness and customization. Commenters were torn between excitement over the vision and suspicion that the project’s license and past repos make it more pitch deck than product.
A developer showed up asking if anyone wanted to help build X OS, a brand-new computer operating system from scratch, and the comments instantly split into two camps: the dreamers and the doubters. On paper, the pitch is big and shiny — no old-school baggage, lots of user freedom, apps you can open up and tweak, and even a future where code updates live while the system is running. In plain English, it’s trying to be a fresh start for how computers work, especially in an age where artificial intelligence tools are supposed to feel at home.
But the real fireworks were in the replies. One supporter was already imagining it as an operating system for AI assistants, saying they’d probably prefer a text-first setup anyway — basically: robots don’t need pretty buttons. Another commenter jumped in with the classic optimistic fan message: “This is awesome!” and asked what the end goal is.
Then came the icy splash of internet skepticism. One of the sharpest complaints wasn’t even about the tech — it was about the license, with a commenter saying they wouldn’t contribute if their work could just be “farmed.” Ouch. Another went even harder, calling the project the open-source version of “lean methodology,” accusing the creator of having polished readme pages and placeholder repos with little actual code. In other words: is this the next big thing, or just a very stylish promise? That tension — big vision versus trust issues — is the whole soap opera here.
Key Points
- •X OS is described as a clean-slate x86_64 microkernel with a minimal kernel responsible for scheduling, memory management, IPC, and hardware abstraction.
- •The system intentionally omits POSIX and Unix ABI compatibility, using about 33 syscalls and moving services such as display, filesystem, and shell into ring-3 user space.
- •The project’s vision includes app bundles that may contain source code, controlled UI customization through xui.plist, and a future live programming environment.
- •The architecture includes a ring-3 Init process, a ring-3 Composer display server, and future terminal, shell, and filesystem services communicating through IPC.
- •The article provides build and run instructions for macOS with Apple Silicon using Xcode tools, Homebrew, lld, xorriso, Limine, and QEMU in BIOS or UEFI modes.