| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| opensre_2026.5.13_windows-x64.zip.sha256 | 2026-05-13 | 101 Bytes | |
| opensre_2026.5.13_linux-arm64.tar.gz | 2026-05-13 | 84.8 MB | |
| opensre_2026.5.13_linux-arm64.tar.gz.sha256 | 2026-05-13 | 103 Bytes | |
| opensre_2026.5.13_linux-x64.tar.gz | 2026-05-13 | 87.3 MB | |
| opensre_2026.5.13_linux-x64.tar.gz.sha256 | 2026-05-13 | 101 Bytes | |
| opensre_2026.5.13_windows-x64.zip | 2026-05-13 | 60.6 MB | |
| opensre-2026.5.13-py3-none-any.whl | 2026-05-13 | 2.8 MB | |
| opensre-2026.5.13.tar.gz | 2026-05-13 | 2.2 MB | |
| opensre_2026.5.13_darwin-arm64.tar.gz | 2026-05-13 | 59.8 MB | |
| opensre_2026.5.13_darwin-arm64.tar.gz.sha256 | 2026-05-13 | 104 Bytes | |
| opensre_2026.5.13_darwin-x64.tar.gz | 2026-05-13 | 61.3 MB | |
| opensre_2026.5.13_darwin-x64.tar.gz.sha256 | 2026-05-13 | 102 Bytes | |
| Latest source code.tar.gz | 2026-05-12 | 149.7 MB | |
| Latest source code.zip | 2026-05-12 | 151.1 MB | |
| README.md | 2026-05-12 | 2.6 kB | |
| Totals: 15 Items | 659.6 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.12
- fix(cli): terminate streaming investigation cleanly on Ctrl+C (#1901) (f8458013) — Anwesh
- Added Alert Inbox by exposing an endpoint for posting alerts into the memory (#1886) (f2903147) — X1Vi
- fix(telegram): format RCA with HTML for Telegram delivery (#1890) (3195efd4) — Anwesh
- docs(agents): enforce docs/ updates for new and changed features (f855715b) — muddlebee
- docs(hermes): synthetic suite and local watch demo (#1882) (4f1e7b61) — Anwesh
- docs(hermes): add Telegram demo screenshot and fixture guidance (3bd073d4) — muddlebee
- Update time estimate for feedback in PR reminder (7c4ba762) — Anwesh
- fix: /tasks command will now populated 'details' fields (#1828) (f7e982c7) — X1Vi
- docs(hermes): add Hermes log monitoring guide (#1875) (237a828d) — Anwesh
- fix(llm_client): retry OpenAI APITimeoutError instead of raising immediately (#1865) (f3c2bb55) — vincenthus
- feat(messaging): add identity model, DM pairing, and tool approval metadata (#1714) (4e55193e) — vignesh Gopikrishnan
- feat(hermes): Hermes log-tailing agent with classifier and synthetic test suite (#1857) (fbb7ea61) — vincenthus
- style(tests): ruff format test_llm_client (48ba797c) — muddlebee
- fix: filter "Cannot connect to X API" errors from Sentry (#1863) (75a7a069) — vincenthus
- fix(sentry): surface specific timeout message for APITimeoutError on OpenAI-compatible clients (#1825) (8c10fb1f) — vincenthus
- chore(deps): bump urllib3 in the uv group across 1 directory (#1842) (4d99e317) — dependabot[bot]
- feat(llm-cli): add GitHub Copilot CLI provider (non-interactive) (#1533) (84a24600) — Awokoya Olawale Davidson
- Fix PTY task test fallback on Windows (#1854) (c82ba6d8) — gbsierra
- Fix agents trace rendering in headless Windows tests (#1855) (b0ce1bc6) — gbsierra
- feat(agent): /agents graph dependency rendering (#1856) (48cb3155) — Zihao Xue
- fix: handle embedded code fences in _extract_json_payload (Closes [#1861]) (7780a49f) — vincenthus
- fix(cli): /cancel stops the spinner when worker is parked on a confirmation (#1848) (13044e57) — vincenthus