Open-ended chat grid
Keep adding persistent AI chats to an edge-to-edge workspace, tune the pane density, choose a model for each, or broadcast one prompt across the entire grid.
Chat, compare, route and build with the models you choose. MultiGrid brings private local workflows and cloud intelligence into one calm desktop workspace.
Windows preview in development · macOS and Linux planned · local BYOK stays free

MultiGrid connects everyday AI use with the control developers need—without turning either experience into a control panel.
Keep adding persistent AI chats to an edge-to-edge workspace, tune the pane density, choose a model for each, or broadcast one prompt across the entire grid.
Build persistent model routes with ordered fallbacks, then see which model actually answered.
Create instructed agents with memory, MCP tools, approval policies, task tracking and execution logs.
Desktop secrets belong in the operating system credential vault—not browser storage or plaintext files.
Understand requests, tokens, latency and provider-reported costs with persistent local analytics.
Bring your own keys, connect Ollama, or opt into hosted access later. Local workflows remain first-class.
Point an OpenAI-compatible client at MultiGrid to access models, fallbacks, Chat Completions, Responses and embeddings from one local endpoint.
from openai import OpenAI client = OpenAI( base_url="http://127.0.0.1:7777/v1", api_key="your-local-gateway-key" ) result = client.chat.completions.create( model="multigrid/auto", messages=[{"role": "user", "content": "Hello"}] )
Use a local model, contact a selected provider directly, or explicitly enable hosted access.
Native credentials are stored through Windows, macOS or Linux security services.
Agent policies and confirmation gates keep consequential actions visible.
MultiGrid is designed so useful local workflows do not require a cloud account. Optional services will be clearly separated and opt-in.
Installer signing and public distribution are still being prepared. Follow development or contact us for preview access.