Plan 9 from Bell Labs is presented as the most thoughtfully designed operating system ever created, built after Unix with the benefit of hindsight. Its core philosophy — that everything truly is a file — enables elegant solutions to networking (via /net/tcp filesystem paths instead of BSD socket syscalls), VPNs (by mounting remote network interfaces), GUI rendering (via /dev/draw), and containers (by unmounting hardware from per-process namespaces). The 9P protocol makes all file I/O network-transparent, enabling trivial remote mounting. Plan 9 also pioneered ideas now found in modern systems: UTF-8, goroutines, /proc, union filesystems, and containers. Despite failing commercially due to Unix's entrenchment, its design ideas remain deeply influential. The 9front fork keeps it alive today.
Sort: