You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open hardware monitor - is free software that can monitor the temperature sensors, fan speeds, voltages, load and clock speeds of your computer.
10
4
11
5
This application is based on the "original" [openhardwaremonitor](https://github.com/openhardwaremonitor/openhardwaremonitor) project.
12
6
13
-
# This is a legacy and outdated version, for the latest features check the [current repo](https://github.com/newopenhardwaremonitor/openhardwaremonitor)
7
+
# Looking for new features?
8
+
## This is a legacy version — check out the updated [OpenHardwareMonitor](https://github.com/hardwaremonitor/openhardwaremonitor) with more features and better support
14
9
15
10
16
11
## Features
@@ -33,25 +28,25 @@ You can see information about devices such as:
33
28
-`Hide/Unhide` sensors to remove some data from UI and web server.
34
29
- Multiple `Tray icons` and `Gadget` for selected sensor values.
35
30
-`Light`/`Dark` themes with auto switching mode.
36
-
- Custom `color-themes` from external files - You can find examples [here](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/tree/dev/OpenHardwareMonitor/Resources/themes)
31
+
- Custom `color-themes` from external files - You can find examples [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/master/OpenHardwareMonitor/Resources/themes)
37
32
-`Portable` mode for storing temporary driver file and settings configuration next to the executable file.
38
33
-`Updated versions check` - manually from main menu.
39
34
40
35
Note: Some sensors are only available when running the application as administrator.
The published version can be obtained from [releases](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/releases).
43
+
The published version can be obtained from [releases](https://github.com/HardwareMonitor/openhardwaremonitor/releases).
49
44
50
45
51
46
## Developer information
52
47
**Integrate the library in own application**
53
48
1. Add the [OpenHardwareMonitorLib](https://www.nuget.org/packages/OpenHardwareMonitorLib/) NuGet package to your application.
54
-
2. Use the sample code below or the test console application from [here](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/tree/dev/LibTest)
49
+
2. Use the sample code below or the test console application from [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/master/LibTest)
0 commit comments