whatisgithub

What is deltat?

azmurtaza/deltat — explained in plain English

Analysis updated 2026-05-18

29C#Audience · generalComplexity · 2/5Setup · easy

In one sentence

A Windows tray app that diagnoses why your PC is running hot, naming the likely cause like dust, dried paste, or a failing fan instead of just showing a temperature number.

Mindmap

mindmap
  root((DeltaT))
    What it does
      Learns thermal baseline
      Ranks likely causes
      Corrects for weather
    Tech stack
      C#
      PawnIO driver
      Windows
    Use cases
      Diagnose overheating PC
      Catch failing fan early
      Avoid anti-cheat conflicts
    Audience
      PC enthusiasts
      Gamers
      Overclockers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Figure out whether high temperatures are caused by dust, aging paste, a bad fan, or a loose cooler mount

USE CASE 2

Monitor CPU, GPU, and drive temperatures without a driver that conflicts with anti-cheat protected games

USE CASE 3

Track a laptop's real CPU temperature through its own firmware channel without installing a kernel driver

USE CASE 4

Get an early warning that a fan is running slower than it normally does at the same load

What is it built with?

C#PawnIOWindows

How does it compare?

azmurtaza/deltatkryu2002/gothic-1-remake-releasetimgt86/yt-downloader-savetube
Stars292929
LanguageC#C#C#
Setup difficultyeasyhardeasy
Complexity2/51/51/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Needs time running under normal use to learn your machine's baseline before diagnoses become reliable, the optional PawnIO driver requires installer confirmation.

So what is it?

DeltaT is a Windows system tray application that watches your computer's CPU, GPU, and drive temperatures over time and learns what normal actually looks like for your specific machine. Most temperature monitoring tools just show you a number. This one tries to explain why that number is high, ranking possible causes like dried out thermal paste, dust buildup, a failing fan, a loose cooler mount, an overclock you applied yourself, or simply a hot room, and it shows its reasoning in plain language rather than a single confusing score. It works by comparing many signals rather than one raw temperature. Degraded paste behaves differently from dust, which behaves differently from a weak fan or a loose mount, so DeltaT looks at how quickly heat rises and falls, how hard the fans are working, and how much power the chip is actually drawing, then corrects for outside weather, fan speed, and wattage so none of those normal variations get mistaken for hardware failing. It also accounts for things like CPU boost settings, battery versus plugged in power limits, and hard frequency caps, since all of these change temperatures for reasons that have nothing to do with cooling problems. Reading chip temperatures normally requires a kernel level driver, and older tools including earlier versions of DeltaT used one called WinRing0, which is flagged by Windows Defender and blocked by many anti-cheat protected games. DeltaT has moved to a newer, signed driver called PawnIO that avoids those issues, so games launch normally while it runs. Declining the driver entirely is also an option, in which case DeltaT still reports fan, GPU, drive, and battery data, and real CPU temperature on supported laptops through the manufacturer's own firmware channel. Nothing measured leaves your machine, there is no account, telemetry, or cloud connection involved, aside from checking the local weather to correct its readings.

Copy-paste prompts

Prompt 1
Explain how DeltaT tells the difference between dust, degraded paste, and a failing fan using temperature data
Prompt 2
Walk me through installing DeltaT and choosing whether to install the PawnIO driver
Prompt 3
What does DeltaT's per aspect health matrix mean and how should I read a low AIRFLOW score
Prompt 4
Help me understand why my CPU boost setting could make DeltaT think my paste is degrading

Frequently asked questions

What is deltat?

A Windows tray app that diagnoses why your PC is running hot, naming the likely cause like dust, dried paste, or a failing fan instead of just showing a temperature number.

What language is deltat written in?

Mainly C#. The stack also includes C#, PawnIO, Windows.

How hard is deltat to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is deltat for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.