Zed Code Editor Now Available for Linux

Zed open-source code editor built in Rust with a GPU-accelerated renderer has been officially launched for Linux.

Remember Atom, the popular code editor favored by many developers? After Microsoft discontinued it, some of its original creators launched a new project called Zed, which they designed to be even better. Although the editor was released for macOS, it wasnโ€™t available on Linux. Well, that’s no longer the case.

In an exciting development for software developers using Linux, the highly anticipated open-source code editor Zed has officially launched for Linux platforms.

Built from scratch in Rust programming language by the team behind the Atom editor and the Tree-sitter parsing framework, it sets itself apart with a GPU-accelerated renderer, promising an unprecedented editing experience that maximizes efficiency and speed.

Benefits of Zed Code Editor for Linux Users

Zed Code Editor
Zed Code Editor

The introduction of Zed to the Linux community brings several benefits with the main ones being:

  • High Performance: Thanks to its GPU-accelerated renderer, Zed delivers superior performance compared to traditional editors that rely solely on the CPU. This means faster rendering of visuals and smoother transitions, even with extensive codebases.
  • Real-Time Collaboration: Another standout feature of Zed is its multiplayer functionality, which allows multiple developers to work on the same project simultaneously.
  • Advanced Code Editing Features: The editor maintains a full syntax tree for each file, which supports advanced code editing features like precise syntax highlighting, auto-indentation, structural selection, and a searchable outline view.
  • IDE Features: Zed is more than a traditional code editor. It includes an integrated terminal, language server protocol support for code completion and diagnostics, and a command palette with Vim-style modal editing.
  • AI-Driven Code Generation: Zed integrates with AI technologies like GPT-4, enabling developers to generate and refactor code via simple natural language prompts. This AI integration can significantly speed up coding tasks and reduce developers’ cognitive load.
  • Customizability and Extensibility: With support for custom themes and extensive configurability through extensions, Zed allows developers to tailor the editor to their specific needs and preferences
  • Open Source and Community-Driven: Last but not least, Zed is open-source, allowing users to modify, enhance, and distribute their versions.

How to Install Zed on Linux

The process is extremely simplified. To install Zed, Linux users can execute the following command in their terminal:

curl https://zed.dev/install.sh | shCode language: Bash (bash)

Once the installation is complete, run the following two commands:

echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc
source ~/.bashrcCode language: Bash (bash)

Then, just find the app in the list of apps in your application launcher, open it, and enjoy the exceptional speed, comfort, and features the editor offers.

Check out the official announcement or visit documentation for more information about the Zed code editor.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 68%