- Linux/macOS
curl -L https://cli.hasura.io/install.sh | bash
- Windows: installer
go get github.com/hasura/graphql-engine/cli/cmd/hasura
git clone https://github.com/hasura/graphql-engine
cd graphql-engine/cli
make deps
make build
# binaries will be in _output directory
hasura init --directory <my-project> --endpoint <graphql-endpoint> --access-key <access-key>
cd <my-project>
hasura console
Checkout the contributing guide.