Redox is a Unix-likeoperating system for x86 computers, based on a microkernel design. It is community-developed, released as free and open-source software and distributed under an MIT License. Written in the programming language Rust, Redox aims to be a general-purpose operating system that is safe and reliable. It is currently in a pre-stable status.
Development
Redox was created by Jeremy Soller and was first published on 20 April 2015 on GitHub.[4] Redox gets its name from the reduction-oxidation reactions in chemistry; one redox reaction is the corrosion of iron, also called rust. Soller himself is also an engineer at System76.[5]
Redox has a focus on safety, stability, and performance.[6][7][8] It is inspired by prior kernels and operating systems, such as SeL4, MINIX, Plan 9, BSD, and Linux.[citation needed] It runs on both 64-bit and 32-bit x86 processors, while a 64-bit ARM version is still at the preliminary stage.[9]
As of September 2024, the Redox repository had a total of 97 contributors.[10] The OS is not yet stable.[11]
Components and apps
Redox provides packages (memory allocator, file system, display manager, core utilities, etc.) that together make up a functional operating system. Redox relies on an ecosystem of software written in Rust by members of the project. These include the Redox kernel, the Ralloc memory allocater, and the RedoxFS file system which is inspired by the ZFS file system.[citation needed]
pkgutils is Redox's package manager, while relibc is the C standard library. It has a display and window manager named Orbital, which manages the display, and handles requests for window creation, redraws, and event polling. The Ion shell are the underlying library for shells and command execution in Redox.[citation needed]