Grace LogoGrace

Installation

Build from source

If you want the latest development version, you can build from source.

Prerequisite: Go 1.21+ must be installed.

  1. Clone the repo:

    git clone https://github.com/graceinfra/grace.git
  2. Build the CLI:

    cd grace
    go build -o grace main.go
  3. Install it:

    sudo mv grace /usr/local/bin/
  4. Confirm installation:

    grace --version

Verifying your install

Run:

grace init --help

You should see the usage instructions for initializing a Grace workspace.


Need help? Open an issue or join the Discussions.

On this page