Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@savvy773 savvy773 released this 26 May 12:53

AI Usage Dashboard v1.0.0

Monitor Claude, Codex, and Gemini CLI usage in one local dashboard.
Runs entirely on your machine — no cloud, no telemetry, no API keys.

Features

  • Multi-provider collection — runs /usage, /status, /model\ via
    ode-pty\ virtual terminals
  • Smart retry — up to 5 attempts per provider with phase diagnostics and slash-command recovery
  • Weekly Pace card — actual usage bar vs. 20 % minimum threshold marker
  • Reset countdown — live per-provider countdown to next usage reset
  • Live server logs — SSE-based real-time panel streaming directly to the browser
  • Dual cache — server-side JSON history (10-min buckets) + browser \localStorage\ fallback

Quick Start

\\powershell
irm https://raw.githubusercontent.com/savvy773/ai_usage/main/scripts/install.ps1 | iex
\\

Or manually:

\\powershell
git clone https://github.com/savvy773/ai_usage.git
cd ai_usage
pnpm install
.\scripts\start-server.ps1 -Open
\\

Requirements

  • Windows (PowerShell)
  • Node.js + pnpm
  • Claude CLI, Codex CLI, and/or Gemini CLI installed

Docs