Zed是1.0
Zed 1.0

原始链接: https://zed.dev/blog/zed-1-0

Zed,一款新的代码编辑器,在五年开发后正式发布1.0版本。与基于Web技术(Electron)构建的VS Code等编辑器不同,Zed从头开始重建,利用GPU实现高性能——类似于视频游戏——并使用用Rust编写的自定义UI框架(GPUI)。这种“拥有每一层”的方法使其能够实现基于现有基础无法达到的功能。 Zed支持多种语言,集成了Git和调试器等工具,并且是“AI原生”,能够并行执行代理,并通过与Claude和Codex等集成提供实时、细粒度的代码建议。 “Zed for Business”提供团队的集中管理。 展望未来,团队正在开发DeltaDB,一种同步引擎,用于实现人类*和*AI代理之间的无缝协作,跟踪字符级别的更改。对核心技术的深度掌控是Zed愿景的核心,旨在打造高性能、协作编码环境,并使其与基于现有Web引擎的编辑器区分开来。

## Zed 1.0 发布 - Hacker News 讨论总结 围绕 Zed 1.0 发布的讨论显示出赞扬和建设性批评并存。用户普遍赞赏 Zed 的创新功能,例如文本线程(现已移除)和用于与 Claude Code 等 LLM 交互的 Agent 通信协议 (ACP)。然而,几个关键领域需要改进。 常见的抱怨包括对非拉丁键盘布局的快捷键支持不足,令人沮丧的搜索界面(用户更喜欢 Vim/Helix 风格的搜索),以及缺少诸如调用层次等功能。一些用户报告在使用 Claude Code 集成时内存占用过高,并更喜欢直接在终端中运行它。 进一步的需求包括更好的插件支持、CMake 集成、Python notebook 支持,以及改进的 Emacs 键位图功能(尽管宏支持可能无法与 Emacs 匹配)。关于默认主题过于单调以及潜在的颜色对比问题,也提出了可访问性方面的担忧。长期存在的 Wayland 和位图字体支持问题仍然未解决。 尽管存在这些问题,许多用户仍然对 Zed 的进步和潜力感到兴奋,甚至有人考虑为其开发做出贡献。
相关文章

原文

To create a fundamentally better editor, we had to invent a new approach to building desktop software. Our previous editor, Atom, was built as a fork of Chromium, spawning the Electron framework in the process. Electron eventually became the foundation of VS Code (which today seems to be forked into a new AI code editor every other week). Web technology offered an easy path to shipping flexible software, but it also imposed a ceiling. No matter how hard we worked, we couldn't make Atom better than the platform it was built on.

So we started over. Instead of building Zed like a web page, we built it like a video game, organizing the entire application around feeding data to shaders running on the GPU. That meant writing our own UI framework, GPUI, from scratch in Rust.

Owning every layer of our stack lets us take Zed places that no one building on borrowed foundations can go, but we knew from the beginning that it wasn't going to be an easy path. Thanks to years of hard work by our team and community, Zed is closer than ever to that ideal tool we set out to create. We've added a ton of capabilities while remaining true to our core ethos of craft and performance, and hundreds of thousands of developers now rely on Zed to ship software each day. That's part of what gives us the confidence to declare version 1.0.

Developers expect a modern editor to support dozens of languages and their ecosystems, endless variations and edge cases across every stack: Git integration, SSH remoting, a Debugger, and, yes, rainbow brackets. We've spent five years building that surface area across Mac, Windows, and Linux, exceeding a million lines of code.

Zed is also an AI-native editor. You can run multiple agents in parallel, and edit predictions suggest your next change at keystroke granularity and with the speed you've come to expect from Zed. The Agent Client Protocol opens Zed up to a growing number of the best agents out there, including Claude Agent, Codex, OpenCode, and more recently Cursor. We built AI into our editor's foundation instead of bolting it on top.

We're also launching Zed for Business. Companies have been asking us for a way to roll out Zed to their engineering teams, and very soon they can, with centralized billing, role-based access controls, and team management.

1.0 doesn't mean "done". It also doesn't mean "perfect". It means we've reached a tipping point where most developers can quickly feel at home in Zed. If you tried Zed a year or two ago and bounced because something was missing, 1.0 is our invitation to try again. Zed is more capable than it's ever been, and still more performant.

Our vision hasn't changed since we started: we're building the most performant and collaborative coding environment. What's changed is what collaboration means while creating software. It used to mean humans working together in real time. Now it means humans and AI agents, working in the same space, on the same code.

Building our own foundations is what got us to 1.0, and it's also what makes the next chapter possible. We're actively developing DeltaDB, a synchronization engine built on CRDTs that tracks every change with character-level granularity. DeltaDB lets multiple humans and agents share a single, consistent view of the codebase as it evolves. DeltaDB will allow you to invite teammates into conversations with agents to review and evolve agentic code directly in the context from which it's generated.

This vision depends on deep ownership of our fundamental primitives. It's not an experience we'd be able to ship inside of someone else's browser engine.

We've shipped over a thousand versions of Zed, but all of them began with zero. Today, that changes.

We'll keep shipping every week, the way we always have. The list of things to build will never end, and that's exactly how we like it. Each release moves the craft forward.

If you want to try Zed, download now. If you want to help us build it, join us!

Related Posts

Check out similar blogs from the Zed team.


Looking for a better editor?

You can try Zed today on macOS, Windows, or Linux. Download now!


We are hiring!

If you're passionate about the topics we cover on our blog, please consider joining our team to help us ship the future of software development.

联系我们 contact @ memedata.com