|
| 1 | +# Open hardware monitor |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +Open hardware monitor - is free software that can monitor the temperature sensors, fan speeds, voltages, load and clock speeds of your computer. |
| 7 | + |
| 8 | +This application is based on the "original" [openhardwaremonitor](https://github.com/openhardwaremonitor/openhardwaremonitor) project. |
| 9 | + |
| 10 | +## Features |
| 11 | + |
| 12 | +### What can it do? |
| 13 | + |
| 14 | +You can see information about devices such as: |
| 15 | + - Motherboards |
| 16 | + - Intel and AMD processors |
| 17 | + - RAM |
| 18 | + - NVIDIA and AMD graphics cards |
| 19 | + - HDD, SSD and NVMe hard drives |
| 20 | + - Network cards |
| 21 | + - Power suppliers |
| 22 | + - Laptop batteries |
| 23 | + |
| 24 | +Supports `Portable` mode for storing temporary driver file and settings configuration next to the executable file. |
| 25 | +Supports `Light`/`Dark` themes with auto switching mode. |
| 26 | +Supports (manual only) checking for updated versions. |
| 27 | + |
| 28 | +Some sensors are only available when running the application as administrator. |
| 29 | + |
| 30 | +# Download |
| 31 | + |
| 32 | +**The recommended way to get the program is BUILD from source** |
| 33 | +- Install git, Visual Studio |
| 34 | +- `git clone https://github.com/sergiye/openhardwaremonitor.git` |
| 35 | +- build |
| 36 | + |
| 37 | +**or download build from [releases](https://github.com/sergiye/openhardwaremonitor/releases).** |
| 38 | + |
| 39 | +### Auto builds |
| 40 | +If you have a **GitHub** account, you can download nightly builds [here](https://github.com/sergiye/openhardwaremonitor/actions). |
| 41 | + |
| 42 | +## How can I help improve it? |
| 43 | +The OpenHardwareMonitor team welcomes feedback and contributions!<br/> |
| 44 | +You can check if it works properly on your motherboard. For many manufacturers, the way of reading data differs a bit, so if you notice any inaccuracies, please send us a pull request. If you have any suggestions or improvements, don't hesitate to create an issue. |
| 45 | + |
| 46 | +## License |
| 47 | + |
| 48 | +OpenHardwareMonitor is free and open source software licensed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). You can use it for personal and commercial purposes. |
| 49 | + |
| 50 | +Copyright © 2022 Sergiy Egoshyn |
0 commit comments