Redox | |
Developer: | Jeremy Soller, Redox Developers[1] |
Programmed In: | Rust, assembly |
Family: | Unix-like |
Working State: | Current |
Source Model: | Free software |
Latest Preview Version: | 0.9.0 |
Marketing Target: | Desktop, workstation, server |
Language: | English |
Package Manager: | pkgutils |
Supported Platforms: | x86-64 |
Kernel Type: | Microkernel |
Userland: | Custom |
Ui: | Command-line, Orbital |
License: | MIT |
Influenced By: | POSIX[3] |
Redox is a Unix-like microkernel operating system written in the programming language Rust, which has a focus on safety, stability, and performance.[4] [5] [6] Redox aims to be secure, usable, and free. Redox is inspired by prior kernels and operating systems, such as SeL4, MINIX, Plan 9, BSD, and Linux. It is free and open-source software distributed under an MIT License.
Redox gets its name from the reduction-oxidation reactions in chemistry; one redox reaction is the corrosion of iron, also called rust.
The Redox operating system is designed to be secure. This is reflected in two design decisions:
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.
Redox supports command-line interface (CLI) programs, including:
Redox supports graphical user interface (GUI) programs, including:
Redox was created by Jeremy Soller and was first published on 20 April 2015 on GitHub.[7] As of September 2024, the Redox repository had a total of 97 contributors.[8]