Muchallms is a Chromium extension that manages multiple LLM web UIs (ChatGPT, Claude, Gemini, Grok, Perplexity) in a coordinated grid with a single controller window for broadcasting prompts.
It does not require any API keys. It works with your existing free accounts on the supported LLM chat sites.
Demo: https://www.youtube.com/watch?v=ZUj9dPOTYFs
- Detect and organize LLM popup windows into a grid
- Controller window to broadcast prompts to open LLMs
- Conversation history with per-LLM links (stored locally)
- Runs entirely in your browser (no backend)
- Open
chrome://extensions(or the extensions page in Arc/Brave). - Enable Developer mode.
- Click "Load unpacked" and select
muchallms/extension. - Click the extension icon to open the controller.
- New chat: use the edit icon in the header.
- Send prompt: click the broadcast icon or press
Ctrl/Cmd+Enter. - History: open the menu in the header to review past conversations.
- Extension source:
src/background.js: window management + messagingcontent.js: DOM adapters for providerscontrol.html/.css/.js: controller UI
All data stays in your local browser storage. No analytics or external servers.
MIT. See LICENSE.