Explore the Redox OS Ecosystem
masterRedox is a microkernel-based operating system written in Rust. The ecosystem is composed of several key repositories that provide the kernel, essential system components, drivers, and user-space utilities. Key components include:
- Kernel: The core microkernel.
- Base: Essential system components and drivers.
- RedoxFS: The default filesystem.
- relibc: A C POSIX library written in Rust.
- Ion: The default shell.
- Orbital: The display server and window manager.
- pkgutils: The current package manager.