Releases: cragr/ClaudeCodeMonitor
Releases · cragr/ClaudeCodeMonitor
Claude Code Monitor v0.7.2
See the assets to download this version and install.
v0.7.1
What's New
UI Improvements
- Renamed sidebar group "Claude Cache (Local)" to "User Config Folder"
- Renamed "Session Stats" to "Session History"
- Replaced Smoke Test setup guide with documentation links
- Added Quickstart Guide link
- Added Troubleshooting link
Bug Fixes
- Fixed external links not opening in browser (now uses Tauri opener plugin)
Downloads
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | Claude.Code.Monitor_0.7.1_aarch64.dmg |
| macOS (Intel) | Claude.Code.Monitor_0.7.1_x64.dmg |
| Windows | Claude.Code.Monitor_0.7.1_x64-setup.exe |
| Linux (Debian/Ubuntu) | Claude.Code.Monitor_0.7.1_amd64.deb |
v0.7.0
What's New
Improved Stats Cache View
- Renamed "Lifetime Stats" to "Stats Cache" for clarity
- Added user-friendly error state when
~/.claude/stats-cache.jsonis missing- Clear explanation of why stats aren't available
- Suggestions for generating stats data
- Refresh button to retry loading
- Added info banner noting data covers approximately the last 30 days
Downloads
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | Claude.Code.Monitor_0.7.0_aarch64.dmg |
| macOS (Intel) | Claude.Code.Monitor_0.7.0_x64.dmg |
| Windows | Claude.Code.Monitor_0.7.0_x64-setup.exe |
| Linux (Debian/Ubuntu) | Claude.Code.Monitor_0.7.0_amd64.deb |
Claude Code Monitor v0.6.1
What's New
ARM64 Support
- Linux ARM64: Native AppImage for Raspberry Pi, ARM servers, and other ARM64 Linux devices
- Windows ARM64: Native installer for Surface Pro X, Snapdragon laptops, and other Windows ARM devices
macOS Auto-Updater
- Fixed auto-update support for macOS (both Apple Silicon and Intel)
Settings Improvements
- Added dedicated Version display in Settings
- Check Again button now appears after checking for updates (no need to close/reopen Settings)
Simplified Linux Packages
- Streamlined to AppImage-only for universal Linux compatibility (removed .deb and .rpm)
Downloads
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon | Claude.Code.Monitor_0.6.1_aarch64.dmg |
| macOS | Intel | Claude.Code.Monitor_0.6.1_x64.dmg |
| Windows | x64 | Claude.Code.Monitor_0.6.1_x64-setup.exe |
| Windows | ARM64 | Claude.Code.Monitor_0.6.1_arm64-setup.exe |
| Linux | x64 | Claude.Code.Monitor_0.6.1_amd64.AppImage |
| Linux | ARM64 | Claude.Code.Monitor_0.6.1_aarch64.AppImage |
Full Changelog
Claude Code Monitor v0.6.0
What's New
Cross-Platform Auto-Updater
The app now supports automatic updates on all platforms (macOS, Linux, Windows). When a new version is available, you'll be notified in Settings and can update with one click.
Container Autostart
The monitoring stack now automatically restarts after system reboot:
- macOS/Windows: Run
podman machine set --autostartto start the Podman machine on login - Linux: Enable the Podman socket with
systemctl --user enable podman.socket - Containers are configured with
restart: alwayspolicy
Documentation Improvements
- Added autostart setup instructions for all platforms
- Comprehensive environment variable configuration for macOS, Linux, and Windows
- Cleaned up project structure for Tauri 2
Upgrade Notes
If upgrading from v0.5.x:
- The app will prompt you to install the update automatically
- Run
podman compose down && podman compose up -dto pick up the new restart policy
Downloads
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | Claude.Code.Monitor_0.6.0_aarch64.dmg |
| macOS (Intel) | Claude.Code.Monitor_0.6.0_x64.dmg |
| Windows | Claude.Code.Monitor_0.6.0_x64-setup.exe |
| Linux (Debian/Ubuntu) | Claude.Code.Monitor_0.6.0_amd64.deb |
| Linux (Fedora/RHEL) | Claude.Code.Monitor-0.6.0-1.x86_64.rpm |
| Linux (Universal) | Claude.Code.Monitor_0.6.0_amd64.AppImage |
Full Changelog
Claude Code Monitor v0.5.14
See the assets to download this version and install.
v0.4.0-beta
What's New in v0.4.0-beta
New Sessions View
- Session-level cost analysis with detailed breakdowns
- Project correlation from ~/.claude/history.jsonl
- Cost by Project summary showing total spend per project
- Top Sessions cards: Highest Cost, Most Tokens, Longest Session
- Token breakdown by type (Input, Output, Cache Read, Cache Creation)
- Token breakdown by model
Session Details
- Full session metrics with project path display
- Donut charts for token distribution
- Efficiency metrics: cost/minute, tokens/minute
Full Changelog: v0.3.1-beta...v0.4.0-beta
v0.3.1-beta
What's New in 0.3.1-beta
Universal Binary Support
- Single DMG works on both Intel and Apple Silicon Macs
- No longer need separate downloads per architecture
Bug Fix
- Fixed "Past 1 month" time range returning empty values on Token Metrics and Summary pages
Installation
Download ClaudeCodeMonitor.dmg, open it, and drag the app to Applications.
v0.3.0-beta - Insights View & Pricing Providers
What's New in 0.3.0-beta
New Insights View
- Period comparison cards showing week-over-week and month-over-month changes for messages, sessions, and tokens
- Sparkline charts for daily activity trends
- Peak activity metrics: most active hour, longest session, current streak
Pricing Provider Support
- Configure cost calculations for Anthropic, AWS Bedrock, or Google Vertex AI
- Pricing provider selection in Settings → General
Additional Improvements
- Extended time range presets: Last 8 Hours, Last 2 Days
- UI refinements for charts and period selectors
Installation
Download ClaudeCodeMonitor.dmg, open it, and drag the app to Applications.
v0.2.1-beta - Bug Fixes
Bug Fixes
- Fixed chart interpolation: Tokens by Model now uses linear (straight lines) matching other charts
- Removed duplicate Connected status icon from toolbar
- Renamed Settings to Preferences in menu bar