A web extension that tracks the environmental impact of AI services using a modular provider system.
This extension monitors AI service usage and calculates carbon and water impact in real-time using adaptive calculations based on request duration.

- Claude https://claude.ai/
- ChatGPT https://chatgpt.com/
- Providers - Modular configurations for different AI services
- Architecture - Extension structure and entry points
- Technical Overview - Request interception and calculations
- Equivalences - User-friendly impact comparisons system
- Install dependencies:
bun install
- Start development mode:
bun dev
- Automatic browser launch: A browser will open automatically with the extension installed
- Hot reload: Code changes are automatically reloaded in the extension
Create a provider configuration in src/config/providers/yourservice.ts
and the extension will automatically detect and support it.
See Providers for details.
- Monthly reports: Automated monthly carbon/water impact summaries
- Goal setting: Personal carbon reduction targets with progress tracking
- More providers: Support for emerging AI services and APIs
- Model-specific tracking: Different impact calculations per AI model