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

# Introduction

<Note>
  This section is under active development
</Note>

## Installing the CLI

<Tabs>
  <Tab title="MacOS">
    Sailhouse is available via `homebrew` or the [Releases](https://github.com/cli/releases) page.

    ```bash theme={null}
    brew install sailhouse/tap/sailhouse
    ```
  </Tab>

  <Tab title="Linux">
    The CLI binary is available to download on the [Releases](https://github.com/sailhouse/cli/releases) page.

    This can be installed by `sudo dpkg -i` and `sudo rpm -i` depending on your platform.

    Alternatively, using `bin`, you can install the CLI directly from GitHub.

    ```bash theme={null}
    bin install github.com/sailhouse/cli
    ```
  </Tab>

  <Tab title="Windows">
    The CLI binary is available to download on the [Releases](https://github.com/sailhouse/cli/releases) page.
  </Tab>
</Tabs>

## Authenticating

You authenticate with the CLI with the help of the dashboard.

```sh theme={null}
sailhouse auth
```

This will open a browser session, where you can login to authenticate the client against your user.

The token this generates will expire after 30 days.
