A focused desktop application for tracking and analyzing your Claude Code usage and costs.
Claudia Usage Dashboard is a lightweight desktop application that analyzes your existing Claude Code session logs and provides detailed usage analytics. Built with Tauri 2 for optimal performance, it reads from your ~/.claude/projects/ directory to display costs, token consumption, and usage patterns.
- Cost Tracking: Monitor your Claude API usage and costs in real-time
- Token Analytics: Detailed breakdown by model, project, and time period
- Multi-View Analysis: View usage by model, project, session, and timeline
- Time Range Filtering: Filter data by date ranges (7 days, 30 days, all time)
- Performance Optimized: Fast loading with background caching
- Model Comparison: Compare costs across different Claude models (Opus 4, Sonnet 4, etc.)
- Project Analytics: See which projects consume the most tokens and cost
- Daily Trends: Interactive charts showing usage patterns over time
- Cache Analytics: Track cache read/write token usage for optimization
- Session History: Detailed view of each coding session's metrics
- Claude Code CLI: Install from Claude's official site
- macOS: Currently built for Apple Silicon (Intel support available)
- Download the app from the releases page
- Install via DMG: Double-click the
.dmgfile and drag to Applications - Launch: Open from Applications or Spotlight search
- Launch the Dashboard: Open the application
- Click "View Usage Dashboard": The app automatically reads from
~/.claude/projects/ - Explore Your Data: Use the tabs to view different analytics:
- Overview: Summary cards with total costs and usage
- By Model: Breakdown by Claude model
- By Project: Project-wise resource consumption
- By Session: Individual session tracking
- Timeline: Daily usage trends with interactive charts
- Rust (1.70.0 or later)
- Node.js (18+ recommended)
- Claude Code CLI
# Clone the repository
git clone https://github.com/Zollicoff/claudia_usage_dashboard.git
cd claudia_usage_dashboard
# Install dependencies
npm install
# Build for development
npm run tauri dev
# Build for production
npm run tauri buildThe built app will be in src-tauri/target/release/bundle/:
- macOS:
.appbundle and.dmginstaller - Other platforms: Platform-specific installers
- Frontend: React 18 + TypeScript + Vite
- Backend: Rust with Tauri 2
- UI: Tailwind CSS + shadcn/ui components
- Performance: Static caching with background preloading
This project is licensed under the AGPL License - see the LICENSE file for details.
- Built with Tauri
- Claude Code by Anthropic
- Forked from Claudia by Asterisk
A focused tool for Claude Code analytics