AI Usage is a macOS Raycast extension that brings Claude Code and ChatGPT Codex subscription usage into a single searchable view and menu-bar display. It shows usage percentages, reset countdowns, allowance windows, and cached results, with controls for refresh frequency and consumed-versus-remaining presentation.
The extension integrates with the local Codex app server and Claude credentials while keeping authentication data on the user’s machine. For more reliable Claude tracking, I built a transparent status-line proxy that captures official rate-limit data, preserves the user’s existing configuration, and safely restores it when tracking is disabled.
Because many similar extensions exist, I decided not to publish it to the Raycast Extensions Store. Instead, I hope to rebuild this as a standalone app with Swift for distribution in the future. If you’d like to run the extension locally in the meantime, you can find more info on my GitHub:
yansslo/ai-usage