Releases: Varionetzwerk/hwsonnet
Releases · Varionetzwerk/hwsonnet
Release list
HWSonnet 1.0.2
HWSonnet 1.0.2
Changes
- See commit history for details
Installation
# AUR (Arch Linux)
yay -S hwsonnet
# Manual
git clone https://github.com/Varionetzwerk/hwsonnet
cd hwsonnet && ./install.shHWSonnet 1.0.1
HWSonnet 1.0.1
Changes
- See commit history for details
Installation
# AUR (Arch Linux)
yay -S hwsonnet
# Manual
git clone https://github.com/Varionetzwerk/hwsonnet
cd hwsonnet && ./install.shHWSonnet v1.0.0 — Initial Release
HWSonnet v1.0.0
Modern hardware information and monitoring tool for Linux — built with Python 3 + PyQt6
Features
- CPU — live per-core usage, frequency, temperature, cache info
- GPU — NVIDIA (nvidia-smi), AMD (/sys/class/drm), Intel support
- RAM — real-time usage, swap, type/speed via dmidecode
- Storage — SSD/HDD/NVMe detection, SMART status, live I/O speed
- Network — all interfaces, WiFi, live bandwidth charts
- Sensors — temperatures, fans, battery (lm_sensors/hwmon)
- System — OS, kernel, DE, BIOS, mainboard, package counts
What makes it special
- Smooth Catmull-Rom spline charts — no external chart library
- Circular gauge widgets with glow effects and tick marks
- Live 1.5s async refresh via QThread workers
- Collapsible sidebar, export to JSON/TXT/PDF
Installation
# Arch Linux (via yay)
yay -S hwsonnet
# Manual
git clone https://github.com/Varionetzwerk/hwsonnet
cd hwsonnet && ./install.shRequirements
- Python 3.10+, PyQt6, psutil
- Optional: lm_sensors, smartmontools, nvidia-utils