https://github.com/ornicar/openrgbhardwaresyncplugin
https://github.com/ornicar/openrgbhardwaresyncplugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ornicar/openrgbhardwaresyncplugin
- Owner: ornicar
- License: gpl-2.0
- Created: 2025-03-15T10:16:18.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-15T10:16:29.000Z (3 months ago)
- Last Synced: 2025-04-25T15:00:05.407Z (about 2 months ago)
- Language: C++
- Size: 866 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hardware Sync
[](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/commits/master)
## What is this?
This is a plugin for [OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB) that allows you sync your ARGB devices with hardware measures (CPU temperature, RAM usage, fans speed, etc...)
## Experimental (Master)
* [Windows 64](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/jobs/artifacts/master/download?job=Windows%2064)
* [Linux 64 Buster](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/jobs/artifacts/master/download?job=Linux%2064%20-%20Buster)
* [Linux 64 Bullseye](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/jobs/artifacts/master/download?job=Linux%2064%20-%20Bullseye)
* [Linux 64 Bookworm](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/jobs/artifacts/master/download?job=Linux%2064%20-%20Bookworm)## Stable (0.9)
* [Linux 64](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/jobs/4632318375/artifacts/download)
* [Windows 64](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/jobs/4632318376/artifacts/download)You can get older releases [here](https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/releases/)
## How do I install it?
* Download and extract the correct files depending on your system
* Launch OpenRGB
* From the Settings -> Plugins menu, click the "Install plugin" button### Windows
Download and place [lhwm-wrapper.dll](https://gitlab.com/OpenRGBDevelopers/lhwm-wrapper/-/jobs/artifacts/master/download?job=main_build) in the directory of `OpenRGB.exe`.
Notice: some of the hardware measures may require that you run OpenRGB as admin.
### Linux
Dependencies
- `lm-sensors`
- `libgtop2`
- `libglib2`## How do I use it?
Here is a link to find the documentation you need.
[HardwareSync Help](https://gitlab.com/OpenRGBDevelopers/OpenRGB-Wiki/-/blob/stable/Plugins/HardwareSync/HardwareSync.md)