Local Mind

Open-source language models, and the coding agents that use them, running entirely on your Mac. No cloud. No account. No API key.

Local Mind picks a model that actually fits your Apple Silicon Mac, serves it locally, and points your existing coding agents at it. Your prompts, your code, and your files stay on the machine.

Private by defaultOffline-capablePay onceAuto-fits your MacOpenAI & Anthropic compatibleEnglish & 中文

Pick a model

Qwen3 (4B to 32B), Qwen3.6-35B-A3B, GLM-5.2, DeepSeek-V4-Flash and Laguna-S-2.1 — or bring your own .gguf. The table shows each one beside your hardware: its size, whether it runs fully resident on the GPU, streams routed experts from the SSD, or splits across CPU and GPU, and the prefill and decode speeds measured on Macs like yours. You see what fits before you download anything.

Downloads run from the publisher (Hugging Face) and every file is checked against a bundled SHA-256 manifest; a model with no known-good hash on record is marked unverified and, in the default safe mode, will not be launched.

Try it, then measure it

The Playground runs a built-in ~3,000-token prompt or a short chat and reports prefill, decode, time-to-first-token and totals, with a live view of memory, GPU and disk. On an M1 Ultra, Qwen3.6-35B-A3B serves at about 1,118 tok/s prefill and 74 tok/s decode, first token in 2.5 s.

Use it from your coding agent

Claude Code, OpenCode and Codex are wired in one click: the app writes an isolated launcher that points each tool at your local server, leaving your own configuration untouched, and hands you the Terminal command to start it. Open Cowork is a GUI app, so it is pointed at this Mac in its own settings. Agents share one model and one GPU worker, so requests are served one at a time.

Anything else that speaks OpenAI or Anthropic can use the same endpoint at http://127.0.0.1:8000/v1, on this Mac only or across your LAN, your choice.

Private because it cannot be otherwise

The inference engine — the component that reads your prompts, conversations and files — is code-signed without the outbound-network entitlement, so macOS refuses it any internet connection at all. You can check that yourself with codesign. Nothing is uploaded unless you opt in, item by item, to sharing anonymous speed measurements or a reviewed list of your own preferences. See the Privacy Policy.

Requirements

An Apple Silicon Mac, and free disk space for the model you choose — a couple of GB for the small ones, up to ~217 GB for the largest. More unified memory runs larger, higher-quality models; the app tells you which ones your Mac can actually hold.