{"id":30663301,"url":"https://github.com/leventdemirkaya/hardwaremonitorapp","last_synced_at":"2026-05-17T02:34:21.294Z","repository":{"id":309932190,"uuid":"1038072251","full_name":"leventDemirkaya/HardwareMonitorApp","owner":"leventDemirkaya","description":"This project is a C# WinForms application that uses the LibreHardwareMonitor library to monitor CPU, GPU, memory, storage, and other hardware sensor data in real-time, providing a user-friendly interface for visualization.","archived":false,"fork":false,"pushed_at":"2025-08-14T15:42:06.000Z","size":5830,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T17:31:19.600Z","etag":null,"topics":["cpu","csharp","gpu","hardware-monitor","librehardwaremonitor","memory","sensors","storage","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leventDemirkaya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-14T15:17:09.000Z","updated_at":"2025-08-14T15:44:42.000Z","dependencies_parsed_at":"2025-08-14T17:41:28.704Z","dependency_job_id":null,"html_url":"https://github.com/leventDemirkaya/HardwareMonitorApp","commit_stats":null,"previous_names":["leventdemirkaya/hardwaremonitorapp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/leventDemirkaya/HardwareMonitorApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leventDemirkaya%2FHardwareMonitorApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leventDemirkaya%2FHardwareMonitorApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leventDemirkaya%2FHardwareMonitorApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leventDemirkaya%2FHardwareMonitorApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leventDemirkaya","download_url":"https://codeload.github.com/leventDemirkaya/HardwareMonitorApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leventDemirkaya%2FHardwareMonitorApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273010994,"owners_count":25030369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpu","csharp","gpu","hardware-monitor","librehardwaremonitor","memory","sensors","storage","winforms"],"created_at":"2025-08-31T17:04:48.686Z","updated_at":"2025-10-25T00:07:32.980Z","avatar_url":"https://github.com/leventDemirkaya.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🖥️ Hardware Monitor WinForms\n\n![.NET](https://img.shields.io/badge/.NET-6.0-blue)\n![License: MIT](https://img.shields.io/badge/License-MIT-green)\n\n\u003e ✨ **Description:**  \n\u003e This project is a **C# WinForms application** designed for real-time monitoring and displaying of computer hardware sensor data. It leverages the **LibreHardwareMonitor** library to provide insights into your CPU, GPU, memory, storage, and other system components.\n\n## 📑 Table of Contents  \n- [📜 About the Project](#about-the-project)  \n- [⚡ Features](#features)  \n- [⚙️ Installation and Usage](#installation-and-usage)  \n- [🛠 Technologies](#technologies)  \n- [🤝 Contributing](#contributing)  \n- [📄 License](#license)  \n- [📬 Contact](#contact)  \n\n\u003ca id=\"about-the-project\"\u003e\u003c/a\u003e\n## 📜 About the Project  \nThis application provides a user-friendly interface to monitor various hardware sensors on your Windows machine. It's built with C# and WinForms, making it a lightweight and efficient tool for keeping an eye on your system's health and performance metrics like temperatures, fan speeds, voltages, and loads.\n\n\u003ca id=\"features\"\u003e\u003c/a\u003e\n## ⚡ Features  \n- ✅ Real-time monitoring of CPU, GPU, Memory, Storage, Motherboard, Controller, and Network sensors.  \n- ✅ Displays sensor data including hardware name, sensor name, type, value, and unit.  \n- ✅ Filtering options for specific sensor types (e.g., Temperature, Fan Speed).  \n- ✅ User-friendly Windows Forms interface.  \n- ✅ Efficient data updates with UI thread safety.  \n\n\u003ca id=\"installation-and-usage\"\u003e\u003c/a\u003e\n## ⚙️ Installation and Usage  \n1.  📥 **Clone the repository:**  \n    ```bash\n    git clone https://github.com/leventDemirkaya/HardwareMonitorApp.git\n    cd HardwareMonitorApp\n    ```\n\n2.  💻 **Open and Run the Project:**  \n    Open the solution (`.sln` file) in Visual Studio (2019 or newer recommended) or use the .NET CLI:\n    ```bash\n    dotnet build\n    dotnet run\n    ```\n    *(Ensure you have .NET 6.0 SDK installed.)*\n\n3.  ▶️ **Start Monitoring:**  \n    Once the application launches, it will automatically start displaying sensor data. You can use the menu options to filter data by sensor type (e.g., Temperatures, Fan Speeds, or All Sensors).\n\n\u003ca id=\"technologies\"\u003e\u003c/a\u003e\n## 🛠 Technologies  \n- 💻 C#  \n- 🖥 .NET 6.0  \n- 🎨 Windows Forms  \n- 📊 [LibreHardwareMonitorLib](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) (for hardware data access)  \n\n\u003ca id=\"contributing\"\u003e\u003c/a\u003e\n## 🤝 Contributing  \nContributions are highly welcome!  \n- 🐞 For bug reports, please use the [Issues](https://github.com/leventDemirkaya/HardwareMonitorApp/issues) tab.  \n- 🚀 For feature suggestions or improvements, feel free to open a [Pull Request](https://github.com/leventDemirkaya/HardwareMonitorApp/pulls).  \n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n## 📄 License  \nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n\u003ca id=\"contact\"\u003e\u003c/a\u003e\n## 📬 Contact  \n📧 leventdemirkaya@outlook.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleventdemirkaya%2Fhardwaremonitorapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleventdemirkaya%2Fhardwaremonitorapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleventdemirkaya%2Fhardwaremonitorapp/lists"}