SkyOS is a mildly open-source operating system built for the Scratch Computing Alliance (SCA)
An os built FROM SCRATCH! It's open-source and easy to contribute to because it is written in python, a very easy language to learn and program in.
https://webbrowser11.github.io/skyOSweb/ This is the website and it also holds more info for contributing
Note
NOTE: SkyOS has not yet completed development and may contain mild bugs, as well as an unfinished session manager
Python:
python 3.12.5+
Note
YOU MUST INSTALL IT IN DOWNLOADS! (for NOW)
Install the source code and run kernel.py:
python /home/<username>/Downloads/SkyOS-(version)/kernel/kernel.py
Install a python interpreter and then install the source code and run kernel.py:
C:\Users\<username>\Downloads\SkyOS-(version)\kernel\kernel.py
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