# ARK OS I want to make a OS that is perfect for normal ad dev people! Making/Compiling/Using(few) a Linux Based OS : Hard Compiling Android : Heavy Windows: Bloated MacOS : Locked Down So I want to make a OS - Easy To use - Easy to Compile - Not Bloated - And open for customization and contributions And that is why I am making ARK-OS! ## This OS is still under development under Phase 1 (The Base) - booting ✔️ - frameworks and compiling ✔️ - system and vendor ✔️ - to .zip ✔️ - swift implementation to print swift in text on display ✔️ # Trying it out! - Create a folder annd go into it! - Clone this repo in that folder: https://github.com/Aarav90-cpu/ARK-OS-Tools - Rename the clonned repo folder to tools - Go into the tools directory - Run `python3 setup_arkos.py` - Now if you go out of the tools folder you will see a new folder called `arkos` - Go into the arkos folder and you have the arkos source code! ## Compiling - Run `make build` to build the project. - Run `make clean` to clean the project. - Run `make run` to test the built artifacts. ## Other: - https://github.com/Aarav90-cpu/ARK-OS-Prebuilts - https://github.com/Aarav90-cpu/ARK-OS-Tools - https://github.com/Aarav90-cpu/ARK-OS-Frameworks - https://github.com/Aarav90-cpu/ARK-OS-Kernel