Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/images/quickstart-install-windows.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/quickstart-install.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/quickstart-investigate-windows.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/quickstart-investigate.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/quickstart-onboard-windows.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/quickstart-onboard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@ slug: "quickstart"
```bash
curl -fsSL https://install.opensre.com | bash
```

<Frame>
![Installing OpenSRE with the one-line curl installer](/images/quickstart-install.gif)
</Frame>
</Tab>
<Tab title="Windows">
```powershell
irm https://install.opensre.com | iex
```

<Frame>
![Installing OpenSRE on Windows with the PowerShell installer](/images/quickstart-install-windows.gif)
</Frame>
</Tab>
</Tabs>

Expand All @@ -34,6 +42,19 @@ slug: "quickstart"
opensre onboard
```

<Tabs>
<Tab title="macOS / Linux">
<Frame>
![Onboarding OpenSRE with the setup wizard to configure your LLM provider and integrations](/images/quickstart-onboard.gif)
</Frame>
</Tab>
<Tab title="Windows">
<Frame>
![Onboarding OpenSRE on Windows with the setup wizard](/images/quickstart-onboard-windows.gif)
</Frame>
</Tab>
</Tabs>

</Step>

<Step title="Run an investigation">
Expand All @@ -53,6 +74,19 @@ slug: "quickstart"

For file-based runs, OpenSRE fetches alert context, reasons across connected systems, and generates a structured root-cause report.

<Tabs>
<Tab title="macOS / Linux">
<Frame>
![Running an OpenSRE investigation on a sample alert through to a structured root-cause report](/images/quickstart-investigate.gif)
</Frame>
</Tab>
<Tab title="Windows">
<Frame>
![Running an OpenSRE investigation on Windows through to a structured root-cause report](/images/quickstart-investigate-windows.gif)
</Frame>
</Tab>
</Tabs>

</Step>

<Step title="Keep up to date">
Expand Down