rafal-fryc ports Mike to the desktop
A serious effort to turn the cloud legal-AI stack into a single-user Windows app you install with a double-click.
rafal-fryc's fork rebuilds Mike as an Electron desktop app - the cloud database is swapped for a local file, cloud storage becomes a folder on disk, and the whole thing lives inside a workspace you pick at launch. A login screen and a hashed local password gate access; documents and keys stay on the machine.
What sets this apart from a weekend port is the discipline around it. The fork ships with a written decisions log, a deferred-work list, and a pre-ship code review by three reviewers - two of whom flagged it as not ready on first pass. A second commit closes out every critical finding (signing secrets, sandboxing, content-security policy, path-traversal guards) before the version tag. A 500-line README documents the architecture and threat model end-to-end.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?