·
457 commits
to main
since this release
BrightOS Release dev-20260121-181619
Download
This release contains the Python files for BrightOS. Use the BrightOS-Launcher.exe to automatically download and run this version.
For Launcher Users
Simply run BrightOS-Launcher.exe and it will automatically download this version.
Manual Installation
If you want to run BrightOS manually without the launcher:
- Download
BrightOS.pyandrequirements.txt - Install dependencies:
pip install -r requirements.txt - Run:
python BrightOS.py
What's Included
BrightOS.py- Main application filerequirements.txt- Python dependenciesbuild.py- Build script for creating standalone executable
Requirements
- Python 3.11 or later (not needed if using the launcher)