#rights #service #lhm-service

app lhm-service

Windows service for running LHM and allowing clients to connect to it without requiring admin rights

2 unstable releases

Uses new Rust 2024

new 0.2.0 May 16, 2025
0.0.0 May 12, 2025

#245 in Concurrency

Download history 126/week @ 2025-05-07

126 downloads per month

MIT license

62KB
1.5K SLoC

Rust 884 SLoC // 0.1% comments C# 462 SLoC // 0.3% comments

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

Dependencies

~5–15MB
~165K SLoC