Skip to content

v1.0 - One-line install

Choose a tag to compare

@gwittebolle gwittebolle released this 09 Apr 12:41
· 115 commits to main since this release

What's new

One-line installer - no more manual config:

curl -fsSL https://raw.githubusercontent.com/gwittebolle/claude-carbon/main/install.sh | bash

Clones 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 ~/.claude transcripts
  • Shareable PNG report cards
  • Emission factors from Jegham et al. 2025

Install

curl -fsSL https://raw.githubusercontent.com/gwittebolle/claude-carbon/main/install.sh | bash

Custom directory: CLAUDE_CARBON_DIR=~/my-path curl -fsSL ... | bash