No description
Find a file
2024-08-17 01:23:50 -05:00
.github Create FUDING.yml for GitHub 2021-04-09 00:39:35 -05:00
.gitlab EVGA ACX30 Motherboard 2024-05-22 20:50:16 +00:00
.vscode Add recomended VSCode extensions 2022-10-23 17:58:36 -07:00
AutoStart Start updating file header comments to standardized new format 2024-05-03 00:05:12 -05:00
Controllers Added Asus ROG STRIX RTX4070Ti 12GB Gaming GPU 2024-08-17 10:29:13 +10:00
debian Update static shebangs to flexible /usr/bin/env 2024-06-21 07:07:53 +10:00
dependencies Fix unreferenced parameter warning in nvapi.cpp 2024-08-17 01:13:28 -05:00
dmiinfo Update more file header comments to standardized new format, move some locally owned files out of the dependencies folder 2024-05-08 11:53:07 -05:00
Documentation Update screenshot in README 2024-08-04 16:19:05 -05:00
fedora Update pipeline builds to include Fedora 40 2024-08-04 12:22:51 +10:00
hidapi_wrapper Properly fix how how hidapi and libusb dependencies are handled 2024-08-05 01:14:17 +00:00
i2c_smbus Fix unrecognized escape sequence and possible loss of data warnings in i2c_smbus_i801.cpp 2024-08-17 01:23:50 -05:00
i2c_tools Update even more file header comments to standardized new format 2024-05-03 11:52:02 -05:00
interop Update even more file header comments to standardized new format 2024-05-03 11:52:02 -05:00
KeyboardLayoutManager Update even more file header comments to standardized new format 2024-05-03 11:52:02 -05:00
mac Mac Update info product name 2024-05-16 13:24:19 +00:00
net_port Update even more file header comments to standardized new format 2024-05-03 11:52:02 -05:00
pci_ids Added Asus ROG STRIX RTX4070Ti 12GB Gaming GPU 2024-08-17 10:29:13 +10:00
qt Fix unreferenced local variable warning in OpenRGBNanoleafSettingsEntry.cpp 2024-08-17 01:02:54 -05:00
RGBController Fix possible loss of data warnings in RGBController.cpp 2024-08-16 23:54:14 -05:00
scripts Allow multiple operating systems to be specified in filename, i.e. _Windows_Linux.cpp 2024-08-09 00:16:52 -05:00
scsiapi Fix warnings in scsiapi_windows.c 2024-08-17 00:29:25 -05:00
serial_port Don't include _Linux files in MacOS build, add support for _MacOS files 2024-08-05 23:17:35 -05:00
super_io Update even more file header comments to standardized new format 2024-05-03 11:52:02 -05:00
wmi Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
.editorconfig Inital commit to .editorconfig file 2022-03-14 03:34:18 +00:00
.gitignore Added Controller for Epomaker TH80 Pro keyboard 2023-06-11 00:38:33 +00:00
.gitlab-ci.yml Remove unneeded argument for i386 build 2024-08-06 23:22:57 -05:00
cli.cpp Update more file header comments to standardized new format, move some locally owned files out of the dependencies folder 2024-05-08 11:53:07 -05:00
Colors.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
CONTRIBUTING.md Add notes discouraging merge requests with protected master branch as the source 2024-03-24 18:59:10 -05:00
Detector.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
DeviceDetector.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
filesystem.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
LICENSE Add LICENSE 2019-01-29 03:26:51 +00:00
LogManager.cpp Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
LogManager.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
main.cpp Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
NetworkClient.cpp Fix resizing zones over the network 2024-07-27 17:56:12 -05:00
NetworkClient.h Add a mutex around groups of send() calls in NetworkClient.cpp to fix corrupt packets due to race conditions. If two network RGBControllers try to send a packet with data at the same time, a race condition could cause data from another thread to send in between the header and data for the active thread, corrupting the data stream. 2024-07-27 16:23:54 -05:00
NetworkProtocol.cpp Fix warning related to sizeof() on const char array, the null terminator is not used here so reworked the array to explicitly be 4 elements 2024-07-07 19:29:54 -05:00
NetworkProtocol.h Fix warning related to sizeof() on const char array, the null terminator is not used here so reworked the array to explicitly be 4 elements 2024-07-07 19:29:54 -05:00
NetworkServer.cpp Fix possible loss of data warnings in NetworkServer.cpp 2024-08-17 00:24:18 -05:00
NetworkServer.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
OpenRGB.pro Add Linux support for NVIDIA Founders Edition GPU Illumination Control 2024-08-09 06:07:19 +00:00
OpenRGBPluginInterface.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
PluginManager.cpp Initial support for system-installed plugins in Linux 2024-08-06 18:22:17 -05:00
PluginManager.h Initial support for system-installed plugins in Linux 2024-08-06 18:22:17 -05:00
ProfileManager.cpp Fix possible loss of data warnings in ProfileManager.cpp 2024-08-16 23:48:37 -05:00
ProfileManager.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
README.md Add MacOS to the introduction 2024-08-04 16:22:04 -05:00
ResourceManager.cpp Fix warnings in ResourceManager.cpp 2024-08-17 00:15:17 -05:00
ResourceManager.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
SettingsManager.cpp Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
SettingsManager.h Update yet more file header comments to standardized new format 2024-05-03 21:56:32 -05:00
StringUtils.cpp Fix possible loss of data warning in StringUtils.cpp 2024-07-29 21:24:13 -05:00
StringUtils.h Move wstring to string conversion to StringUtils.cpp and update most HID get serial number functions to use it 2024-07-28 17:42:01 -05:00

Pipeline Status

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 Windows, Linux, and MacOS, without any nonsense? That is what OpenRGB sets out to achieve. One app to rule them all.

Features

  • Set colors and select effect modes for a wide variety of RGB hardware
  • Save and load profiles
  • Control lighting from third party software using the OpenRGB SDK
  • Command line interface
  • Connect multiple instances of OpenRGB to synchronize lighting across multiple PCs
  • Can operate standalone or in a client/headless server configuration
  • View device information
  • No official/manufacturer software required
  • Graphical view of device LEDs makes creating custom patterns easy

OpenRGB_Device_View

Website

Supported Devices

WARNING!

This project interacts directly with hardware using reverse engineered protocols. While we do our best to make sure we're sending the right data, there is always some risk in sending data to hardware when we don't understand exactly how that hardware works. There have been issues in the past with certain hardware getting damaged/bricked and we have either disabled or fixed the offending code. That said, with OpenRGB always changing and the landscape of RGB devices being of widely varying quality, we can't guarantee it won't happen again. By installing and using OpenRGB you accept this risk.

Download OpenRGB

  • Pre-built binaries are available for the following platforms:
    • Windows
    • Linux (AppImage, .deb, and .rpm)
    • MacOS
  • Released versions are available to download on OpenRGB.org or under Releases.
  • Experimental (aka Pipeline) versions are available to download on OpenRGB.org.
  • On Windows, you will need the Microsoft Visual 2019 C++ runtime installed. You can get it here.
  • An unofficial Flatpak release is available on Flathub
  • Released versions are officially packaged for various distributions including Alpine, Fedora, and Arch.
  • Arch users can also install from the AUR for both the release and pipeline versions.

Compile OpenRGB

Setup Device Access

  • After installing OpenRGB, please see the SMBus Access and USB Access pages for instructions on setting up access to your RGB devices.

Join Our Discord

Visit Our Lemmy Community

How-Tos and FAQs

Support OpenRGB

  • OpenRGB is a project I created to solve a problem I had with the RGB ecosystem. My goal isn't to make money off of this project. That said, people have requested to donate, and donations allow me to buy more RGB stuff to reverse engineer.
  • Donate via PayPal
  • Become a Patron (I'm not doing any Patreon-exclusive content, it's purely for donation)
  • Donate via Bitcoin: 1N83YPu7btXYadPS1neB9zX7X1QTdpyZQ

History of OpenRGB

  • OpenRGB is a continuation of OpenAuraSDK, which itself was created out of reverse engineering work done on the Keyboard Visualizer project. For a complete history of the RGB projects that led to OpenRGB's creation, see the History page.

Contributing

  • Want to contribute support for a new device? Check out the RGBController API page for documentation of how OpenRGB implements device control.
  • Want to create a new OpenRGB SDK client implementation? Check out the OpenRGB SDK Documentation page for documentation of how the OpenRGB SDK network protocol functions.
  • Please read the Contributing Guidelines before starting work on your new changes.

OpenRGB SDK

Applications Supporting OpenRGB SDK

OpenRGB Plugins

Projects Used

Projects Researched

While no code from these projects directly made its way into OpenRGB, these projects have been invaluable resources for protocol information.