Redox (operating system)

Redox
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 Open-source
Initial release 20 April 2015 (2015-04-20)
Latest preview 0.4.1 / 1 April 2018 (2018-04-01)
Marketing target Desktop, workstation, server
Available in English
Package manager Magnet
Platforms amd64
Kernel type Microkernel
Userland Custom
Default user interface Command-line, Orbital
License MIT
Official website www.redox-os.org

Redox is a Unix-like microkernel operating system written in the programming language Rust, a language with focus on safety and high performance.[2][3][4] 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 the GNU or BSD ecosystem, but in a memory safe language and with modern technology.[5] It is free and open-source software distributed under an MIT License.

Design

The Redox operating system is designed to be highly secure, and this is reflected in several design decisions such as:

Components

Redox is a full-featured operating system, providing packages (memory allocator, file system, display manager, core utilities, etc.) that together make up a functional and convenient operating system. Redox relies on an ecosystem of software written in Rust by members of the project.

  • Redox kernel – largely derives from the concept of microkernels, with heavy inspiration from MINIX
  • Ralloc – memory allocator
  • TFS file system – inspired by the ZFS file system
  • Ion shell – the underlying library for shells and command execution in Redox, and the default shell
  • Magnet – package manager
  • Orbital windowing system – display and window manager, sets up the Orbital: scheme, manages the display, and handles requests for window creation, redraws, and event polling

Command-line applications

Redox supports command-line interface (CLI) programs, including:

  • Sodium – vi-like editor that provides syntax highlighting
  • Rusthello – advanced Reversi AI; is highly concurrent, serving as proof of Redox's multithreading abilities; supports various AI strategies, such as brute forcing, minimax, local optimizations, and hybrid AIs

Graphical applications

Redox supports graphical user interface (GUI) programs, including:

  • Browser – simple web browser with basic image support[6][7]
  • Calculator – a software calculator which provides functions similar to the Windows Calculator program
  • Editor – simple text editor, similar to Microsoft Notepad
  • File Browser – a file manager that displays icons, names, sizes, and details for files; uses the launcher command to open files when they are clicked
  • Image Viewer – simple type
  • Pixelcannon – 3D renderer, can be used to benchmark the Orbital desktop
  • Terminal Emulator – ANSI type, launches Bourne shell (sh) by default

History

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.

References

  1. "Redox Contributors". GitHub. Retrieved 17 January 2017.
  2. "Redox – Your Next(Gen) Operating System".
  3. Weisinger, Dick (4 May 2016). "Operating Systems: Rust Redox – An Next-Generation Attempt to Plug Linux OS Gaps". Formtek. Formtek, Inc. Retrieved 17 January 2017.
  4. Yegulalp, Serdar (21 March 2016). "Rust's Redox OS could show Linux a few new tricks". InfoWorld. San Francisco: IDG Communications, Inc. Retrieved 17 January 2017.
  5. "Redox: A Rust Operating System".
  6. "The Internet on Redox - Redox - Your Next(Gen) OS". www.redox-os.org. Retrieved 2017-05-15.
  7. jackpot51 (November 9, 2016). "Add pretty bad image handling". GitHub. Retrieved July 8, 2017.
  8. Soller, Jeremy (jackpot51) (20 April 2015). "Initial commit of Rustboot-based OS". GitHub. GitHub, Inc. Retrieved 17 January 2017.
  9. "Redox Repository". GitHub. Retrieved 2016-03-26.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.