1 مستودع
Operating systems that boot a Linux kernel with a JavaScript runtime as the primary userspace, replacing traditional shell utilities.
Distinct from Operating Systems & Systems Programming: Distinct from Operating Systems & Systems Programming: this is a specific subclass of OS that uses JavaScript as the userspace runtime, not general OS internals or systems programming.
Explore 1 awesome GitHub repository matching operating systems & systems programming · JavaScript-Bootable Operating Systems. 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 with JavaScript execution.