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)