Open source RGB lighting control that doesn't depend on manufacturer software


One of the biggest complaints about RGB is the software ecosystem surrounding it. Every manufacturer has their own app, their own brand, their own style. If you want to mix and match devices, you end up with a ton of conflicting, functionally identical apps competing for your background resources. On top of that, these apps are proprietary and Windows-only. Some even require online accounts. What if there was a way to control all of your RGB devices from a single app, on both Windows and Linux, without any nonsense? That is what OpenRGB sets out to achieve. One app to rule them all.


Version 1.0rc2, additional downloads and versions on Releases page

OpenRGB user interface

Control RGB without wasting system resources

Lightweight User Interface

OpenRGB keeps it simple with a lightweight user interface that doesn't waste background resources with excessive custom images and styles. It is light on both RAM and CPU usage, so your system can continue to shine without cutting into your gaming or productivity performance.

OpenRGB rules them all

Control RGB from a single app

Eliminate Bloatware

If you have RGB devices from many different manufacturers, you will likely have many different programs installed to control all of your devices. These programs do not sync with each other, and they all compete for your system resources. OpenRGB aims to replace every single piece of proprietary RGB software with one lightweight app.

OpenRGB is open source software

Contribute your RGB devices

Open Source

OpenRGB is free and open source software under the GNU General Public License version 2. This means anyone is free to view and modify the code. If you know C++, you can add your own device with our flexible RGB hardware abstraction layer. Being open source means more devices are constantly being added!


Check out the source code on GitLab
OpenRGB is Cross-Platform

Control RGB on Windows, Linux, and MacOS

Cross-Platform

OpenRGB runs on Windows, Linux and MacOS. No longer is RGB control a Windows-exclusive feature! OpenRGB has been tested on X86, X86_64, ARM32, and ARM64 processors including ARM mini-PCs such as the Raspberry Pi.

Stm32cubeide 180 Download Link [2021] «PC Plus»

The most reliable way to find the specific legacy version (such as 1.7.0 or 1.9.0) is through the :

Ultimate Guide to STM32CubeIDE 1.8.0: Features, Installation, and Direct Download Resources

Alternatively, you can directly access the download link:

en.stm32cubeide_1.8.0_11526_20211123_1819_x86_64.exe stm32cubeide 180 download link

In STM32CubeIDE 1.8.0, go to Help → STM32Cube Firmware Package Manager . Even in this older version, you can download legacy firmware packages. Uncheck "Only show latest versions" and select the exact package version your project needs.

The IDE is available for Windows (64-bit), Linux, and macOS. Ensure you select the correct installer format (e.g., .exe for Windows, .deb or .rpm for Linux). Key Features of Version 1.8.0

STM32CubeIDE 1.8.0 relies on an internal bundled JRE. If you experience crashes related to Java, ensure your system environment variables (like JAVA_HOME ) are not overriding the local path dedicated to the IDE. The most reliable way to find the specific

However, a crucial note on version compatibility: Using an older IDE version like 1.8.0 might introduce compatibility issues with newer firmware packages or operating system updates (e.g., dependency issues on newer Linux kernels). It's generally best practice for a team to standardize on a single version to avoid the dreaded "it works on my machine" problem.

Download the Linux installer script ( .sh or specific package format). Open your terminal and navigate to your download folder. Grant execution permissions to the script: chmod +x stm32cubeide_1.18.0_amd64.sh Use code with caution. Run the installer with superuser privileges: sudo ./stm32cubeide_1.18.0_amd64.sh Use code with caution.

Go to the official ST STM32CubeIDE page and download the installer for your OS. The IDE is available for Windows (64-bit), Linux, and macOS

: HAL library API changes between versions Solution : Ensure all team members use the same IDE version and library versions. For version 1.8.0, verify your HAL/LL library versions match.

Version 1.8.0 includes improved thread-safe malloc solutions.

Once logged in, use these patterns (these are official ST CDN links – replace XXXX with your session token, or simply follow the archive path above):

You can download the installer directly from the official STMicroelectronics website. ST requires a free account login to access the download links.

GCC 10 became available through the Eclipse p2 update site. STM32CubeIDE 1.8.0 released - STMicroelectronics Community