Open Source
Grove is open source. Four repositories make up a working edge, private AI compute on clean energy, proven per job. Read the code, run a node, verify a certificate yourself.
The repositories
The entry point apps and agents connect to. Authenticates, meters x402 payment, and routes each OpenAI-compatible request to the best node, greenest / fastest / cheapest, with circuit breakers and failover, returning the answer and its signed certificate.
A Grove worker node: runs AI behind the Veil and returns an OpenAI-compatible response plus a signed Green Compute Certificate on every call. Chat, completions, embeddings, a private vector store + RAG, and a smart model router.
A typed Python client + `grove` CLI, sync and async, resource namespaces, retries, streaming, a typed error hierarchy, and local certificate verification.
The interface between a solar panel / inverter (+ battery) and a node. Reports live energy source, grid carbon intensity, and CarbonScore, and mints the hourly Energy Attribute Certificates behind each certificate. Simulator mode by default, no hardware required.
Everything lives under github.com/grovecompute.
How an edge fits together
app / agent ── grove-sdk (client + CLI)
│ OpenAI-compatible request + x402 token
▼
grove-gateway auth · meter x402 · route (greenest|fastest|cheapest)
│
▼
grove-node run behind the Veil → answer + signed certificate
▲
│ live energy source · grid gCO₂ · CarbonScore
grove-solar-connector