Alter-Net-codes / SkyOS

SkyOS is an open-source operating system for the scratch computing alliance [SCA] NO FORKING UNLESS YOU WANT TO CONTRIBUTE
https://webbrowser11.github.io/skyOSweb/
Other
5 stars 3 forks source link
collabaration open-source operating-system os

[!NOTE] No forking unless you want to contribute (or archive, archiving is fine)

SkyOS readme.md file

SkyOS is an open-source operating system built for the Scratch Computing Alliance (SCA)

Description

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!

Contributing

The website has info on this go to it!

Website

https://webbrowser11.github.io/skyOSweb/ Also for more infromation on cotributing!

Work in progress!

Work on this project is STILL IN PROGRESS

Written from SCRATCH!

[!NOTE] NOTE: SkyOS is finishing devlopment soon. (probably late 2024 or early 2025)

Install

Install Dependencies

Python:

python 3.12.5+

Install

[!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