Outlier  ›  vs

Outlier vs Zed AI: on-device Mac models vs a cloud-first code editor

Quick answer

Zed is an open-source Rust code editor whose AI runs against cloud-hosted Claude, GPT and Gemini by default, so your code leaves the machine unless you configure a local model yourself. Outlier is a standalone Mac app that runs every model on-device — no account, no caps, nothing uploaded — but it isn't an editor and won't edit your repo for you. For agentic work across a big repository, Zed driving a frontier model is stronger; for code that structurally cannot leave the laptop, Outlier delivers that.

Disclosure up front: I'm Matt Kerr, I built Outlier, and I sell it. Read this like any comparison written by an interested party, and check the sources at the bottom. I've worked to get Zed right, partly because it beats Outlier on several axes I care about.

What Zed's AI actually is

Zed is a desktop editor written in Rust by Zed Industries, the team behind Atom and Tree-sitter. It's open source under GPL-3.0-or-later (Apache-2.0 where marked), runs natively on macOS, Linux and Windows, and ships a CLI.

The AI arrives in three shapes: an agent panel that reads and edits across your project, inline edit prediction as you type, and external agents over the ACP protocol — Claude Agent, Codex, OpenCode — plus MCP servers. As of mid-2026 Zed's docs describe a desktop application; I found no official mobile app or web version.

Where each one lives

Zed's AI lives inside the thing you write code in: it sees your cursor, buffer, diagnostics and repo, and edits stream across files as the agent works.

Outlier is a standalone Mac app — Apple Silicon only, M1 or later, macOS 12+. No editor extension, no terminal agent, no inline completion. You bring code to a chat window and carry the answer back, which is more friction in a tight edit loop. What you get instead runs with Wi-Fi off and never asks for a sign-in.

Which model is doing the work

In Zed the heavy reasoning comes from closed-weight Claude, GPT and Gemini models, with the most capable tiers gated to Pro and Business. The one open-weight piece is Zeta, the edit-prediction model — fine-tuned from Qwen2.5-Coder-7B, Apache-2.0, training dataset published on Hugging Face. There are five access paths: Zed-hosted billing, your own keys, existing ChatGPT/Claude/Copilot subscriptions, gateways like OpenRouter and Bedrock, and local servers running Ollama, LM Studio or llama.cpp.

Outlier ships seven tiers, all on your Mac: Nano 4B (2.37 GB, 6 GB RAM) through Code 27B (15.13 GB, 24 GB RAM) up to Plus 397B-a17b, which streams experts from SSD and wants 64 GB. Six are Apache 2.0; Quick is under the Gemma Terms of Use.

Does your code leave the machine?

Zed is hybrid but cloud-first by default: using AI features sends prompts and code context to the provider. Zed doesn't retain that data, and its hosted providers operate under zero-data-retention agreements — with one documented carve-out: provider-designated safety models keep data briefly, around 30 days, for safety review rather than training. Your input isn't used for training by default, and edit-prediction collection is opt-in behind three conditions, restricted to open-source-licensed projects, and admin-controlled on Business. A conservative posture, honestly documented.

Even so, default edit prediction needs a sign-in and a cloud round-trip at keystroke granularity. The local path is documented, but it's a configuration you opt into rather than the architecture — local edit prediction drops External Agents and Terminal Threads, and Ollama's context defaults to 4096 tokens unless you raise max_tokens.

Outlier has no cloud path to configure: no account, no upload, works with the network off. The cost is real — no live web search, so it can't read a doc page you link, and no cloud sync.

What it costs

Zed's Personal plan is $0 — "$0 forever" on the pricing page — with 2,000 accepted edit predictions a month and unlimited AI use on your own keys. Pro is $10/month including $5 of tokens; past that it's API list price plus 10%, billed at month end or per additional $10 incurred, whichever comes first. Business is $30/seat/month with no seat minimum, no free trial and no bundled credits. The two-week Pro trial carries $20 of credits and excludes Anthropic's Opus models. No annual discount is published.

Credit where it's due: in September 2025 Zed moved from 500 prompts a month to token billing and cut Pro from $20 to $10. Worth checking — after the March 2, 2026 terms overhaul, the AI service requires users to be 18 or older, with binding arbitration and a class action waiver (30-day opt-out) under Delaware law.

Outlier's free tier is Nano and Lite, no account. Pro is $20/month or $149/year for all seven tiers, lifetime from $99. Nothing is metered, because there's no server to meter.

Agentic ability and repo-scale context

Here are my coding numbers, and they don't all flatter me. On a blind slice of SWE-bench Verified the local 27B measured ~45% — 18 of 40. Code 27B scores 0.866 on HumanEval. Those are my own measurements, not leaderboard submissions, and they sit below the strongest cloud coding agents. Core 27B did match Claude Opus on 98.9% of rubric checks across a 54-prompt head-to-head — but that's answer quality, not multi-step agentic repair.

On repo-scale context Zed's advantage is straightforward: the agent holds your project plus a frontier context window, with ACP agents and MCP servers pulling in more. Outlier's context is bounded by the RAM in your Mac, and Plus 397B runs at 2.1 tok/s on an M1 Ultra — thorough, not quick. For "read forty files and refactor the call graph," cloud wins.

Side by side

Zed AI (default) Zed AI (local config) Outlier
Where it lives Editor + CLI; macOS, Linux, Windows Same editor Standalone Mac app (Apple Silicon)
Model Claude / GPT / Gemini (closed); Zeta 7B for edit prediction Ollama, LM Studio, llama.cpp Seven on-device tiers, 4B to 397B-a17b
Code leaves machine Yes, under zero-retention terms No No
Cost $0 with own keys · Pro $10/mo · Business $30/seat $0 to Zed Free tier · Pro $20/mo or $149/yr · lifetime $99+
Agentic ability Agent panel, ACP agents, MCP servers Partial — no External Agents or Terminal Threads Chat-based; no in-repo agent
Repo-scale context Frontier context windows Server-dependent; Ollama defaults 4096 tokens Bounded by your Mac's RAM

Where Zed's AI genuinely wins

Who should pick which

Pick Zed if you want an agent working across a large repository, you're on Linux or Windows, you need the strongest available reasoning on hard bugs, you value auditing the client's source, or you already pay for Claude and OpenAI keys.

Pick Outlier if you work on code that can't go to a third party — client repos under NDA, regulated systems, unreleased product, security work — and want that guaranteed by architecture rather than contract. Also if you work offline, dislike metered billing, or don't want another account.

Or run both, which is what I'd suggest for most developers: Zed as the editor with your own keys or a local model, Outlier for the slice of work that shouldn't go over the wire. They aren't really competing for the same hour.

Sources and receipts: Zed plans and billing from zed.dev/pricing plus the September 2025 token-billing post; retention, training, model and local-runtime details from zed.dev/docs/ai/ (privacy-and-security, ai-improvement, models, llm-providers, use-a-local-model, edit-prediction); license and platform from zed-industries/zed; Zeta from huggingface.co/zed-industries/zeta; age and arbitration from Zed's March 2026 terms post. Checked July 2026 — competitor pricing and policies change, so verify at the source. Outlier figures measured on an M1 Ultra Mac Studio (64 GB): SWE-bench Verified blind slice 18/40, HumanEval 0.866 for Code 27B, rubric comparison at outlier.host/data.

Try Outlier free — no account needed

Nano and Lite run on-device forever at no cost. Nothing gets uploaded, and it works with Wi-Fi off.

Download for Mac