| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| opensre_2026.5.11_windows-x64.zip.sha256 | 2026-05-11 | 101 Bytes | |
| opensre_2026.5.11_darwin-x64.tar.gz.sha256 | 2026-05-11 | 102 Bytes | |
| opensre_2026.5.11_linux-arm64.tar.gz | 2026-05-11 | 84.5 MB | |
| opensre_2026.5.11_linux-arm64.tar.gz.sha256 | 2026-05-11 | 103 Bytes | |
| opensre_2026.5.11_linux-x64.tar.gz | 2026-05-11 | 86.9 MB | |
| opensre_2026.5.11_linux-x64.tar.gz.sha256 | 2026-05-11 | 101 Bytes | |
| opensre_2026.5.11_windows-x64.zip | 2026-05-11 | 60.3 MB | |
| opensre-2026.5.11-py3-none-any.whl | 2026-05-11 | 2.6 MB | |
| opensre-2026.5.11.tar.gz | 2026-05-11 | 1.9 MB | |
| opensre_2026.5.11_darwin-arm64.tar.gz | 2026-05-11 | 59.4 MB | |
| opensre_2026.5.11_darwin-arm64.tar.gz.sha256 | 2026-05-11 | 104 Bytes | |
| opensre_2026.5.11_darwin-x64.tar.gz | 2026-05-11 | 61.0 MB | |
| Latest source code.tar.gz | 2026-05-11 | 148.9 MB | |
| Latest source code.zip | 2026-05-11 | 150.2 MB | |
| README.md | 2026-05-11 | 3.9 kB | |
| Totals: 15 Items | 655.7 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.10
- fix(ci): router sample_alert fast-path + streaming non-TTY Live skip (#1799) (80836447) — vincenthus
- refactor(cli): LLM-based intent routing + reorganize interactive_shell into subpackages (#1794) (eacf815d) — vincenthus
- feat: add LLM-based intent routing to interactive shell router (#1791) (6d759a46) — vincenthus
- fix: pin router tests to deterministic path to avoid LLM routing CI flakiness (e6ec3473) — davincios
- fix: format test_llm_intent_classifier.py to pass CI format check (a7faffb7) — davincios
- feat: add LLM-based intent routing to interactive shell router (8acd5c91) — davincios
- refactor: split prompt_builder.py into focused modules (c61199e7) — davincios
- Codex/synthetic observation metrics (#1787) (e8d3a3c1) — vincenthus
- Aggregate synthetic observation metrics agent branches (#1786) (39745093) — vincenthus
- fix(ci): format interactive shell session tests for main quality gate (#1784) (09c1a8a7) — vincenthus
- feat(cli): add interactive shell hot reload (#1778) (721c9f0d) — vincenthus
- fix: avoid first-turn CLI usage leak in interactive shell (#1777) (c22e991d) — gbsierra
- fix(ci): reformat run_suite.py to pass ruff format check (#1781) (a37c015d) — vincenthus
- feat(synthetic): add run observation metrics and Rich reporting (#1780) (f2a58a99) — vincenthus
- feat(cli): add local agent monitoring (#1775) (e382439a) — vincenthus
- fix(llm): raise immediately on non-retryable API errors across all clients (#1772) (1dc46529) — vincenthus
- feat(cli): surface discovered local agents (d3f41858) — vincenthus
- fix: resolve CodeQL code scanning alerts (#1774) (7e522dab) — vincenthus
- fix(cli): keep normal questions out of RCA routing (b5ff0745) — davincios
- style: format Sentry init test (b1d3a7f6) — davincios
- fix(sentry): suppress expected LLM provider failures (19ff410a) — davincios
- fix(deploy): surface friendly error when AWS credentials are missing on EC2 deploy (#1703) (e688a55a) — vincenthus
- fix(llm): surface specific error for OpenAI connection failures (SSL/TLS) (#1720) (9c64e767) — vincenthus
- fix(bedrock): fail fast on non-transient errors in BedrockLLMClient (#1733) (beef75ec) — vincenthus
- fix(tools): return error dict when job_queue missing from get_cloudwatch_batch_metrics (#1756) (707ed2fa) — vincenthus
- fix(cli): disable Rich legacy Windows renderer to prevent UnicodeEncodeError (#1666) (bebf3efa) — vincenthus
- fix(remote): raise helpful RuntimeError when investigations dir can't be created (#1762) (04ad4f1a) — vincenthus
- fix(llm-client): fail immediately on BadRequestError (HTTP 400) without retrying (#1651) (e86b0ed1) — vincenthus
- fix: detect Anthropic overloaded_error from SSE stream body in invoke_stream (#1697) (94f05dc7) — vincenthus
- fix: skip retries for non-retryable Bedrock API errors (#1764) (ee36a3fe) — vincenthus
- fix(llm-cli): raise CLIAuthenticationRequired on post-invocation auth failure (#1768) (c9ee5c2c) — vincenthus
- fix(cloudwatch): default job_queue to "" to prevent TypeError when called with no args (#1761) (57fc44cd) — vincenthus
- fix(output): prevent UnicodeEncodeError on Windows for non-ASCII glyphs (#1760) (65e967e6) — vincenthus
- fix(remote): default INVESTIGATIONS_DIR to ~/.opensre/investigations (#1757) (2ac599d8) — vincenthus