zed-industries/zed
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
github.com · zed-industries/zed
zed-industries/zed
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Zed 是由 Atom 与 Tree-sitter 原班团队用 Rust 打造的下一代代码编辑器,强调极低延迟的编辑体验与内置多人协作。它不只是更快的 IDE:官方已把 Zed Agent、并行 Agent 线程、MCP 工具链与外部 Agent(ACP)整合进同一工作区,适合把日常编码、结对调试与 AI 辅助开发放在同一套界面里完成。
Zed 解决的是「编辑器慢、协作靠屏幕共享、AI 工具散落各处」的割裂感:原生性能让日常导航与编辑更顺,协作能力让结对不必再切 Zoom + VS Code,而 Agent 与 MCP 又减少在终端、插件与 IDE 之间来回切换。对重视响应速度与工作流一体化的开发者,它是比 Electron IDE 更轻、比纯终端编辑器更完整的 GUI 方案。
brew install --cask zedcurl -f https://zed.dev/install.sh | shwinget install -e --id ZedIndustries.Zed启动 Zed 后打开一个本地项目,熟悉 Command Palette 与 Project Panel。若需 AI,在设置中配置 LLM Provider,打开 Agent Panel 发起一次小任务(如解释文件或生成测试)。
确认编辑器能正常索引项目、LSP 诊断可用;若启用 AI,Agent 能读取上下文并返回 diff 或终端输出。协作功能需登录 Zed 账户后邀请联系人或加入频道验证。
docs/src/development/,依赖 Rust 工具链与平台特定构建步骤,门槛高于直接安装包。