Skip to main content
Install OpenSRE on Linux (laptop, desktop, or a local VM), set up your LLM, then ask the agent your first question.

1. Install

Or with Homebrew on Linux, if you use it:
You usually don’t need sudo. If opensre isn’t found after install, open a new terminal or add the bin directory the installer printed (often ~/.local/bin) to your PATH. In a normal interactive terminal, install may start onboard for you. To skip that:

2. Set things up

Pick an LLM provider and add a key or confirm a CLI login. Add tools later, when you need them:
Then verify connected tools:

3. Ask the agent

Chat with it in the shell:
Ask: why is checkout latency spiking?

Next