Crates.io | lhm-service |
lib.rs | lhm-service |
version | 0.2.0 |
created_at | 2025-05-12 05:34:10.676295+00 |
updated_at | 2025-05-16 08:15:57.11008+00 |
description | Windows service for running LHM and allowing clients to connect to it without requiring admin rights |
homepage | |
repository | https://github.com/jacobtread/lhm-service |
max_upload_size | |
id | 1670035 |
size | 22,609 |
This is a windows service that exposes a named pipe to allow user-land consumers to request the hardware information from the service using Libre Hardware Monitor internally.
Can be used to determine CPU and GPU temperatures in user-land without requiring your app be launched as admin (Installing the service still requires admin rights)
Requires .NET SDK 8.0 to build, you can install this through winget using:
winget install Microsoft.DotNet.SDK.8