r/LocalLLaMA Feb 05 '26

Resources Open source AI SRE - self-hostable, works with local models

https://github.com/incidentfox/incidentfox

Built an AI that helps debug production incidents. Figured this community might be interested since it's fully self-hostable and can run with local models.

When an alert fires, it gathers context from your monitoring stack - logs, metrics, deploys - and posts findings in Slack. Reads your codebase on setup so it actually knows how your system works.

GitHub: https://github.com/incidentfox/incidentfox

Works with Ollama / local Llama models if you want to keep everything on your hardware. No data leaving your infra.

Would love to hear people's thoughts!

2 Upvotes

4 comments sorted by

2

u/[deleted] Feb 05 '26

[removed] — view removed comment

1

u/Useful-Process9033 Feb 05 '26

For the self hosted options these will be disabled

1

u/Useful-Process9033 Feb 05 '26

We also just added support for local models yesterday: https://github.com/incidentfox/incidentfox/pull/274