
HardwareMon
Hardware monitoring and analytics for Windows and Linux
Details
- Target Audience
- DevelopersHobbyistsIT Technicians
- Pricing
- Free
- Alternative To
- HHWInfo
Open Hardware Monitor
Discovery signals
How AI and people discover HardwareMon on PeerPush
About HardwareMon
# HardwareMon HardwareMon is a modern, cross-platform system monitoring application for Windows, Linux, macOS (Apple Silicon), and Android. The desktop application uses Flutter with a FastAPI backend to provide real-time hardware monitoring, historical analytics, process management, and benchmarking. The Android version is a native Kotlin and Jetpack Compose application that monitors the device locally. All monitoring data is processed on your device. HardwareMon does not upload telemetry or benchmark results. ## Features * Real-time CPU, GPU, memory, disk, and network monitoring * Historical performance analytics * Process monitoring and management * Local benchmark mode * Gaming session detection and statistics * Modern Flutter desktop interface * Native Android application * Local SQLite storage * Offline operation * Native package distribution for multiple platforms ## Supported Platforms * Windows (Installer and WinGet) * Ubuntu and Debian (APT) * Fedora (DNF) * macOS (Apple Silicon) * Android * Flatpak (Experimental) ## Installation ### Windows ```powershell winget install LouisHinchliffe.HardwareMon ``` Or download the latest installer from the GitHub Releases page. ### Ubuntu / Debian Add the HardwareMon APT repository, update your package lists, and install: ```bash sudo apt update sudo apt install hardwaremon ``` ### Fedora ```bash sudo dnf install hardwaremon ``` ### macOS Download the latest DMG from GitHub Releases. ### Android Download the latest signed APK from GitHub Releases and install it on your device. ## Updating ### Windows ```powershell winget upgrade LouisHinchliffe.HardwareMon ``` ### Ubuntu / Debian ```bash sudo apt update sudo apt upgrade hardwaremon ``` ### Fedora ```bash sudo dnf upgrade hardwaremon ``` ## Architecture HardwareMon consists of three main components: * Flutter desktop application * FastAPI backend for telemetry collection * Native Android application built with Kotlin and Jetpack Compose Telemetry is collected locally and stored in SQLite where supported. ## Development Clone the repository: ```bash git clone https://github.com/louisboii747/HardwareMon.git cd HardwareMon ``` Run the desktop application: ```bash cd hardwaremon_app flutter pub get flutter run ``` Run the backend: ```bash cd backend_fastapi uvicorn main:app --reload ``` ## Roadmap Planned improvements include: * Plugin support * Custom dashboards * System tray integration * Additional macOS functionality * Expanded Android features ## Contributing Contributions, bug reports, feature requests, and pull requests are welcome. ## Links GitHub Repository: https://github.com/louisboii747/HardwareMon Releases: https://github.com/louisboii747/HardwareMon/releases Website: https://hardwaremon-site.pages.dev/ Privacy Policy: PRIVACY.md
Screenshots
Reviews (0)
No reviews yet. Be the first to rate this product!










Comments (0)
No comments yet. Be the first to share your thoughts!