CaliLuke rebrands the fork as Luke and rips out the cloud
What started as a Mike fork is now openly a different product: a single-user, local-first AI workbench for running a job search.
CaliLuke has rewritten the README, restated the project's identity as Luke, and published an eight-step migration plan that walks the codebase away from almost everything Mike depends on - the hosted login, the cloud database, the cloud file storage, and the Node web server. In their place: an embedded database that lives in a file on your laptop, a Go backend, local AI by default via Ollama (an app that runs language models on your own machine), and eventually a proper desktop app.
This commit also lands the first technical proof point - a small Go-and-Rust spike showing the embedded database can actually save data to a file, close, reopen, and read it back. That's the load-bearing question for a local-first product, and CaliLuke wanted it answered before committing to the rest. One footnote worth noting: the license file was deleted in the same commit, which is likely an oversight rather than intent.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?