Active · Baniloo Labs
Postmortem ☠
AI-powered ops intelligence that lives in your terminal. postmortem watches your deploys, your git, your CI, and your logs — and when something breaks, it correlates the events into one explanation and tells you why, using whatever AI you already have. Runs entirely on your machine: no SaaS, no account, no data leaving your box.
The bet is that the harness is the product. One normalized event contract, a
bring-your-own-brain backend, and a live terminal + web dashboard — everything else
(sensors, actuators) is meant to plug into the seams. Install it with
npm i -g @postmortem-cli/mort and try the full loop in 60 seconds with
mort watch --demo.
Notes
Build log in reverse chronological order.
Shipping 1.0, then the memory an agent can read
The full loop, proven — then a Windows spawn bug, and a read-only MCP server that turns postmortem's incident history into memory a coding agent can query.
The only coupling point is one event shape
Building an ops tool that isn't a SaaS — one normalized event contract, a bring-your-own-brain backend, and a demo that runs in 60 seconds with zero tokens.