Back to browse
GitHub Repository

Real-time PC power consumption monitor - see watts per app & per component, track your carbon footprint & electricity cost.

105 starsRust

WattSeal – PC power consumption monitor

by Daminoup·Mar 18, 2026·4 points·0 comments

AI Analysis

●●●BangerBig BrainNiche Gem

Per-app wattage attribution using RAPL and GPU counters when other monitors only show component totals.

Strengths
  • Novel approach distributing total system power across individual processes
  • Hardware validation against Shelly Plug Gen3 smart plug for accuracy
  • Local SQLite storage keeps all power data private on your machine
Weaknesses
  • Per-process attribution is inherently approximate since hardware exposes component-level telemetry only
  • Early project with 10 GitHub stars may lack polish for production monitoring
Target Audience

Developers and system administrators monitoring energy usage

Similar To

HWiNFO · Open Hardware Monitor · PowerTOP

Post Description

We built WattSeal, an open-source tool that estimates per-application power consumption on PCs.

Most monitoring tools expose CPU or GPU usage per process, but not energy usage in watts. We wanted to see where the actual power goes.

WattSeal measures total system power and combines it with system telemetry to estimate how much energy each process is responsible for. It gathers metrics from CPU, GPU, RAM, disk, network and distributes total power across running processes.

The backend is written in Rust and runs as a lightweight background process that records measurements in a SQLite database. The UI is built using the iced Rust GUI library. One of the trickiest parts is attributing total system power to processes when most hardware only exposes component-level telemetry (e.g. CPU package power via RAPL or GPU power counters).

The project is open source and currently supports Windows, Linux and macOS, with hardware from Intel, AMD and NVIDIA.

Download it here: https://wattseal.com

This is our first Rust project, feedback from people familiar with system telemetry or energy monitoring would be very welcome.

Similar Projects

OtherMid

The Yatima Scale – Measuring civilizations by depth, not energy

The site sells the idea through strong typography, a dramatic hero and a clear equation (ηY = I_exploited / I_Bekenstein), which gives the essay an immediate intellectual hook. Clever framing — flipping Kardashev from 'how much energy' to 'how deeply you manipulate reality' — but most of the argumentative work is literature review (Barrow, Sagan, Smart). It's thoughtful writing dressed in a beautiful one-pager, not a new research tool; interactive calculators or empirical examples would push this past being just a persuasive blog post.

Eye CandyBig Brain
gillesturpin
113mo ago