Altien builds a Mike you can run on your laptop
No cloud account, no hosted database, no identity provider - just docker-compose up.
Altien's fork now ships a complete local development stack: a containerised Postgres database, a thin API layer in front of it (PostgREST, which turns a database directly into a web API), and an emulator that pretends to be Azure's file storage. The same role-and-permissions setup the team uses in production gets recreated locally, and a small helper mints the login tokens the app needs so you can sign in without wiring up a real identity provider.
There's also a one-shot health check that pokes each piece of the stack and prints a plain-English report of what's working and what isn't. The point is to let a developer - or an evaluator - clone the repo and have a working Mike in front of them in minutes, with nothing rented from anyone.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?