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 SeL4, MINIX, Plan 9, and BSD. Click the repository.exodusredux zip file. Wait until you see Exodus Redux Repo Add-on installed message appears. Click Install from repository. Click Exodus Redux Repo. Click Video add-ons. Click Exodus Redux. Click OK to install additional add-ons with Exodus Redux. Download the best app to communicate over video, voice, or text. Available for Windows, macOS, Linux, iOS, and Android devices. In this chapter, Big Nerd Ranch's Mark Dalrymple describes the blocks runtime as released with Mac OS X 10.6 (Snow Leopard). Click the repository.exodusredux zip file. Wait until you see Exodus Redux Repo Add-on installed message appears. Click Install from repository. Click Exodus Redux Repo. Click Video add-ons. Click Exodus Redux. Click OK to install additional add-ons with Exodus Redux.
Redox running Ion shell in Orbital windowing system | |
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; 6 years ago |
Latest preview | 0.6.0 / 24 December 2020; 4 months ago |
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-os.org |
Redox is a Unix-likemicrokerneloperating system written in the programming language Rust, which has a strong focus on safety, stability, and high 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, and BSD. It is similar to GNU and BSD, but is written in a memory-safe language.[7] It is free and open-source software distributed under an MIT License.
The Redox operating system is designed to be highly secure.[4] This is reflected in two main design decisions:
Redox is a full-featured operating system, providing 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.[8] Since then, it has been developed actively, with contributions by over 40 developers.[9] On the second anniversary of Redox appearing on GitHub, version 0.2.0 was released.