Hadron is a POSIX compliant, from-scratch, and open-source operating system written in Rust. Development has moved to [asterism-labs/hadron](https://github.com/asterism-labs/hadron]
Building Hadron is supported on Linux and macOS. To build Hadron, you must have the Rust toolchain.
The buildscript of the project is a rust project located in the crates/buildscript directory.
It is also the only default workspace member, so you can run cargo run -- build to build the project.
This project is licensed under the GNU General Public License v3.0.