v1.0 - One-line install
What's new
One-line installer - no more manual config:
curl -fsSL https://raw.githubusercontent.com/gwittebolle/claude-carbon/main/install.sh | bashClones the repo, creates the database, backfills your existing Claude Code sessions, and configures ~/.claude/settings.json automatically. One command, done.
Features
- Live CO2 estimate in the Claude Code status line
- SQLite database with per-session tracking (incl. subagents)
- Backfill from existing
~/.claudetranscripts - Shareable PNG report cards
- Emission factors from Jegham et al. 2025
Install
curl -fsSL https://raw.githubusercontent.com/gwittebolle/claude-carbon/main/install.sh | bashCustom directory: CLAUDE_CARBON_DIR=~/my-path curl -fsSL ... | bash