| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| opensre_2026.5.10_windows-x64.zip | 2026-05-10 | 60.1 MB | |
| opensre_2026.5.10_windows-x64.zip.sha256 | 2026-05-10 | 101 Bytes | |
| opensre_2026.5.10_darwin-x64.tar.gz.sha256 | 2026-05-10 | 102 Bytes | |
| opensre_2026.5.10_linux-arm64.tar.gz | 2026-05-10 | 84.3 MB | |
| opensre_2026.5.10_linux-arm64.tar.gz.sha256 | 2026-05-10 | 103 Bytes | |
| opensre_2026.5.10_linux-x64.tar.gz | 2026-05-10 | 86.8 MB | |
| opensre_2026.5.10_linux-x64.tar.gz.sha256 | 2026-05-10 | 101 Bytes | |
| opensre-2026.5.10-py3-none-any.whl | 2026-05-10 | 2.4 MB | |
| opensre-2026.5.10.tar.gz | 2026-05-10 | 1.8 MB | |
| opensre_2026.5.10_darwin-arm64.tar.gz | 2026-05-10 | 59.3 MB | |
| opensre_2026.5.10_darwin-arm64.tar.gz.sha256 | 2026-05-10 | 104 Bytes | |
| opensre_2026.5.10_darwin-x64.tar.gz | 2026-05-10 | 60.8 MB | |
| Latest source code.tar.gz | 2026-05-09 | 148.8 MB | |
| Latest source code.zip | 2026-05-09 | 150.0 MB | |
| README.md | 2026-05-09 | 1.3 kB | |
| Totals: 15 Items | 654.4 MB | 1 | |
Install
cURL (macOS / Linux)
:::bash
curl -fsSL https://install.opensre.com | bash
cURL (macOS / Linux, latest main build)
:::bash
curl -fsSL https://install.opensre.com | bash -s -- --main
Homebrew (macOS / Linux)
:::bash
brew tap tracer-cloud/tap
brew install tracer-cloud/tap/opensre
PowerShell (Windows)
:::powershell
irm https://install.opensre.com | iex
Python
:::bash
pipx install opensre
Changelog
Changes since v2026.5.9
- fix: update shell test command for windows compatibility (#1755) (1d2b9c1c) — Siddhant
- feat(error-handling): capture action-execution thread/future failures (#1743) (74687ac3) — Vibhor Gautam
- added docs/good-first-issues/README.md (#1735) (4d223d82) — Mohammed Daiyaan
- fix(cli): validate slash-command args before policy gate (#1712) (#1734) (d69b21f4) — Mohd Talib Akhtar
- fix: avoid deprecated LangGraph Send import (#1693) (21460dcb) — gbsierra
- feat(agents): add /agents kill <pid> slash command (#1721) (ae605d92) — Harsh Katakwar
- feat(agents): error/retry rate detector reusing guardrail-rule shape (#1722) (e4821b2f) — Nawneet
- fix(deploy): surface NoCredentialsError as a clean OpenSREError on ec2 deploy (#1719) (77f87b98) — vincenthus