CaliLuke pulls Mike off the cloud and turns it into a private job-search workbench
This fork has stopped being a legal-AI tool entirely - it's being rebuilt as a single-user app that runs start-to-finish on your own machine.
CaliLuke has rebranded the fork "Luke" and given it a completely different job: a local-first workbench for running a job search, where each project is a position you're chasing. The bigger story is the engineering pivot underneath. The original cloud plumbing - hosted database, hosted auth, cloud file storage - is on its way out, replaced by tools that live entirely on your own computer: an embedded database that's just a file on disk, local file storage, and Ollama, which runs AI models on your laptop instead of sending anything to a remote service.
The team has published an eight-stage migration plan and landed the first piece - proving the local database can save data, close, reopen, and read it back reliably. The old backend stays alive only as a stopgap while the new one is built.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?