No C was harmed in the making of this OS.
Noodlix is an experimental Linux-based operating system where every userspace component is written in pure Python and compiled into fully static native binaries via Transpilatron — our own AI-powered Python-to-C transpiler.
No GNU userland. No systemd. No bash. No CPython runtime.
Just noodles.
| Repo | Description |
|---|---|
| noodlix | Core distro — kernel, init, installer, bootloader, and build system |
| transpilatron | AI-powered Python-to-C transpiler — the noodle engine |
-
✅ Bootable installer ISO
- Partitions disks
- Formats VFAT and EXT4 filesystems
- Copies system data
-
❌ Root filesystem and hard-disk initramfs not implemented yet
- Installed systems currently boot to Limine and stop
Write Python. Ship a static binary.
That's the Noodlix way.