Furious-Industries puts Mike on a server you control, no cloud required
One commit packages the whole system to run on a single in-house machine, with no outside services in the loop.
For firms uneasy about legal work touching an outside cloud, this fork is a useful starting point. It bundles Mike and everything it leans on - database, login, file storage - into one self-contained package that runs on a single Linux box, whether that's bare-metal in the office or a homelab. The only setting most people need to change is the server's address; the rest is derived from it. It also fixes a genuine bug that bit anyone using non-Amazon file storage, so document download links actually resolve in a browser.
Read the fine print before you deploy. The shipped config carries publicly-known development keys (flagged as "regenerate before exposing to the internet," but easy to skim past), and one secret key appears to be wired into the frontend build by mistake, where no secret should ever land. Treat this as a template to harden, not a turnkey box.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?