opensre
SHA-256OpenSRE is an open-source framework for AI SRE agents that automate production incident investigation and response. It connects 60+ tools, reasons across them to identify root causes, and generates structured reports. Fully self-hosted with a synthetic simulation environment for training agents. Public alpha.
Smart Download
Download Download Version
v2026.5.13 · 83.3 MB
Open-source AI SRE agent framework to automatically investigate incidents on your infrastructure.
Core Features
- Connects 60+ tools (logs, metrics, traces, runbooks, Slack) for automated incident investigation
- Runbook-aware reasoning that applies your playbooks automatically
- Predictive failure detection to catch issues before they page
- Every conclusion linked to supporting evidence
- Flexible LLM support (Claude, GPT, Ollama, Gemini, etc.)
What It Can't Do
- •Public alpha: core workflows may be unstable; not recommended for critical production use yet. 2. Requires your own LLM API key (OpenAI, Anthropic, etc.) which incurs costs. 3. Telemetry is enabled by default; can be disabled in config. 4. Local data may persist after uninstall; manual cleanup may be needed.
Use Cases
- Automated root cause analysis for production incidents
- Training and evaluating custom AI SRE agents
- Replacing commercial AI ops tools to reduce cost and retain data control
- Integrating with existing monitoring and alerting to streamline ops
Detailed Introduction
OpenSRE is an open-source framework for AI SRE agents that automate production incident investigation and response. It connects 60+ tools (logs, metrics, traces, runbooks, Slack, etc.), reasons across them to identify root causes, and generates structured reports. Unlike commercial AI ops tools, OpenSRE is fully self-hosted and provides a synthetic incident simulation environment for training and evaluating agents. It includes scored root cause analysis suites and real-world end-to-end tests for Kubernetes, EC2, CloudWatch, and more. Currently in public alpha, the project is actively developed and aims to become the benchmark and training ground for AI SRE.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Run the install command (Unix: curl -fsSL https://install.opensre.com | bash)
Step 2: Run 'opensre onboard' to configure (e.g., set LLM provider)
Step 3: Run 'opensre' to start the interactive shell and investigate incidents
- Step 1: Run the install command (Unix: curl -fsSL https://install.opensre.com | bash)
- Step 2: Run 'opensre onboard' to configure (e.g., set LLM provider)
- Step 3: Run 'opensre' to start the interactive shell and investigate incidents
SHA-256 checksum verified
Checksum extracted from GitHub official Release page
SHA256 Checksum
a5760c03270842221c061e09ad17285f5269413bb8a61930a5c13b420dc4b827This checksum is extracted from the GitHub Release page. Verify file integrity after download.
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Run 'opensre uninstall' to remove OpenSRE and all local data.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Similar Projects
Chatbox
Chatbox Community Edition is an open-source desktop client for interacting with multiple large language models. It supports OpenAI (ChatGPT), Azure OpenAI, Claude, Google Gemini Pro, Ollama (local models like Llama 2, Mistral), and ChatGLM-6B. All your chat data is stored locally on your device, ensuring privacy and preventing data loss. The app features a clean, ergonomic UI with dark mode, keyboard shortcuts, streaming replies, and full Markdown/LaTeX rendering with code highlighting. It also includes a prompt library, message quoting, and team collaboration for sharing API resources. Available on Windows, macOS, Linux, Web, iOS, and Android. The community edition is fully functional but may lack some advanced features from the pro version.
ollama
Ollama lets you download, run, and manage large language models locally. One command, multiple platforms, endless possibilities.
llama.cpp
High-performance LLM inference engine in C/C++ with minimal dependencies, supporting quantized models (1.5–8 bit) and diverse hardware (Apple Silicon, CUDA, Vulkan, etc.).