CarbonLint β An open source tool to track local dev carbon emissions π #202
nishal21
started this conversation in
Open Source Working Group
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Iβm Nishal, and Iβve been working on an open-source tool called CarbonLint that I thought might be relevant to this group.
The Problem: Most developers have tools to profile CPU and memory for performance, but we rarely see the real-time environmental impact of our local development workflows (builds, test suites, etc.).
The Project: CarbonLint is a desktop application (Electron + React) that monitors system resources and applies regional grid intensity data to estimate the CO2 emissions of your current session.
Why Iβm sharing it here: Since this is the Open Source Working Group, I want to ensure this tool is built on solid methodologies and is actually useful to the community.
Iβm specifically looking for feedback on: 1. Methodology: How we calculate carbon intensity based on local grid data (currently using a static map approach, looking to move to live APIs). 2. Optimization: Iβm using Electron (for cross-platform support), but I am actively working on minimizing the app's own footprint. I'd love advice from anyone with experience in low-power Electron patterns.
The project is fully open source here: https://github.com/nishal21/CarbonLint
If anyone is interested in "Green Ops" tooling or wants to grab a "Good First Issue," Iβd love to collaborate!
Thanks, Nishal
Beta Was this translation helpful? Give feedback.
All reactions