Your Claude Code dashboard — track burn, YOLO mode, score cards. 100% local.
Project description
MyBurn 🔥
Your Claude Code Dashboard — track your burn, tokens, YOLO mode, and flex your 14 score cards. 100% local, zero telemetry, open source.
Install
pip install myburn
Then open localhost:7734 — that's it.
Features
- Burn Tracking — real-time cost tracking with daily, monthly, and per-project breakdowns
- 14 Score Cards — from Clean to Roast to YOLO Mode, share your stats in style
- YOLO Stats — track how much of your burn happens with bypass permissions
- Live VU Meter — 32-segment LED bar with 3-second polling
- Hourly Patterns — see when you code most
- Session Details — per-session cost, duration, and tool breakdown
- Project Breakdown — which projects burn the most
How it works
- Install —
pip install myburn, one command - Reads your local logs — parses
~/.claude/projects/JSONL files - Dashboard opens — your browser opens at
localhost:7734with all your stats
Nothing leaves your machine — ever. No accounts, no telemetry, no cloud.
CLI options
myburn # Start dashboard, open browser
myburn --port 8080 # Custom port
myburn --no-browser # Don't auto-open browser
myburn --host 0.0.0.0 # Bind to all interfaces
myburn --version # Show version
Data directory
By default, MyBurn stores its SQLite database in ~/.myburn/data/. Override with:
MYBURN_DATA_DIR=/path/to/data myburn
Running from source
git clone https://github.com/Gekko-dot-ETH/myburn.git
cd myburn
pip install -e .
myburn
Privacy
MyBurn extracts only aggregate metrics from your Claude Code logs:
- Token counts and model names
- Timestamps and session durations
- Cost calculations (API-equivalent pricing)
- Tool usage counts
- Permission mode (YOLO detection)
It never reads, logs, or transmits your code, prompts, file paths, or any conversation content.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file myburn-0.1.0.tar.gz.
File metadata
- Download URL: myburn-0.1.0.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9e8db2a37835a6fcc6fad507d326cc050772941ced8fa62b809a2dc9bc8e59f
|
|
| MD5 |
5f35630593245fe38590064337beefa3
|
|
| BLAKE2b-256 |
f2bf6cac486c73af66bafbc1525d4888e054ed6874adf75585450e8d7369f69e
|
File details
Details for the file myburn-0.1.0-py3-none-any.whl.
File metadata
- Download URL: myburn-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34128e5fd030d09c2bd1ec1e5f64757c55f18dd72b71f137093ee1466348f77b
|
|
| MD5 |
1bf431dbda1593ddb8b91436faf6d0a6
|
|
| BLAKE2b-256 |
0705507e05a04dc561d1e8487ace075eb99bc9d1aeba4538a54ea17ef9eb45f7
|