Skip to content

BrightOS dev-20260121-181619

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jan 18:16
· 457 commits to main since this release
f56da34

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:

  1. Download BrightOS.py and requirements.txt
  2. Install dependencies: pip install -r requirements.txt
  3. Run: python BrightOS.py

What's Included

  • BrightOS.py - Main application file
  • requirements.txt - Python dependencies
  • build.py - Build script for creating standalone executable

Requirements

  • Python 3.11 or later (not needed if using the launcher)