| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| opensre_2026.5.12_windows-x64.zip.sha256 | 2026-05-12 | 101 Bytes | |
| opensre_2026.5.12_windows-x64.zip | 2026-05-12 | 60.4 MB | |
| opensre_2026.5.12_darwin-x64.tar.gz.sha256 | 2026-05-12 | 102 Bytes | |
| opensre_2026.5.12_linux-arm64.tar.gz | 2026-05-12 | 84.6 MB | |
| opensre_2026.5.12_linux-arm64.tar.gz.sha256 | 2026-05-12 | 103 Bytes | |
| opensre_2026.5.12_linux-x64.tar.gz | 2026-05-12 | 87.1 MB | |
| opensre_2026.5.12_linux-x64.tar.gz.sha256 | 2026-05-12 | 101 Bytes | |
| opensre-2026.5.12-py3-none-any.whl | 2026-05-12 | 2.7 MB | |
| opensre-2026.5.12.tar.gz | 2026-05-12 | 2.0 MB | |
| opensre_2026.5.12_darwin-arm64.tar.gz | 2026-05-12 | 59.6 MB | |
| opensre_2026.5.12_darwin-arm64.tar.gz.sha256 | 2026-05-12 | 104 Bytes | |
| opensre_2026.5.12_darwin-x64.tar.gz | 2026-05-12 | 61.1 MB | |
| Latest source code.tar.gz | 2026-05-11 | 149.1 MB | |
| Latest source code.zip | 2026-05-11 | 150.4 MB | |
| README.md | 2026-05-11 | 2.6 kB | |
| Totals: 15 Items | 656.9 MB | 0 | |
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.11
- feat: integrate OpenClaw bridge support and related CLI commands, e2e tests (#1845) (2709832d) — Vaibhav Upreti
- feat(analytics): classify investigation entry sources across surfaces (#1846) (75a57529) — vincenthus
- feat(analytics): unify investigation source tracking across entrypoints (#1847) (843b94cb) — vincenthus
- chore: rm gh security warnings (64b619ce) — vaibhav upreti
- fix(cli) persistent input frame so users can type / cancel while response streaming (#1785) (e4347c29) — Yauhen Bichel
- fix: release ci (ce0c1d56) — vaibhav upreti
- feat(cli): restructure remote stream renderer around incident-first UX (#1415) (3ddde4d4) — Prakhar Jain
- fix(sentry): strip pydantic boilerplate from ValidationError RuntimeError message (#1824) (9c228cb1) — vincenthus
- fix(sentry): expand operator-error filters and guard _before_send when disabled (#1820) (dde67ca1) — vincenthus
- feat: add Amazon Bedrock to /model wizard with curated inference profiles (#1730) (96a5ca1c) — Shubham Solanke
- feat: add Supabase integration for PostgREST, Auth, and Storage RCA (#1655) (980c52c2) — Lax lab
- fix(bedrock): surface payment instrument error instead of generic IAM message (#1812) (62ec7947) — vincenthus
- fix(bedrock): surface upstream AWS reason on AccessDeniedException (#1811) (fa54f150) — Nik
- feat: agent_incident synthesizer and graph entry (#1709) (5fb78dc9) — Abhinav Gautam
- fix(integrations): drop unknown integration keys before EffectiveIntegrations validation (#1807) (38de7d03) — vincenthus
- fix(integrations): add alicloud field to EffectiveIntegrations (#1803) (c801df17) — vincenthus
- feat(synthetic/rds): add scenarios 016–020 + fix Live event-log staircase bug (#1798) (7a0a843b) — vincenthus
- feat(agents): /agents trace <pid> live tail view (#1493) (#1737) (3aba5d52) — Kevin Espiñeira
- Fix doctor LLM key check to use keyring-aware resolver (#1704) (72e51915) — gbsierra
- feat(agents): add /agents bus shared context channel (#1505) (#1744) (4a861495) — Aniket Rawat