KB01111/mike
KB01111 is rebuilding Mike as a self-hosted desktop app - your own Postgres, your own auth, running on your machine.
This fork, maintained by KB01111, takes Mike and pulls it off the cloud. The original leans on a hosted backend; KB01111 is swapping that out for self-managed infrastructure - an Encore-based backend running against a Postgres database you control, with authentication handled locally rather than by a third-party service.
The other half of the work is packaging. KB01111 is wrapping Mike in a Tauri desktop shell, so instead of a hosted service you'd run, this is shaping up to be an app you install and run entirely on your own computer.
Put together, the direction is clear: a version of Mike for people who'd rather own the whole stack - no external backend, no hosted auth, nothing leaving the machine it runs on. If that's your situation, it's worth a click through to GitHub to see how far along it is.
What's in it
- Self-hosted backend Runs on an Encore backend against your own Postgres instead of a hosted service - the data and infrastructure stay on hardware you control.
- Local authentication Auth is handled locally rather than through a third-party identity provider, keeping sign-in self-contained.
- Desktop app Packaged as a Tauri desktop application, so Mike installs and runs as a native app on your own computer.
Direction
infrastructuresecurity
Activity
KB01111 ↗ analysis ↗ GitHub Threads of work (detailed view)
KB01111 pulls Mike off the cloud and onto your own machine
This fork re-engineers Mike from a cloud-hosted service into a self-contained desktop app that runs entirely on a local computer.
KB01111 cuts Mike's cord to Supabase and ships a desktop build
This fork swaps its hosted backend for self-managed infrastructure, so the whole stack can live somewhere you control.
Pull requests (detailed view)
✅ Merged (1)
KB01111 · opened 14d ago · merged 14d ago by KB01111