lhm-service

Crates.iolhm-service
lib.rslhm-service
version0.2.0
created_at2025-05-12 05:34:10.676295+00
updated_at2025-05-16 08:15:57.11008+00
descriptionWindows service for running LHM and allowing clients to connect to it without requiring admin rights
homepage
repositoryhttps://github.com/jacobtread/lhm-service
max_upload_size
id1670035
size22,609
Jacob (jacobtread)

documentation

README

LHM Service

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
Commit count: 56

cargo fmt