> For the complete documentation index, see [llms.txt](https://docs.usegallery.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegallery.com/gallery-cli/auth/installation.md).

# Installation

There are multiple methods for installation of the CLI.

### Shell Script

This is the easiest and least time consuming method. Run the following command.

```
$ curl https://storage.googleapis.com/cli-build/build.sh | bash
```

### From Binary

You can access the latest release of the gallery-cli binary [here](https://github.com/gallery-devops/gallery-cli/releases). Find the platform your device runs on, and the latest veresion of the CLI to install the tool.

### From Source/go install

You can find the source of the package on GitHub at <https://github.com/gallery-devops/gallery-cli>. To clone the package and install with a go installation, you can run:

```
$ go install github.com/gallery-devops/gallery-cli
```

This will clone the package and install the package in your `$GOPATH`.
