GROVE
growing net zero
New: Supply-chain sync now auto-imports vendor emissions · see what's new →
Documentation

Build on GROVE.

Everything you need to measure, cut and verify your carbon.

Introduction

GROVE is a net-zero platform: a live carbon ledger that measures every tonne across Scope 1, 2 and 3, ranks reduction levers by cost per tonne, and exports audit-ready reports.

Everything runs over https://api.grove.eco. The CLI is the single source of truth: grove init, grove connect, grove audit.

Quickstart

terminal
$ npm i -g grove
$ grove init
$ grove connect erp cloud fleet
$ grove audit
✓ 0.0 tCO₂e unaccounted · CSRD-ready

CLI reference

The core commands, in the order you'll use them.

CommandWhat it does
grove initCreate a company and its ledger
grove connect <source>Link an ERP, cloud or fleet
grove auditValidate the ledger and surface gaps
grove reportExport a CSRD / GHG-Protocol report
grove offset <tCO₂e>Retire verified removals via the API

The ledger

A ledger is an append-only trail of activities, each classified to a scope and multiplied by an auditable emission factor. Every total you see is derived — you can drill from a figure down to the raw activity that produced it.

Scopes

Scope 1 is direct emissions, Scope 2 is purchased energy, Scope 3 is the value chain. GROVE auto-classifies each activity and keeps the method and factor attached to every line.

Reports

Reports export to CSRD, ISO 14064 and GHG-Protocol formats with a full provenance trail. Auditors can follow any total back to source data in a click.

Security & compliance

Ledger data is encrypted at rest, versioned and immutable. We are SOC 2 Type II audited and never train on your data.

Guides