rglauco wires Mike for self-hosting

A fork aimed at keeping legal data on your own hardware just got its first half.

infrastructuresecurity

rglauco is rebuilding Mike so it can run without leaning on outside cloud services. The first move adds support for Ollama - a tool that runs AI models on your own machine instead of calling out to OpenAI or Anthropic - and rewires the app so users can pick it from the same model menu as the cloud options.

The second change is quieter but arguably bigger: documents no longer have to live in Supabase, the hosted backend Mike was built on. Files can now sit on the server's own disk, with short-lived links handling downloads. Together these changes carve out a path to running Mike entirely on infrastructure you control. A companion change for the database side is expected next.

So what Relevant for any firm or legal-ops team that can't send client documents to third-party clouds and wants an on-premise AI option.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

1 commit from rglauco/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
10d12e77 feat: added ollama provider and local storage for privacy Glauco 2026-05-09 ↗ GitHub

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-221.md from inside the repo you want the changes in.

⬇ Download capture-thread-221.md