1 रिपॉजिटरी
Operating systems that boot a Linux kernel with Node.js as the primary userspace, replacing traditional shell utilities.
Distinct from Userspace Kernels: Distinct from Userspace Kernels: specifically uses Node.js as the userspace runtime, not a reimplementation of kernel interfaces.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Node.js Userspace Runtimes. Refine with filters or upvote what's useful.
NodeOS is an operating system that boots a Linux kernel with Node.js running as the primary userspace, replacing traditional shell utilities with JavaScript execution. Every npm package is treated as a native system command, making hundreds of thousands of packages directly executable at the OS level. The operating system is built inside Docker containers using a reproducible pipeline that generates ext2 filesystem images, with the ability to conditionally disable KVM for systems without hardware virtualization. It mounts a persistent usersfs partition for user home directories, preserving ch
Boots a Linux kernel with Node.js as the primary userspace, replacing traditional shell utilities.