| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| opensre_2026.5.14_windows-x64.zip.sha256 | < 22 hours ago | 101 Bytes | |
| opensre_2026.5.14_linux-arm64.tar.gz.sha256 | < 22 hours ago | 103 Bytes | |
| opensre_2026.5.14_linux-x64.tar.gz | < 22 hours ago | 81.9 MB | |
| opensre_2026.5.14_linux-x64.tar.gz.sha256 | < 22 hours ago | 101 Bytes | |
| opensre_2026.5.14_windows-x64.zip | < 22 hours ago | 56.6 MB | |
| opensre-2026.5.14-py3-none-any.whl | < 22 hours ago | 2.7 MB | |
| opensre-2026.5.14.tar.gz | < 22 hours ago | 2.0 MB | |
| opensre_2026.5.14_darwin-arm64.tar.gz | < 22 hours ago | 56.0 MB | |
| opensre_2026.5.14_darwin-arm64.tar.gz.sha256 | < 22 hours ago | 104 Bytes | |
| opensre_2026.5.14_darwin-x64.tar.gz | < 22 hours ago | 57.3 MB | |
| opensre_2026.5.14_darwin-x64.tar.gz.sha256 | < 22 hours ago | 102 Bytes | |
| opensre_2026.5.14_linux-arm64.tar.gz | < 22 hours ago | 79.9 MB | |
| Latest source code.tar.gz | < 23 hours ago | 149.2 MB | |
| Latest source code.zip | < 23 hours ago | 150.6 MB | |
| README.md | < 23 hours ago | 2.3 kB | |
| Totals: 15 Items | 636.2 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.13
- fix(sentry): suppress Anthropic quota and API timeout errors from Sentry (#1939) (f11d4762) — vincenthus
- fix(llm): detect Anthropic usage-limit HTTP 400 and raise friendly error (#1943) (d9c79e73) — vincenthus
- rm merge_results_reducer (ddea1573) — vaibhav upreti
- chore: move ouput.py and integrations constatns (1e5bad94) — vaibhav upreti
- fix: sentry dsn url (a7fb1ee6) — vaibhav upreti
- move script (3c558fc6) — vaibhav upreti
- rm script (47166228) — vaibhav upreti
- chore(deps): bump types-pyyaml from 6.0.12.20260408 to 6.0.12.20260510 (#1900) (2b157d35) — dependabot[bot]
- chore(deps): bump openai from 2.32.0 to 2.36.0 (#1898) (1f87b727) — dependabot[bot]
- chore(deps): bump types-requests from 2.33.0.20260503 to 2.33.0.20260508 (#1897) (803b345e) — dependabot[bot]
- chore(deps): bump anthropic from 0.99.0 to 0.102.0 (#1896) (e2d00a9b) — dependabot[bot]
- chore(deps-dev): bump types-psutil from 7.2.2.20260408 to 7.2.2.20260508 (#1895) (64f5e2f8) — dependabot[bot]
- chore(deps): bump google-auth from 2.50.0 to 2.52.0 (#1894) (f82ee339) — dependabot[bot]
- chore(deps): bump boto3 from 1.43.3 to 1.43.6 (#1893) (c9cc4ae7) — dependabot[bot]
- chore(deps): bump pymysql from 1.1.2 to 1.1.3 (#1891) (fc86efd2) — dependabot[bot]
- fix: test-thorough ci (eec00664) — vaibhav upreti
- feat: migrate off langgraph (#1957) (57a5cbe0) — Vaibhav Upreti
- feat(tests): openclaw e2e tests and CI workflow (#1933) (e39fde09) — Yauhen Bichel
- fix(sentry): filter transient LLM errors from Sentry reporting (7ecdf830) — vincenthus
- fix(llm_cli): retry kimi EX_TEMPFAIL (exit 75) with exponential backoff (#1940) (3733e370) — vincenthus
- docs(readme): add Telegram to Communication integrations (#1902) (c67ab17f) — DevNinja