Skip to content

Releases: Varionetzwerk/hwsonnet

HWSonnet 1.0.2

Choose a tag to compare

@Varionetzwerk Varionetzwerk released this 06 Jun 10:16

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.sh

HWSonnet 1.0.1

Choose a tag to compare

@Varionetzwerk Varionetzwerk released this 06 Jun 10:05

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.sh

HWSonnet v1.0.0 — Initial Release

Choose a tag to compare

@Varionetzwerk Varionetzwerk released this 26 May 18:23

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.sh

Requirements

  • Python 3.10+, PyQt6, psutil
  • Optional: lm_sensors, smartmontools, nvidia-utils