Zed on Linux is out!

https://jlai.lu/post/8476122

Zed on Linux is out! - jlai.lu

What’s that?
Integrated Development Environment (IDE) from the makers of Atom. It is written in rust.

Thanks. I briefly used Atom (on Win) but stopped as it was terribly slow to startup.

What is the software license for Zed? It’s Github page isn’t clear.

The code for Zed itself is available under a copyleft license to ensure any improvements will benefit the entire community (GPL for the editor, AGPL for server-side components). GPUI, the UI framework that powers Zed, is distributed under the Apache 2 license, so that you can use it to build high-performance desktop applications and distribute them under any license you choose. zed.dev/blog/zed-is-now-open-source>
Zed is now open source - Zed Blog

From the Zed Blog: We hope you'll join us in our mission to fundamentally advance software collaboration.