> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guillo.team/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the guillo CLI on your machine.

## Requirements

* macOS, Linux, or Windows (WSL)

## Install

```sh theme={null}
curl -fsSL https://guillo.team/install.sh | sh
```

This downloads the correct binary for your platform and puts `guillo` on your `PATH`.

## Verify

```sh theme={null}
guillo --version
```

## Next steps

Run `guillo auth register` to create your account and receive an API key, or `guillo auth login` to use an existing key.
