🛠 Codenotch will show AI assistant limits and when they reset

A free open-source tool (MIT, by vinzdg) for macOS: an indicator at the edge of the screen shows the remaining limit of each AI assistant, time until reset, and session activity — Claude Code, Cursor, Codex, GLM, Grok, GitHub Copilot, and others. Version 1.6.0 from September 8, 2026 added a Windows port (Rust/Tauri 2).

🌍 Vendors do not have a public API for the remaining limit, so a layer of third-party utilities is growing around paid subscriptions for AI assistants: Codenotch reads the internal endpoints and local databases of the tools, and in case of failure, shows a status instead of a percentage.

👤 After building the app (make run on macOS, cargo build --release on Windows), you see the remaining limit and time until reset, receive alerts at 80% and 100%, and place the indicator at any edge.

Source 1: https://github.com/vinzdg/codenotch

Source 2: https://github.com/vinzdg/codenotch/blob/main/windows/README.md