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

# Install OpenSRE

> Choose the right OpenSRE installation path for local or enterprise environments

Pick the path that matches where you run OpenSRE.

## Which path?

| Path                          | Best for                                            | Get started                             |
| ----------------------------- | --------------------------------------------------- | --------------------------------------- |
| **Local CLI**                 | Laptop or self-hosted server; full `opensre` binary | [Install locally](/docs/install-local)       |
| **Enterprise (Tracer Cloud)** | Org-wide connectors in the hosted web app           | [Enterprise setup](/docs/install-enterprise) |

## Install locally (most users)

```bash theme={null}
# macOS / Linux
curl -fsSL https://install.opensre.com | bash

# Windows (PowerShell)
irm https://install.opensre.com | iex
```

Then configure your LLM and integrations:

```bash theme={null}
opensre onboard
opensre integrations verify
```

See [Quickstart](/docs/quickstart) for a full walkthrough including a sample investigation.

## Environment-specific guides

| Platform | Guide                                          |
| -------- | ---------------------------------------------- |
| macOS    | [macOS](/docs/environments/macos)                   |
| Linux    | [Linux (local)](/docs/environments/linux-local)     |
| Windows  | [Windows (local)](/docs/environments/windows-local) |
| Docker   | [Docker](/docs/environments/docker)                 |

## Enterprise hosted setup

For teams using [app.tracer.cloud](https://app.tracer.cloud), see [Enterprise setup](/docs/install-enterprise).

## Next steps

* [Investigations overview](/docs/investigation-overview)
* [Integrations overview](/docs/integrations-overview)
* [Environment variables](/docs/configuration/environment-variables)
