https://github.com/imshawan/sysinfomonitor
A simple System Information Monitor software with modern UI
https://github.com/imshawan/sysinfomonitor
csharp openhardwaremonitor sysinfo system system-diagnostic system-information systeminformation windows windows-10 windows-desktop-app
Last synced: 9 months ago
JSON representation
A simple System Information Monitor software with modern UI
- Host: GitHub
- URL: https://github.com/imshawan/sysinfomonitor
- Owner: imshawan
- License: gpl-3.0
- Created: 2021-06-30T19:10:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T05:32:59.000Z (over 4 years ago)
- Last Synced: 2025-07-31T23:04:38.820Z (10 months ago)
- Topics: csharp, openhardwaremonitor, sysinfo, system, system-diagnostic, system-information, systeminformation, windows, windows-10, windows-desktop-app
- Language: C#
- Homepage:
- Size: 2.25 MB
- Stars: 26
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/imshawan/SYSInfoMonitor)
[](https://github.com/imshawan/SYSInfoMonitor/blob/main/LICENSE)

# SYSInfoMonitor
**SYSInfoMonitor** is an open-source System Information Monitor with modern user interface that can be used to monitor hardware and software information of a PC. This software can monitor the temperature sensors, clock speeds, load, graphics, memory, printers, baseboard and more of your computer.
## Getting System Information out using the software?
The SYSInfoMonitor can read information from devices such as:
- Motherboards
- Processor Informations
- All graphics cards available
- Audio devices
- Printers available
- BIOS information
- HDD, SSD and NVMe or any storage drives
- Network Interface cards
> **Note:** You can also save the displayed information to a text or csv file.
## Core Contents of the software
| Name | .NET Description |
| ------------- | ------------------------------ |
| **SYSInfoMonitor:** The main Windows Forms based application that presents all data in a graphical interface | **.NET Framework 4.5** |
| **SYSInfoMonitorLib:** The Library which contains all features required in the main application | **.NET Framework 4.5** |
### External Frameworks and Library used for designing and extracting information:
| Framework | Uses |
| ------------- | ------------------------------ |
| **Bunifu Winforms 1.4** | For making the Windows Forms based application more attractive. |
| **OpenHardwareMonitorLib** | For extracting CPU and it's Core thermal data |
## Using the software
- Download the ready to use latest builds
If you're signed in to GitHub, you can also download all the latest builds and binaries here.
-
Compiling the application locally on your computer
- Clone the git repository of SYSInfoMonitor
https://github.com/imshawan/SYSInfoMonitor.git
- Add the C# reference the libraries in your local computer
- Now you're ready to compile.
> **Note** You need to have Bunifu Framework libraries and OpenHardwareMonitorLib.dll present in your computer to compile the app locally.
## System Requirements
.NET Framework 4.5
## Important links
- [EULA](https://github.com/imshawan/SYSInfoMonitor/blob/main/docs/EULA.md)
- [LICENSE.md](https://github.com/imshawan/SYSInfoMonitor/blob/main/docs/gpl-3.0-LICENSE.md)
- [Known Errors](https://github.com/imshawan/SYSInfoMonitor/blob/main/docs/ERRORS.md)