Real-Time Desktop Overlay for Monitoring Claude Code Usage Limits

A new open-source tool allows developers to monitor Claude Code usage limits with a real-time desktop overlay. This widget, built to stay always-on-top, provides immediate visibility into your session and weekly usage without having to run the /usage command manually.
Key Details
- Session and Weekly Tracking: Displays current session usage within a 5-hour window, including reset times, and tracks weekly usage for all models as well as Sonnet-only usage.
- Alerts: The usage bars turn red and pulse when approaching limits, providing a clear visual alert to avoid hitting these limits during use.
- Customization: The widget is draggable, can be placed anywhere on the screen, and supports a cyberpunk light/dark mode toggle. It also features opacity controls via the system tray.
- Persistence and Refresh: Remembers its position between sessions and auto-refreshes every 5 minutes to provide up-to-date information.
- Technical Implementation: Utilizes Electron and node-pty to run the Claude Code’s /usage command within a pseudo-terminal, leveraging your existing authentication without needing an API key.
- Platform Support: Currently available for Windows 11, with opportunities for macOS and Linux contributions from the community.
Setup
Installation is straightforward: clone the repository, run npm install, and then npm start. Alternatively, Windows users can double-click the start.bat file. The tool is MIT licensed, ensuring it's free to use indefinitely.
📖 Read the full source: r/ClaudeAI
👀 See Also

Monitor Your Claude AI Usage with a New Linux Taskbar Widget
A new Linux taskbar widget helps users track their Claude AI subscription usage in real-time, with color-coded feedback and easy installation.

Pilot Protocol: A P2P Network Stack for AI Agents Built with Claude
A developer built Pilot Protocol, a pure user-space peer-to-peer virtual network stack in Go specifically for autonomous AI agents, enabling direct communication without centralized infrastructure. The protocol uses UDP multiplexing, NAT traversal, and end-to-end encryption, with benchmarks showing 89 MB/s local throughput and 2.1 MB/s cross-continent WAN throughput.

TUI Studio: Visual Terminal UI Design Tool in Alpha
TUI Studio is a Figma-like visual editor for designing terminal user interfaces with drag-and-drop components, real-time ANSI preview, and planned export to six frameworks including Ink, BubbleTea, and Textual. Currently in alpha with non-functional exports, it's available for macOS, Windows, and Docker.

PicoClaw Fails to Build F1 AI Agent, Burns $20 in API Credits
A developer attempted to build an F1 information bot using PicoClaw on a Raspberry Pi Zero 2W, but the tool defaulted to version 11, generated hallucinated Python code, and consumed $20 in DeepSeek API credits without producing a working solution.