Watchfire
An autonomous, read-only SRE agent that watches your infrastructure through the night and tells you what broke.
Watchfire sweeps every system you point it at once a night, investigates what looks wrong, and sends you a digest in the morning. When an alert fires it triages in real time and pages you only if it is worth waking up for.
Each finding is fingerprinted, so a problem it has seen before is recognised, escalated if it has got worse, and kept out of the way if you muted it. The second night is quieter than the first.
It never writes. It does not deploy, restart, scale, patch or delete, and that is enforced in three independent layers: every adapter authenticates with reader-scoped credentials, the agent may only run named read-only commands, and a safety hook refuses a mutating command before it executes. An agent that can act on your infrastructure is a different and much riskier product.
It runs as a single container, keeps its memory in SQLite, and reports through Telegram, a REST API, an MCP server and a dashboard. Released under the AGPL-3.0.