[!NOTE] No forking unless you want to contribute (or archive, archiving is fine)
SkyOS is an open-source operating system built for the Scratch Computing Alliance (SCA)
An os built FROM SCRATCH!! It's open-source and easy to contribute too because it is written in python a very easy language! (to learn and program in) thanks god github exists so the team can work on this. How to contribute below!
The website has info on this go to it!
https://webbrowser11.github.io/skyOSweb/ Also for more infromation on cotributing!
Work on this project is STILL IN PROGRESS
Written from SCRATCH!
[!NOTE] NOTE: SkyOS is finishing devlopment soon. (probably late 2024 or early 2025)
Python:
python 3.12.5+
[!NOTE] YOU MUST INSTALL IT IN DOWNLOADS!
Linux
Install the source code and run kernel.py:
python /home/<username>/Downloads/SkyOS-(version)/kernel/kernel.py
Windows
Install a python interpreter and then install the source code and run kernel.py:
C:\Users\<username>\Downloads\SkyOS-(version)\kernel\kernel.py
macOS
Install the source code (You need to install python3 since macOS only comes pre-installed with python2) and run kernel.py:
python3 /Users/<username>/Downloads/SkyOS-(version)/kernel/kernel.py