An Operating System Kernel Initiative by EdgeAlphix Engineering
EdgeOS is an independently developed operating system kernel and userland infrastructure project led by EdgeAlphix LLC. The initiative focuses on building a standards-aligned, Linux-compatible execution environment designed for research, infrastructure experimentation, and long-term systems engineering development.
The system implements full ring3 user-space separation, multi-user architecture, and a permission model compatible with standard Unix semantics. It supports ext4 (with extent support) as the primary filesystem, along with legacy ext2 and FAT32 mounting capabilities. User authentication is handled through /etc/passwd, /etc/shadow, and /etc/group, with getty-based login and root/user privilege separation.
EdgeOS includes a custom ELF loader and maintains high syscall-level compatibility with modern Linux software, targeting semantic alignment with Linux ABI behavior. It supports fork/exec process models, /proc interfaces, multi-core CPU scheduling, and a complete BusyBox userland environment without source modification. Musl libc is integrated for dynamic linking, enabling compilation and execution of standard Linux-targeted applications.
Networking support includes lwIP-based IPv4 and IPv6 stacks, TCP/UDP functionality, ICMP, DNS resolution via /etc/resolv.conf, and support for standard tools such as ping, wget, nc, and nslookup. The system includes e1000 network driver support and can run unmodified Dropbear SSH, OpenSSL CLI tools, and HTTP services. SSL/TLS functionality operates with embedded CA root certificates.
EdgeOS supports GRUB Multiboot2 on x86_64, with LiveCD and AHCI-based disk boot modes. Device interfaces include /dev/tty0-6, fb0, random, urandom, sda, null, zero, console, pts, and ptmx. A custom mkrootfs build system enables reproducible root filesystem generation, ext4 image packaging, and user-defined binary integration. The system also supports chroot/unshare container isolation primitives and runs unmodified CPython (3.12) compiled against musl.
EdgeOS is currently undergoing internal stabilization and documentation refinement. Public source release and community collaboration details will be announced in a forthcoming open-source publication phase.