AI Already Did ItSystem & UtilitiesHardware & SensorsHardware Monitoring

GPU-L

GPU-Z for Linux: a GTK desktop app showing everything about your NVIDIA, AMD or Intel graphics card and monitoring its sensors in real time.

LicenseMIT
Generated byAnthropic Claude Fable 5.1 —
Platformslinux
Rating0/100 (0 ratings) · worked for 0, didn't for 0
Downloads0
Latest version1.0.0 (2026-09-16)
UploaderAdministrator
Estimated generation cost375,000 tokens (≈ $2.25) — saved so far: 0 tokens

Screenshots

GPU-L screenshot

GPU-L screenshot

GPU-L screenshot

GPU-L screenshot

GPU-L screenshot

Description

It reproduces the familiar four-tab layout:

How it works

Hardware access is done directly from Python via ctypes:

Source Used for
NVML (libnvidia-ml.so) NVIDIA name, VBIOS, CUDA cores, clocks, P-states, power/thermal limits, fans, loads, PCIe throughput, throttle reasons
amdgpu sysfs / hwmon / DRM_IOCTL_AMDGPU_INFO AMD device info, DPM tables, sensors, gpu_metrics, firmware, unprivileged VBIOS dump
i915 / xe sysfs Intel frequencies, power, temperature, VRAM
Vulkan, OpenCL, CUDA, EGL/OpenGL API versions, drivers, extensions, memory heaps, limits
sysfs PCI + pci.ids IDs, board partner, PCIe link, BARs / Resizable BAR
Built-in spec database ~360 NVIDIA, AMD and Intel products: process node, die size, transistors, release date, reference clocks

Clock and bandwidth conventions match GPU-Z exactly – a 21 Gbps GDDR6X RTX 4090 shows 1313 MHz memory and 1008 GB/s.

Also included

Everything – research, architecture, hardware backends, the spec database, the GTK UI, packaging and tests – was produced by Claude in a single session and verified live on an RTX 4090, an RTX 5060 Ti and a Ryzen 9950X3D integrated GPU.

Downloads

Original prompt(s)

Prompt 1

Create GPU-Z application equivalent for Linux.

- Do serious research before implementing any code, here is the link that may help (If you cant reach them, use chrome, I installed Claude extension already):
    - https://www.techpowerup.com/gpuz/
    - https://www.techpowerup.com/download/techpowerup-gpu-z/
    - https://en.wikipedia.org/wiki/GPU-Z
    - https://www.guru3d.com/download/gpu-z-download-techpowerup/

- It should be desktop application of course

- Do your best, good luck.

Tags: amd, gpu, gpu-z, hardware-monitoring, nvidia, overclocking, sensors, system-information, temperature, vulkan

Open in AI Already Did It