opensre binary yourself — on a laptop, a shared VM, or a machine in your own network.
Which setup fits you?
Platform steps:
1. Install the CLI
sudo. The installer puts opensre somewhere already on your PATH when it can. If it can’t, it uses ~/.local/bin and prints how to add that to PATH.
Auto setup: In a normal interactive terminal, install often starts opensre setup when it finishes. In CI or scripts it skips that. To turn auto-setup off:
gh if it’s missing (OpenSRE’s GitHub tools need it). Skip that with:
gh automatically.
Shorter overview: Install OpenSRE.
2. Sign in
opensre shows the account gate. Other CLI commands remain available; the interactive shell does not.
3. Open the shell
Where credentials are saved
OpenSRE saves non-secret identity and hosted-model metadata in owner-only account metadata. The account token uses the local secret store and is not written toaccount.json; integration credentials are stored separately.
OPENSRE_ACCOUNT_TOKEN overrides the saved account token when set. Never commit it to .env or source control. Run opensre account logout to revoke the saved session; an environment override must be unset separately.
4. Check your tools
Inside the shell:opensre (for example opensre integrations verify).
5. Ask a first question
Start the shell and describe what’s going on in plain English:Where to connect tools
The full tool list lives under Integrations, not Install. Start at Integrations overview, then open each provider page for keys, permissions, and examples.Related
- Quickstart — install + setup + sample run with GIFs
- Deployment — gateway and hosted options beyond a single laptop