brauliogusmao wires Mike up to run on your own hardware

This fork can now talk to local AI models running on the user's own machine - no cloud round-trip required.

infrastructuresecurity

The team has added support for Ollama, a tool that lets you run open-source AI models locally instead of sending every query out to OpenAI or Anthropic. In the chat interface, a new "Local (Ollama)" group appears in the model picker, populated automatically from whatever models the user has installed.

The more interesting touch is how the fork handles the fact that smaller local models aren't as disciplined as the big cloud ones. When the assistant needs to pull in a document, it's allowed to ask once - and then that capability is quietly taken away for the rest of the conversation, so a chattier local model doesn't keep re-fetching the same files in a loop. It's a small accommodation that says someone actually sat with these models and watched how they behave.

So what For firms that can't send client material to a third-party API - regulated practices, sensitive matters, on-prem requirements - this is the unlock that makes a tool like Mike viable at all.

View this fork on GitHub →

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

Commits in this thread

2 commits from brauliogusmao/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
cb3e3b59 feat: integração com Ollama para modelos locais Braulio Gabriel Gusmao 2026-05-13 ↗ GitHub
commit body
Adiciona suporte a modelos rodando localmente via Ollama, com estratégia
de pré-carregamento de documentos no contexto antes da chamada ao LLM -
necessário porque modelos menores não lidam bem com tool calling reativo.

- Backend: adapter de streaming (ollama.ts), rota GET /ollama/models,
  dispatcher atualizado para provider "ollama/", models.ts e types.ts
  atualizados
- Frontend: grupo "Local (Ollama)" dinâmico no ModelToggle, busca de
  modelos via fetchOllamaModels(), useSelectedModel aceita IDs ollama/*,
  modelAvailability atualizado para provider ollama

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
09bb9af9 Merge pull request #1 from brauliogusmao/slm-local Bráulio Gabriel Gusmão 2026-05-13 ↗ GitHub
feat: integração com Ollama para modelos locais

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-391.md from inside the repo you want the changes in.

⬇ Download capture-thread-391.md