> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Zed, Open-Source Code Editor by the Creators of Atom, Now on Linux!
- URL: https://itsfoss.com/news/zed-linux/
- Published: 2024-07-11T12:38:36.000Z
- Updated: 2024-07-11T12:38:36.000Z
- Description: The code editor by Atom creators is here for Linux!
- Author: Sourav Rudra
- Tags: Open Source, News, #Import 2025-11-08 21:15

There's no dearth of [modern open-source text editors](https://itsfoss.com/best-code-editors/) for Linux in today's time, with options such as VSCodium, Gedit, Kate, Geany, VS Code, and the recently introduced [Theia IDE](https://itsfoss.com/theia-ide/) being some of the most impressive ones.

There's another interesting editor that has been making waves in recent times by the creators of the now defunct [Atom](https://github.blog/2022-06-08-sunsetting-atom/?ref=news.itsfoss.com) and [Tree-sitter](https://tree-sitter.github.io/tree-sitter/?ref=news.itsfoss.com). You might've already heard about it, it's called [Zed](https://zed.dev/?ref=itsfoss.com).

Earlier this year, the developers had [open-sourced](https://itsfoss.com/atom-creators-zed-open-source/) it under various licenses for handling the different components of it. Back then, many of our readers were unhappy to see that there was no Linux version available, just macOS.

Luckily, the developers have finally introduced a dedicated version for Linux.

## Zed Debuts On Linux: What to Expect?

![a screenshot of zed running on linux with a readme file open](https://itsfoss.com/content/images/2024/07/Zed_Linux.png)

Being a **Rust-based editor**, Zed is a great addition for Linux, and people who like to code on the various distributions now have one more option that they might potentially daily-drive.

During the launch, Software Engineer at Zed Industries, [Mikayla Maki](https://www.linkedin.com/in/mikayla-maki?ref=itsfoss.com) added that:

> Zed's community has been vital to the rapid development of this Linux build. As we've [discussed before](https://zed.dev/blog/zed-decoded-linux-when?ref=itsfoss.com), building a UI toolkit and application for Linux means working with an incredibly variable environment. From your GPU, to your distro, to your window manager, Zed has to handle it all.

And, I agree with her, **building an app for Linux is not a task that can be taken lightly**. The Zed team were also able to implement their in-house, open-source UI framework [GPUI](https://www.gpui.rs/?ref=itsfoss.com) on Linux, thanks to its platform-agnostic nature.

Moreover, they are open to the idea of helping the community package Zed for distros or even making it available in the repos, and collaborating with them to make sure it works the way intended.

If you are interested in learning more, then you can go through the [announcement blog](https://zed.dev/blog/zed-on-linux?ref=itsfoss.com).

## 📥 Get Zed

The suggested way of getting Zed for Linux is by running the following script:

```
curl https://zed.dev/install.sh | sh
```

You can also refer to the [official website](https://zed.dev/download?ref=itsfoss.com) if you are looking for instructions on how to install it on other platforms.

[Zed](https://zed.dev/download?ref=itsfoss.com)

If the above method is not your style, then you could try your hand at manually building Zed from [source](https://github.com/zed-industries/zed?ref=itsfoss.com). Head to the [official documentation](https://zed.dev/docs/linux?ref=itsfoss.com) to get started.

*💬 Better late than never, am I right? Are you going to try this out on your computer?*

**Suggested Read** 📖

[8 Best Open Source Code Editors for LinuxLooking for the best text editors in Linux for coding? Here’s a list of the best code open source code editors for Linux.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/2023/02/modern-code-editors.png)](https://itsfoss.com/best-code-editors/)