Developer | Jeremy Soller, Redox Developers[1] |
---|---|
Written in | Rust, assembly |
OS family | Unix-like |
Working state | Current |
Source model | Free software |
Initial release | 20 April 2015 |
Latest preview | 0.9.0 / 9 September 2024 |
Repository | |
Marketing target | Desktop, workstation, server |
Available in | English |
Package manager | pkgutils |
Platforms | x86-64; ARM64 in development[2] |
Kernel type | Microkernel |
Userland | Custom |
Influenced by | POSIX[3] |
Default user interface | Command-line, Orbital |
License | MIT |
Official website | www |
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.[4] 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]
{{cite web}}
: CS1 maint: numeric names: authors list (link)