Skip to content

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

License

Notifications You must be signed in to change notification settings

shdwmtr/millennium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
GitHub Actions
Jul 16, 2024
50bf253 · Jul 16, 2024
Jul 16, 2024
Jul 15, 2024
Jul 15, 2024
Jul 14, 2024
Jun 16, 2024
Jul 14, 2024
Jul 16, 2024
Jul 14, 2024
Jul 6, 2024
Jun 11, 2024
Jul 9, 2024
Jun 2, 2024
Jul 6, 2024
Jul 16, 2024

Repository files navigation

   Millennium for Steam®


GitHub Releases Endpoint Badge Discord Website Docs

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 ⭐


millennium.mp4

Installation

Automatic Installation (Recommended)

Install Millennium for Windows. See this page for a more detailed guide.

Static Badge

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 wiki for a guide on how to do this.

 

Core Features

  • Plugin Loader

    • TypeScript (React) frontend container in Steam
    • Python backend container in usermode
    • 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

 

Platform Support

Millennium currently only supports standard Windows NT builds. This includes ARM based processors and x86 based processors. Linux and Mac are NOT currently supported BUT support is currently in development for linux. For a more details see our wiki

Supported Platforms:

  • Windows 10 and newer
  • Windows (x86/x64/ARM) NT
  • Linux (WIP, Learn more)