Real-time Claude AI usage tracking delivered to your iPhone, iPad, Mac, Apple Watch, TV, and Vision Pro through Live Activities, widgets, and native apps.
All iPhone screenshots.
All iPad screenshots.
All macOS screenshots.
All tvOS screenshots.
All watchOS screenshots.
All visionOS screenshots.
Always-on usage display on your iPhone lock screen and Dynamic Island. Updates in real-time as you use Claude.
Lock screen and home screen widgets for iOS, iPadOS, and macOS. See your usage at a glance without opening the app.
Native apps for iPhone, iPad, Mac, Apple Watch, Apple TV, and Vision Pro. Your usage data follows you everywhere.
Lightweight client reads your local Claude data and pushes updates to all your devices via APNS. No scraping, no API keys.
Full setup guide: https://modelusage.app/setup
On macOS or Linux, run the one-command installer from the machine that has your Claude/Codex local files. It saves the script to ~/.modelusage-client and prompts to install a background service.
curl https://modelusage.app/install | bash
The setup prints a short Pair Code (recommended) plus a fallback full URL.
# Example output: Pair Code: J7KD-3QNP Fallback URL: https://modelusage.app/u/.../r/...
Open Model Usage on iPhone, iPad, Mac, Apple TV, Apple Watch, or Vision Pro. Enter Pair Code in the app setup field.
# App field accepts: J7KD-3QNP # or fallback URL https://modelusage.app/u/.../r/...
Install as a background service, mint one-time Pair Codes, or generate a reusable App Review code.
~/.modelusage-client/claude-usage-client.sh --install ~/.modelusage-client/claude-usage-client.sh --pair-code tail -f ~/.claude_usage_tracker/client.log
~/.modelusage-client/claude-usage-client.sh --uninstall
rm -rf ~/.claude_usage_tracker rm -rf ~/.modelusage-client
On the Windows machine with your local usage files, run the one-command PowerShell installer. It saves the script to %USERPROFILE%\\.modelusage-client and prompts to install a scheduled task.
iwr -useb https://modelusage.app/install.ps1 | iex
The script prints a short Pair Code plus fallback URL.
# Example output: Pair Code: J7KD-3QNP Fallback URL: https://modelusage.app/u/.../r/...
Open Model Usage on your Apple device and enter the Pair Code.
# App field accepts: J7KD-3QNP # or fallback URL https://modelusage.app/u/.../r/...
Install as scheduled task and generate Pair Codes or reusable App Review codes when needed.
powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.modelusage-client\claude-usage-client.ps1" -Install powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.modelusage-client\claude-usage-client.ps1" -PairCode powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.modelusage-client\claude-usage-client.ps1" -ReviewCode Get-Content -Wait ~\.claude_usage_tracker\client.log
powershell -ExecutionPolicy Bypass -File "$env:USERPROFILE\.modelusage-client\claude-usage-client.ps1" -Uninstall
Remove-Item -Recurse -Force ~\.claude_usage_tracker Remove-Item -Recurse -Force ~\.modelusage-client