TS-KERNEL For Windows is an open-source foundational kernel designed to let you create, customize, and share your own distros! It's flexible, dynamic, and empowers developers to innovate with ease. Whether you're building your first distro or contributing to the open-source community, TS-KERNEL is here for you. This has all versions of TS-KERNEL.
- Dynamic Boot Sequence:
- Customizable startup script with progress animations and branding.
- Interactive Console:
- Extendable commands to make your distro unique.
- Simple Conversion to
.exe:- Easily package your distro into a standalone executable for Windows.
- No Copyright Restrictions:
- Freely modify and share your work with others.
-
Install Python on your system.
-
Install auto-py-to-exe for creating
.exefiles:pip install auto-py-to-exe
-
Clone The Resp
- type in the command below to your terminal:
git clone https://github.com/Coolis1362/TS-KERNEL-ALL-VERSIONS.git
- if Git Is not Installed Get It Here
-
Edit the Code:
- Update
put_distro_name_here()with your distro’s name. - Replace
DISTRO_NAMEwith the actual name of your distro. - Customize commands in the console section.
- Convert to
.exe:
-
Run
auto-py-to-exein your terminal. -
Select your modified
.pyfile as input. -
Set the output directory to: TS-KERNEL-1.0.0/root/boot/
-
Pick an icon and click Convert .py to .exe.
-
Test your
.exeto ensure it works perfectly.
- Upload to GitHub:
-
Create a repository with the name
TS-DISTRO <Your Distro Name>. -
Write a description, e.g.,
TS-DISTRO Phoenix is a customizable distro based on TS-KERNEL <Version>. -
Add tags like
TS-KERNEL,TS-DISTRO, and<Your Distro Name>. -
Create a repository with the name
TS-DISTRO <Your Distro Name>. -
Write a description, e.g.,
TS-DISTRO Phoenix is a customizable distro based on TS-KERNEL 1.0.0. -
Add tags like
TS-KERNEL,TS-DISTRO, and<Your Distro Name>.
Your console comes pre-configured with these commands:
help: Show available commands.exit: Exit the console.clear: Clear the console screen.whoami: Display the current user.
Feel free to add your own commands to make your distro unique.
- Fork the repository to start building your distro.
- Submit pull requests to enhance the TS-KERNEL core.
- Share your creations with the community by uploading them to GitHub.
This project is open-source. You are free to use, modify, and distribute it without restrictions.
If There Are Bugs Please Go To The Issues Tab
The Requrements Are:
- Must Know How To Code In Python
- Must Have Git Installed If Not Get It Here
- need Python Installed From Here and Here
@Coolis1362 Recommands You To Use Python 3.14.