Installation

This guide will show you how to install the Grid Intensity CLI using either brew or curl.

Using brew

To install using Homebrew, run the following command:

brew install thegreenwebfoundation/carbon-aware-tools/grid-intensity

Using curl

To install using curl, run the following command:

curl -fsSL https://raw.githubusercontent.com/thegreenwebfoundation/grid-intensity-go/main/install.sh | sudo sh

Build it yourself

You can also manually install the CLI using the latest binary release available on GitHub.

Once you have downloaded the tarball, you will need to:

  1. Extract the grid-intensity binary.
  2. Make it executable.
  3. Move it to somewhere in your path.

For example:

tar xzf grid-intensity_0.3.0_Darwin_arm64.tar.gz grid-intensity
chmod +x grid-intensity
sudo mv grid-intensity /usr/local/bin/
View the Grid Intensity CLI changelog
Do you see a bug? Open an issue on GitHub
Do you like Grid Intensity CLI? Star it on GitHub!