Redox (operating system)


Redox is a Unix-like microkernel operating system written in the programming language Rust, which has a strong focus on safety, stability, and high performance. Redox aims to be secure, usable, and free. Redox is inspired by prior kernels and operating systems, such as, MINIX, Plan 9, and BSD. It is similar to the GNU or BSD ecosystem, but in a memory-safe language. It is free and open-source software distributed under an MIT License.

Design

The Redox operating system is designed to be highly secure. This is reflected in two main design decisions:
  1. Using the programming language Rust for implementation
  2. Using a microkernel design, similar to MINIX

    Components

Redox is a full-featured operating system, providing packages 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 programs, including:
Redox supports graphical user interface programs, including:
Redox was created by Jeremy Soller and was first published on 20 April 2015 on GitHub. Since then, it has been developed actively, with contributions by over 40 developers. On the second anniversary of Redox appearing on GitHub, version 0.2.0 was released.