Real-Time Desktop Overlay for Monitoring Claude Code Usage Limits

✍️ OpenClawRadar📅 Published: February 13, 2026🔗 Source
Real-Time Desktop Overlay for Monitoring Claude Code Usage Limits
Ad

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.
Ad

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

Ad

👀 See Also

SecureContext: An MCP Plugin for Persistent Memory and Token Reduction in Claude Code
Tools

SecureContext: An MCP Plugin for Persistent Memory and Token Reduction in Claude Code

SecureContext is an open-source MCP plugin that provides MemGPT-style persistence across Claude Code sessions, reduces input tokens by ~87% through targeted context recall, and isolates credentials via a security sandbox.

OpenClawRadar
cowork-session-sync v1.0.0 provides session continuity for Claude Cowork
Tools

cowork-session-sync v1.0.0 provides session continuity for Claude Cowork

cowork-session-sync v1.0.0 is a tool that maintains session continuity for Claude Cowork by archiving raw transcripts, distilling them to Markdown, and enabling one-phrase bootstrap with 'catchup-bunny' to restore full context.

OpenClawRadar
tmux-IDE: A Terminal-Based Multi-Agent IDE for Claude
Tools

tmux-IDE: A Terminal-Based Multi-Agent IDE for Claude

tmux-IDE is an open-source, declarative terminal IDE focused on agentic engineering that creates multi-agent layouts for Claude coding agents. It allows developers to boot into their IDE through SSH, give prompts to Claude, and close their machine while Claude continues working in tmux sessions.

OpenClawRadar
MCP server connects AI agents to existing Chrome sessions with cookies and auth
Tools

MCP server connects AI agents to existing Chrome sessions with cookies and auth

@playwright-repl/mcp is an MCP server that connects AI agents to your existing Chrome browser via the Dramaturg extension, providing access to your real browser session including cookies and authentication. It supports full Playwright JavaScript, assertions, and works with Claude Desktop, Claude Code, Cursor, or any MCP client.

OpenClawRadar