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

# Install

> Sign up for Hideout and install the Seb CLI.

## 1. Sign up

Create your account at [hideout.rootaccess.ai/login](https://hideout.rootaccess.ai/login).

## 2. Install the Seb CLI

Use the CLI to directly pull in sessions locally. Review the changes, continue working, or debug directly on hardware with Seb.

| OS      | Supported versions         |
| ------- | -------------------------- |
| macOS   | Sonoma (14), Sequoia (15)  |
| Windows | Windows 11                 |
| Linux   | Ubuntu 22.04, Ubuntu 24.04 |

<Tabs>
  <Tab title="macOS / Linux / WSL">
    ```bash theme={null}
    curl -fsSL https://seb.rootaccess.ai/install.sh | bash
    ```
  </Tab>

  <Tab title="Windows (PowerShell)">
    ```bash theme={null}
    powershell -ExecutionPolicy ByPass -c "irm https://seb.rootaccess.ai/install.ps1 | iex"
    ```
  </Tab>
</Tabs>

Close and reopen your terminal, then verify:

```bash theme={null}
seb --version
```

To update later:

```bash theme={null}
seb update
```

## Next

[Guide → 1. Set up a project](/guide/setup-project).
