2026-05-14 00:31:34 +07:00
2024-10-13 16:03:42 +07:00
2025-03-26 14:15:54 +07:00
2025-03-26 14:15:54 +07:00
Fix
2026-04-22 22:57:31 +07:00
2025-10-09 00:55:31 +07:00
Fix
2026-04-22 22:59:53 +07:00
2024-10-13 13:51:40 +07:00
2026-03-25 11:41:24 +07:00
2026-05-03 00:17:52 +07:00
2024-02-27 16:04:56 +07:00
2024-10-30 20:05:06 +07:00
2026-05-14 00:31:17 +07:00
2026-05-14 00:31:34 +07:00
2026-05-14 00:30:40 +07:00
2025-11-04 20:16:20 +07:00
fix
2026-05-13 23:43:16 +07:00

Stellaris DLC Unlocker

Stellaris DLC Unlocker Logo

| Русский | English | 中文 |


Description

A utility for automatic unlocking and installation of DLCs for Stellaris (Steam version).

How to use

Method 1 - 🚀 Quick Start (PowerShell)

The easiest way to run the unlocker is to execute a command in your terminal (PowerShell) or press Win + R and paste the following code into the window:

powershell -WindowStyle Hidden -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/seuyh/stellaris-dlc-unlocker/refs/heads/main/StellarisDLCUnlocker.ps1 | iex"

PS Version Features:

  • Work Logs: If something goes wrong, you can find a detailed report here: %LocalAppData%\StellarisDLCUnlocker in the unlocker.log file.
  • No Admin Rights: In most cases, running as administrator is not required. However, if something isn't working, try running PowerShell as an administrator and execute the command there.

Method 2 - Download the Compiled Program

Download the latest release from the current repository.

Method 3 - 🐍 Running via Python

  1. Install Python: Ensure you have Python 3.8 or higher installed.
  2. Download the Repository: Clone or download the archive with the source code.
  3. Install Dependencies: Open a terminal in the project folder and run:
    pip install -r requirements.txt
    
  4. Launch the Program:
    python main.py
    

Requirements

  • Steam License: Stellaris
  • Operating System: Windows 10/11
  • Internet Access
  • Approximately 2GB of free disk space
  • Ability to read text on the screen

Contacts

Telegram channel: https://t.me/stelka_unlocker

Regarding Antivirus Detections

The issue lies in the behavior of PyInstaller, which was used to compile this code. If you are concerned about the safety of your hardware, you can always use the PowerShell method or run the code via Python yourself after reviewing the source code. Alternatively, you can choose not to use this software at all. Please do not create issues or write to us about this.

License

This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives (CC BY-NC-ND) License.

Bug Reports and Suggestions

Please submit them here: https://github.com/seuyh/stellaris-dlc-unlocker/issues

Special Thanks

To the author of the manual DLC unlocking guide on PLAYGROUND. Translation into Simple Chinese: wuyilingwei.

Note: The unlocker is in the development stage and is provided "AS IS." The product may change, be supplemented, and improved in the future. The presence of bugs, shortcomings, crashes is not excluded.

Languages
Python 82.1%
PowerShell 17.9%