Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shdwmtr/millennium

Apply themes/skins/customize Steam® after the 2023-04-27 Chromium UI update
https://github.com/shdwmtr/millennium

millennium patcher plugins-api reverse-engineering skins steam themes valve

Last synced: about 17 hours ago
JSON representation

Apply themes/skins/customize Steam® after the 2023-04-27 Chromium UI update

Awesome Lists containing this project

README

        


   Millennium for Steam®



Static Badge




Static Badge




Static Badge




Static Badge




Millennium is an **open-source low-code modding framework** to create, manage and use themes/plugins for the desktop Steam Client without any low-level internal interaction or overhead.

If you enjoy this tool, please consider starring the project ⭐


https://github.com/SteamClientHomebrew/Millennium/assets/81448108/0c4a0ea0-7995-442a-b569-68ca3750fd5e



## Installation

### Automatic Installation (Recommended)

Installing Millennium is only a few steps. See [this page](https://docs.steambrew.app/users/installing#automatic) for a more detailed guide.

### Manual Installation

For normal users, installing via the installers makes the most sense. However when wanting to either develop Millennium, or when the installers do not work, this option can be used. Check our [documentation](https://docs.steambrew.app/users/installing#manual) for a guide on how to do this.

 

## Core Features

- ### [Plugin Loader](/src/)
- **TypeScript ([React](https://react.dev/)) frontend** container in Steam
- **Python backend** container in [usermode](https://en.wikipedia.org/wiki/User-Mode_Driver_Framework)
- **[Foreign function interface](https://en.wikipedia.org/wiki/Foreign_function_interface)** binding from **Python** to **JavaScript** and vice versa
- **Hook modules in the Steam web browser**
- Overwrite/Modify HTTP requests
- Load custom JavaScript (Native) into web browser
- Load custom StyleSheets into web browser
- ### [Core Modules](/assets/)
- Manage and load custom user themes into Steam
- Manage custom plugins for steam
- Maintain theme & plugin versions.
- Manage [embedded Python](https://www.python.org/downloads/release/python-3118/) installation
- Manage [Millennium Python Developer Tools](https://pypi.org/project/millennium/)
- Custom package manager for all plugins

 

## Platform Support

Supported Platforms:

- Windows (x86/x64/ARM) NT (10 and newer)
- Linux (x84/x86_64/i686/i386)
- OSX (Support planned, WIP)