https://github.com/panayotovip/wireview-monitor.git
๐ง What is Wireview Monitor
Wireview Monitor is an unofficial Linux userspace driver for the WIREVIEW Pro II GPU power monitoring device.
It reads data from the hardware and exposes it in a simple and script-friendly way via files in
/run/wireview-monitor/.
โ ๏ธ This is not an official tool and is not affiliated with the device manufacturer.
Use it at your own risk.
๐ Why it exists
The goal of this project is to make GPU power monitoring data:
- Easily accessible from Linux
- Usable by scripts, tools, or custom UIs
- Independent from vendor software
๐ง Features
- Reads real-time power, voltage, current and temperature data
- Runs as a daemon
- Exposes metrics via files in
/run - Includes a CLI / UI client
- Clean and minimal design
๐ฆ Installation
git clone https://github.com/panayotovip/wireview-monitor.git
cd wireview-monitor
# Build release binaries
make release
# Install binaries, systemd service and udev rules
sudo make install
๐งช Requirements
Linux with systemd
Rust toolchain for building
WIREVIEW Pro II device
Top comments (0)