Linux when? Linux now. 🎉🐧
For the last 6 months, our team and our open source community have been working hard to bring Zed to Linux.
As of today, we've released our first, official, stable build of Zed on Linux!
zed.dev/linux
In case you were wondering... Zed is proudly built the hard way—from scratch, starting with an empty repo.
Our team *created* Electron, but we no longer believe that the ultimate editor can be created by forking a web browser.
(Or by forking a fork of a web browser 🙃)
The world's fastest AI code editor is here
Zed is engineered from scratch in Rust like a video game. Not another fork, but a purpose-built editor designed for collaboration between humans and AI, delivering a lightning fast agentic editing experience.
zed.dev/blog/fastest-ai-code…
🚀 Introducing Zed v0.146!
Zed now features a built-in REPL!
You can run code:
* Line by line
* Block by block (# %%)
* Any selection
Evaluate Python and see your charts inline.
Zed is now open source!
Our mission is to revolutionize developer collaboration, building the world's best code editor in the process. After working together in Zed as a small team, it's time to scale up to transform Zed into a collaboration platform.
Introducing Zed AI, in collaboration with @anthropicAI.
Zed AI brings LLMs directly into your editor with an extensible, text-centric approach.
We're also piloting @anthropicAI's new Fast Edit mode for Claude 3.5 Sonnet with a small set of Zed users.
zed.dev/ai
Zed has raised a $32M Series B, led by @Sequoia.
We’re full speed ahead making a great editor, but there’s a bigger picture: we're building DeltaDB, a new kind of database for collaborative coding.
Early days, but the vision is clear: zed.dev/blog/sequoia-backs-z…
🤝JetBrains and Zed are joining forces to advance the Agent Client Protocol (ACP) – an open standard that lets any compatible AI coding agent work inside any editor.
🔗 Read more: jb.gg/c9mdxr
Zed is built from the ground up in Rust, using our own custom GPU-powered UI framework. Owning all layers in the stack allows us to deliver low-latency performance, but comes with the cost of a long beta period as we implement everything from scratch.
We're excited to announce our plan to open source Zed... on Zed!
Zed has always been more than just an editor. We're building a communication platform for software engineers, and we're going to use this platform to open source itself! (1/6)
We engineered Zed to be instantly responsive, but what's faster than instant? Anticipating your next move.
Introducing edit prediction, powered by Zeta, our new open-source language model. 🚀
1/3: We want to recognize an outstanding community member. @0xtimsb reached out to us to express their interest in helping make Zed better. Shortly after, we immediately saw PRs coming in that addressed bugs and added quality-of-life features.
On a 120Hz display, apps have ~8ms to render each frame without introducing jank. In Electron, this felt impossible to achieve. So to create Zed, we took inspiration from video games and built our own UI framework in Rust that targets modern graphics hardware: GPUI. 🧵...
🚀 New in Zed: Bring your own agent, starting with @Google’s Gemini CLI.
→ Try Gemini CLI with full code context in Zed
→ Build & run multiple agents in your editor
→ Powered by the new Agent Client Protocol (ACP)
Learn more: zed.dev/blog/bring-your-own-…
Build the simplest thing that could possibly work.
Do that repeatedly and put in the work to keep the system simple, and leave the codebase better than you found it.
We build for engineers who care about their tools—including those who want them AI-free. You can now disable all AI features in Zed: "disable_ai": true
Your workflow, your choice. Ships in Preview today, Stable next week.
zed.dev/blog/disable-ai-feat…
We landed a Zed extension for `pyrefly`, @facebook's new Python language server written in Rust. "Type check over 1.85 million lines of code per second" and receive other goodies, like go-to-definition.
Last week we made Zed for Linux available for download and download you did! More than 35k times in the first seven days!
Special thanks for everyone who filed issues and an opened PRs.
We're humbled by your excitement and support.
zed.dev/linux
🚀 Zed v0.187 is out!
A minimap has been added to Zed, closing out one of our more popular issues with nearly 350 👍s!
To enable the minimap, use `"minimap": {"show": "always"}` in your settings.
Thank you, Evan Simkowitz!
JetBrains is adopting ACP.
Every @jetbrains IDE will support any ACP-compatible agent. Combined with Zed, Neovim, and Emacs, that's one protocol implementation reaching developers everywhere.
Agent developers: the ecosystem just got real.
Python in Zed is finally… fun 😎
• basedpyright by default
• auto-activated venvs + per-project interpreters
• monorepo-ready (multi-venv? yup)
• run/launch configs that don’t fight you
Bonus: ty + Ruff, out of the box (@astral_sh)
Did someone say they wanted a debugger in Zed? 🐛🔨💥
Private beta kicks off after the agent panel launch.
A new window into your bugs is just around the corner.
zed.dev/debugger
🚀 Introducing Zed v0.145!
Remoting Development (alpha) for everyone 🖥️🌐
Edit files or run commands on your server over SSH, whether working solo or using Zed's collaboration tools to tackle tasks together.
zed.dev/docs/remote-developm…
Did you know rust-analyzer can convert JSON into Rust structs? Simply paste your JSON into a Rust file and run the `convert JSON to struct` code action.
Huge thanks to Junkui Zhang for their outstanding contributions to help make Zed work on Windows!
120 merged PRs, +9k -5k LOC, and our top external contributor, ranking 17th overall.
While we don't officially distribute Windows binaries yet, it can be compiled from main, and Junkui's work is helping to make it happen! 🚀
github.com/JunkuiZhang
We've shipped improvements to Claude Code and Gemini CLI in Zed, now on Preview
- Plan Mode, and all other Claude Code modes
- SSH support for all third-party agents
- the Gemini ACP server now uses proxy settings from Zed's configuration
- keybindings and bug fixes
These developers believed in Zed enough to contribute their time and expertise for months.
We're honored they're now our colleagues:
zed.dev/blog/hired-through-g…
🚀 Zed v0.178 is out!
Zed will now auto-close tags in JSX/TSX files by default, as well as Astro, Svelte, and Vue files, if the associated extensions are installed. To disable this behavior, use:
`"jsx_tag_auto_close": { "enabled": false }`
⚡ Gemini CLI is now integrated into @zeddotdev, the lightning-fast code editor. See Gemini CLI collaborate with you in real-time as you build.
Start coding → goo.gle/4lTJb6R
ALT Blue text bubbles sequentially display "something fast" then "something smart", before merging into a larger bubble that reads "something fast meets something smart". During this transition, a geometric star spins and a patterned cylinder rotates, culminating in the reveal of two distinct app icons: a white maze-like 'Z' on a black square, and a blue '>' on a dark square with a colorful gradient border.
The Git integration MVP is starting to shape up! We are still iterating over some remaining bugs and UI polish so that we can deliver a beta worth testing. Have a great weekend everyone!
Ghostty 1.2 is now out! macOS Tahoe support, command palette, graphical progress bars, custom cursor shaders, background images, quick terminal on Linux, global keybinds on Linux, localization to two dozen locales on Linux, and hundreds more changes. ghostty.org/docs/install/rel…
🚀 Introducing Zed v0.99!
Zed now has text-conversion commands:
- `convert to kebab case`
- `convert to snake case`
- `convert to upper camel case`
- `convert to lower camel case`
- `convert to title case`
- `convert to lower case`
- `convert to upper case`
🚀 Zed v0.192 is out!
Web developers frequently need to see colors used in their websites. Zed now displays color previews in a variety of ways, via `lsp_document_colors`, with `inlay`, `border`, or `background` options.
🚀 Introducing Zed v0.140!
Untether yourself from the internet and collaborate with local models in the assistant with new support for @ollama. Enable it in your settings.json file via:
"assistant": {
"version": "1",
"provider": {
"name": "ollama",
}
}
🚀 Introducing Zed v0.147!
GitHub Copilot Chat (@MSFTCopilot) is now supported within the assistant.
Once you've signed into GitHub Copilot within Zed, Copilot Chat should be available as an option in the model dropdown in the assistant.
Believe it or not, the current preview release makes Zed even faster! On ProMotion displays, we now drive your display at 120Hz during active editing. We also now apply triple buffering in our rendering pipeline for improved throughput.
#CodeAtMaxFrameRate
We’ve been astonished by how quickly AI-powered developer tooling has progressed over the last 6 months. So we asked ourselves - how quickly could we bring these technologies into Zed? Today, we’re happy to announce that Zed now supports Copilot.
zed.dev/blog/copilot
We're moving Zed AI to token-based pricing. We still offer, and will always offer, multiple ways to use AI in Zed without paying us: use your own keys, or external agents like Claude Code via ACP.
This lets us invest sustainably in the editor features that make Zed fast and reliable.
🚀 Zed v0.172 is out!
Users have been asking us for a long time to give them the ability to customize their file icons. With today's stable release, you can now create custom file icon sets through Zed extensions. 🎉 This closes out an issue with nearly 600 upvotes (👍)!
🚀 Zed v0.170 is out!
Zed's assistant can now be configured to run models from @lmstudio.
1. Install LM Studio
2. Download models in the app
3. Run the server via `lms server start`
4. Configure LM Studio in Zed's assistant configuration panel
5. Pick your model in Zed's assistant
35 issues, some bugs, some feature requests, closed during Quality Week! 🎉
Next week, we're back to focusing on deeper Git integration!
Have a great weekend!
Zed has a brand new visual keymap editor coming to Stable (v0.196) this coming Wednesday. Discover and edit bindings faster and easier than ever before!
See @mitchellh's AI coding workflow in action! Tomorrow at 3pm EST, we're exploring his recent PRs and discussing where agentic engineering is headed—the wins, the gaps, and the messy middle. Live Q&A included!
Sign up or add the event directly to your calendar: zed.dev/agentic-engineering
This week we're launching the beta program for our long awaited debugger. If you want to join, you can sign up here: zed.dev/debugger. We'll email you once you're in.
If you've heard the massive amount of buzz about DeepSeek-R1 (@deepseek_ai) and want to try it out in a code editor, Zed now has it integrated out-the-box! All you have to do is put in your API key. See the linked blog post below!
🚀 Introducing Zed v0.166!
Much of the Zed team will be on winter break next week, so our next release will be in 2025! We wish everyone happy holidays!
Preliminary support for voice chat and viewing screenshares is now available on Linux.
We are close to launching a private beta for the deeper Git integration features we've been working on. Feel free to sign up on the waitlist and we'll send you an email when it's ready to go!
zed.dev/git?x=41
We just released a patch for both stable and preview builds including fixes for the most common bugs we heard from you all today. Update and let us know if they’ve fixed your issues!
🚀 Zed v0.180 is out!
Zed's assistant now supports Gemini 2.5 Pro Experimental and Claude Sonnet 3.7 Thinking (through Zed's provider and GitHub Copilot Chat).
🚀 Introducing Zed v0.159!
Today we're excited to launch Zed SSH Remoting in Beta. 💻🌐🎉
See the blog post for more details.
zed.dev/blog/remote-developm…
In an effort to improve our HTML experience, we now have automatic renaming of closing tags on type. This means that anytime you edit an opening tag, the corresponding closing tag will automatically be updated to match. This also works with multiple cursors!
If you prefer to disable this feature, you can do so by setting the new boolean setting `linked_edits` to `false` in your `settings.json` file. Note: this will be available in Zed Preview (v0.139) this Wednesday.
Zed is intentionally minimal and engineered with performance as a priority. Our aim is to craft a tool that vanishes from your awareness as you lock into your coding groove.
This week, we announced ACP, an open-source protocol that standardizes communication between clients and coding agents, but we also released Zed v0.201! Let's dive into some of the highlights!
agentclientprotocol.com/over…