Skip to content

Dev HUD v0.1.0

Latest

Choose a tag to compare

@soldforaloss soldforaloss released this 22 Jul 20:10

First release of Dev HUD — an always-on desktop HUD for your AI dev stack. One glass widget, pinned to your desktop.

Cards

  • Claude — live 5h / weekly rate-limit rings from the OAuth usage API, token + cost burn today, active block countdown, 24h burn sparkline, per-model split, and live session list
  • Codex — 5h / weekly usage rings with reset countdowns and on-pace/over-pace projection, parsed from Codex session logs
  • OpenClaw — gateway health, latency, uptime, memory/CPU, one-click Control UI
  • Repos — auto-discovered from your gh CLI account: CI status, open PRs, real issue counts, stars, latest release
  • System — CPU, RAM, commit charge, network throughput, LAN/WAN IPs
  • Tailscale — connection state, tailnet IP, MagicDNS hostname, peers online
  • Docker — container list with status and ports
  • Plus hardware utilities: GPU, disks, thermals, battery, ports, WSL, Ollama, winget updates, and user-defined custom cards

Highlights

  • Free-placement card canvas (36-column grid units, exact collision, drag anywhere)
  • Alert engine with dwell, hysteresis, cooldown, and quiet hours
  • Privacy mode with secret masking (covers visible text, aria-label, and title)
  • Pinned-to-desktop window: always-on-bottom, transparent, position persisted
  • 220 unit/component tests passing

Install

Download and run the NSIS installer (dev-hud_0.1.0_x64-setup.exe) below. Windows only.

Or build from source:

npm install
npm run tauri build