Find a file
2023-09-11 08:13:22 -06:00
.gitlab Reorganize description templates for GitLab 2018-09-05 21:51:33 +02:00
config Update relibc 2023-09-09 18:59:33 -06:00
cookbook@6e46cfa923 Update cookbook 2023-09-11 08:13:22 -06:00
docker Remove all references to xargo 2023-02-21 11:53:37 -07:00
installer@d61b30de3f Update rust to nightly-2023-09-07 2023-09-07 20:13:54 -06:00
mk Add d.package target for unfetching, update cookbook 2023-09-09 09:15:55 -06:00
podman Add libfuse3-dev to podman container build 2023-09-01 13:11:36 -04:00
redoxfs@985d6e815c Update rust to nightly-2023-09-07 2023-09-07 20:13:54 -06:00
relibc@b9e5b22f7d Update relibc 2023-09-09 18:59:33 -06:00
rust@e9ed31b054 Update rust 2023-09-07 21:10:32 -06:00
scripts scripts/ventoy.sh: also build and copy demo config, sync after finishing 2023-06-09 12:24:15 -06:00
.gitignore enable build from mixed source/binary packages 2023-03-09 23:30:33 -08:00
.gitlab-ci.yml Build installer before make ci-img 2023-03-01 13:27:09 -07:00
.gitmodules Update rust to nightly-2023-09-07 2023-09-07 20:13:54 -06:00
bootstrap.sh Add xxd and libmpfr-dev to ubuntu bootstrap 2023-09-08 15:22:52 -06:00
build.sh update Usage to correct img location 2022-11-12 11:22:48 -08:00
CONTRIBUTING.md Quote the development tips on CONTRIBUTING 2023-08-21 19:35:56 +00:00
HARDWARE.md Improve/cleanup the HARDWARE.md 2023-08-02 21:53:36 +00:00
LICENSE Add license 2016-08-13 16:28:33 -06:00
Makefile Delete cookbook/repo during clean 2023-06-22 22:02:36 +00:00
podman_bootstrap.sh Detect installed fusermount or fusermount3 binary 2023-03-21 03:02:07 +00:00
README.md Update maintainers 2023-05-11 18:17:20 +00:00
rust-toolchain.toml Update rust to nightly-2023-09-07 2023-09-07 20:13:54 -06:00

Redox

Redox is an operating system written in Rust, a language with focus on safety and high performance. Redox, following the microkernel design, aims to be secure, usable, and free. Redox is inspired by previous kernels and operating systems, such as SeL4, MINIX, Plan 9, and BSD.

Redox is not just a kernel, it's 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. You can loosely think of it as the GNU or BSD ecosystem, but in a memory safe language and with modern technology.

The website can be found at https://www.redox-os.org. For hardware compatibility, see HARDWARE.md.

Downloads MIT licensed

What it looks like

See Redox in Action.

Redox Redox Redox Redox Redox Redox

Getting Started

Please read the Getting Started Guide in the Redox Book.

Trying Out Redox

You can try out the Redox download in an emulator, or boot from a USB. Please see the Getting Started Guide.

Building Redox

The Redox build system is unique and complex, so you are best to follow the practices in the book. Please see the Getting Started Guide.

Getting Help

Please join us on Redox Chat for any concerns. You can post your questions or issues in Redox Support room.

Contributing

If you're interested in this project, and you'd like to help us out, have a look at CONTRIBUTING.

Ecosystem

The ecosystem and software Redox OS provides is listed below.

Name (lexicographic order) Maintainer
acid (kernel integration tests) @jackpot51
binutils @jackpot51
cookbook @jackpot51 @hatred_45 @ids1024
coreutils @jackpot51
extrautils @jackpot51
games @fabiao
Ion (shell) @jackpot51
ipcd @jackpot51
kernel @jackpot51
libextra @jackpot51
libpager @jackpot51
netstack @jackpot51
netutils @jackpot51
orbclient (Orbital client) @jackpot51 @FloVanGH
orbdata @jackpot51
orbgame (Orbital 2D game engine) @FloVanGH
Orbital (windowing and compositing system) @jackpot51
orbtk (Orbital toolkit) @FloVanGH
orbutils (Orbital utilities) @jackpot51
pkgutils (current package manager) @jackpot51
ralloc @jackpot51
RANSID (Rust ANSI driver) @jackpot51
redoxfs (default filesystem) @jackpot51
relibc (C Library in Rust) @jackpot51
small (stack String and other collections) @jackpot51
syscall @jackpot51
Sodium (Vim-inspired text editor) @jackpot51
The Redox book @hatred_45
userutils @jackpot51