PythonOS boots an x86-64 machine directly into a Python interpreter, no Linux, no shell. Built by jordanhubbard and apparently assembled with LLM assistance, the project ships in two configurations: a bare interpreter mode and a GUI mode. The OS itself is Python. Every system interaction runs through the interpreter.
It supports UNIX-like disk and filesystem commands, which is the technically interesting part. This is not a Python shell layered on top of a kernel. The kernel layer is minimal and the interpreter is the primary interface. It runs on real x86-64 hardware or inside QEMU. The original piece notes the GUI mode exists but no screenshots have been published, which is a real gap for anyone trying to evaluate it seriously.
The project sits next to a August 2026 Hackaday feature on a BASIC-booting OS, making this a small but active space worth watching. Neither is production software. Both raise the same question: what does a personal computer look like when the programming environment is the operating environment. The GitHub repo at jordanhubbard/pythonos is where the build details live, and the two-path build system is worth examining directly.
[READ ORIGINAL →]