Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Serenity | 26,105 | a day ago | 732 | bsd-2-clause | C++ | |||||
The Serenity Operating System 🐞 | ||||||||||
Os Tutorial | 25,593 | 14 days ago | 118 | bsd-3-clause | C | |||||
How to create an OS from scratch | ||||||||||
Harmonyos | 18,477 | a year ago | 52 | C | ||||||
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。 | ||||||||||
Redox | 14,520 | 3 months ago | 183 | mit | Shell | |||||
Mirror of https://gitlab.redox-os.org/redox-os/redox | ||||||||||
Reactos | 13,190 | a day ago | 158 | gpl-2.0 | C | |||||
A free Windows-compatible Operating System | ||||||||||
Blog_os | 12,772 | 19 days ago | 66 | apache-2.0 | HTML | |||||
Writing an OS in Rust | ||||||||||
Raspberry Pi Os | 12,387 | a month ago | 54 | mit | C | |||||
Learning operating system development using Linux kernel and Raspberry Pi | ||||||||||
Rust Raspberrypi Os Tutorials | 11,633 | a day ago | 6 | apache-2.0 | Rust | |||||
:books: Learn to write an embedded OS in Rust :crab: | ||||||||||
Toaruos | 5,677 | 15 days ago | 40 | ncsa | C | |||||
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc. | ||||||||||
Tock | 4,629 | 9 | 9 | 4 days ago | 10 | September 26, 2022 | 132 | other | Rust | |
A secure embedded operating system for microcontrollers |
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.
See Redox in Action.
Please read the Getting Started Guide in the Redox Book.
You can try out the Redox download in an emulator, or boot from a USB. Please see the Getting Started Guide.
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.
Please join us on Redox Chat for any concerns. You can post your questions or issues in Redox Support room.
If you're interested in this project, and you'd like to help us out, have a look at CONTRIBUTING.
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 |