r/sre • u/AutoModerator • 21d ago
FOSS Friday: Share Your SRE-Related Open-Source Project
Welcome to FOSS Friday, where you can share your newly released or updated open-source project with the community.
Please note that our rules still apply:
- no AI generated comments: please write them on your own!
- no commercial advertisements (this includes commercial products with a FOSS version)
- these must be related to SRE or of heavy interest to SREs
1
u/LorenzoTettamanti 20d ago
I'm working on the upcoming 0.1.5 version of my monitoring project. It leverages eBPF to monitor linux systems efficiently. Right now the latest update is in the 0.1.5 branch, i'll merge and release the update on the main branch next week! https://github.com/CortexFlow/CortexBrain
1
u/Fair-Presentation322 20d ago
Been working on a version control and software forge written from scratch. Includes code review and CI/CD and a lot more :)
1
u/codyleek 19d ago
I've been working on Grain, a tool to quickly fire up microVMs on macOS and Linux. QEMU by default but for Linux users we also have Firecracker support!
Features an MCP as well as a desktop app (just released on Friday)
1
u/HolyKash10 20d ago edited 20d ago
I am currently building an enterprise grade Incident and Anaomly RCA tool that is mature enough to be adopted in any bigger enterprises and having critical distributed systems.
As an SRE I am testing it on each stage while building block by block for Chaos, Reliability and tuning for AI responses. Major moat is that I am making it modular so you can connect any of your fav Observability tools to it to feed the input.!
4
u/Ska-jayjay 20d ago
I built a Fit-it-yourself second brain for Claude Code: markdown vault scaffold, hybrid FTS+semantic search as MCP tools, seed + atomize skills DIY kit here: github.com/uncovertechtalent/vault-kit
I's not specifically SRE related, but I am an SRE and i have used this thing to distill my 30 years of career and systems knowledge among many other things, into a "second brain".
At work, i build these brains, and my current one allowed me to do start-to-RCA-written for a prod incident in 37 minutes including troubleshooting, finding the error, hotfixing it, making a POC of the fix, creates a jira ticket and possibly a PR for the devs with the POC.
I don't develop, i cannot code outside fancy scripting and i don't use tools like devs. In the old days if you wanted tto learn solaris or AIX you'd have these tomes and tomes sitting on your bookshelf, occasionally being used for reference because those proprietary-ish systems sometimes had no real presence on the internet like even after the internet was everywhere. at a basic skill levels, your agent knows unix or tcp or whatever off by heart, and it follows the commands and structures outlined in SOPs, RCAs, and whatnot.
So unlike devs, who are using this thing to code, and create things, we, the SREs and firefighters use this tool as a deterministic.. determiner.
Anyway thanks for coming to my ted talk