Ghostboard pixel

Irony? AI-focused Open Source Code Editor Zed Lets You Disable All AI Features

You can now have an AI-free coding environment on Zed.

Zed has been steadily building out core features this year. Earlier this year, we saw the arrival of a debugger with multi-language support and native Git support. Both additions have made Zed an editor worthy of consideration for serious development work.

The latest change is an interesting one, as the Zed team has announced the implementation of controls to disable all the AI features in the editor.

Zed Provides a Way to Disable AI Features

the work in progress enable ai features button for zed editior new user onboarding, it is a toggle switch on the right
Source: Zed

With the upcoming stable release of Zed next week, new users will be offered a dedicated toggle to opt out of all AI features, making it straightforward to choose a fully AI-free coding environment from the very beginning.

This comes at a time when there are increasing calls by users to disable AI in Zed, and this also checks out with what I have seen in replies to our Zed-specific posts on our social media handles too; not everyone wants AI in their code editor.

The devs also highlight some alternatives people can choose instead of disabling AI in Zed. You can use your own API keys to connect trusted AI services or run AI models locally to keep control over your data.

How to Disable AI in Zed?

If you are an existing user of Zed, then you can disable AI by following these few simple steps. First, open the "Settings" page from the Application Menu (the hamburger icon).

zed editor with a meson.build file open, and the agent panel showing a chat, which is powered by deepseek r1

Here, if you already have a setup with an LLM provider configured and a custom theme, you will need to remove the lines related to the LLM. In my case, I had to delete the sections under "agent".

I replaced that section by inserting the following global setting at the top and pressing Ctrl+S on my keyboard to save the changes:

"disable_ai": true,

After a quick app reboot, the Agent Panel will indicate that the LLM Provider is not configured. If you switch to a different panel, you’ll also notice that the Agent Panel toggle in the taskbar at the bottom right has disappeared.

Before you start this process, keep in mind that I tested this on the Preview build of Zed. While the settings work there, for most users, these changes won’t take effect until they upgrade to the new stable release that's due next week.

About the author
Sourav Rudra

Sourav Rudra

More of my work here: https://news.itsfoss.com/author/sourav/

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to It's FOSS.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.