Zed AI homepage

Zed AI

by Zed Industries

AI features in the fast, open-source Zed code editor

Product with AI agentsSupervised

Last reviewed 2026-06-19

Zed is a high-performance, multiplayer code editor written in Rust by Zed Industries, a team including creators of Atom and Tree-sitter. It is engineered for speed with GPU-accelerated rendering and low latency, supports real-time collaboration, and the editor itself is open source. Zed AI layers assistive and agentic capabilities on top of the editor. Edit Prediction provides Copilot-style inline completions, and the Inline Assistant transforms a selected region in place via natural-language prompts. The Agent Panel provides agentic editing: describe a task and an agent reads the codebase, writes and edits files, runs terminal commands, and calls MCP-connected tools for multi-step work. It runs as a supervised agent, since changes surface as reviewable diffs you accept or reject and tool actions can be set to auto-approve, prompt, or deny. Models include Anthropic Claude prominently, with bring-your-own-key for several providers and Zed-hosted models on paid plans.

What it can do

  • Predict and complete code inline

    Copilot

    Edit Prediction provides inline code completions as you type.

    source
  • Transform a selection from a prompt

    Copilot

    The Inline Assistant rewrites a selected region in place from a natural-language prompt.

    source
  • Edit files and run commands (Agent Panel)

    Supervised

    Reads the codebase, writes and edits files, runs terminal commands, and uses MCP tools for multi-step tasks, gated by diff and tool-call approval.

    source
  • Generate Git commit messages

    Assistant

    Generates commit messages from the Git panel.

    source

Strengths

  • +Extremely fast GPU-accelerated Rust editor with AI built in
  • +Open source with flexible model access (bring-your-own-key or hosted) plus MCP
  • +Supervised agent with granular control: per-hunk diffs and tool-approval policies

Limitations

  • Hosted models need a paid plan or your own keys; the free tier caps predictions and excludes hosted models
  • Younger and smaller ecosystem than VS Code
  • No web version, and the agentic features are relatively new

Overview

Zed is a fast, open-source, multiplayer code editor in Rust. Zed AI adds inline completion, in-place selection editing, and an agentic Agent Panel.

What it does

Edit Prediction completes code inline and the Inline Assistant rewrites selections (copilot). The Agent Panel reads the codebase, edits files, runs commands, and uses MCP tools, gated by diff and tool approval (supervised). It also generates commit messages (assistant).

Integrations & setup

Native desktop app for macOS, Linux, and Windows. Connects to MCP servers and to Anthropic, OpenAI, Google, and Ollama via bring-your-own-key, with Zed-hosted models on paid plans.

Pricing

Freemium: a free Personal tier (capped predictions, no hosted models), Pro at $10/mo with included token usage and hosted models, and a Business tier with governance.

Best for / not for

Best for developers who want a very fast native editor with open-source roots and flexible model access. Less ideal for teams wanting a web IDE or the largest extension ecosystem.

Alternatives

Cursor and Windsurf are agentic editors; GitHub Copilot and Continue are alternative in-editor AI.

What people are saying

We aggregate real LinkedIn discussion into sentiment for the agents people search most. Zed AI isn't tracked yet, want it added? Request tracking.

FAQ

Is Zed open source?+

Yes. The editor is open source (primarily GPL-3.0 with Apache-2.0 components), available on macOS, Linux, and Windows. AI features add hosted-model options on paid plans.

How autonomous is Zed's Agent Panel?+

It edits files, runs terminal commands, and uses MCP tools for multi-step work, but changes surface as reviewable diffs and tool actions can require approval, so it operates as a supervised agent.

Sources

Last reviewed 2026-06-19

Alternatives & related