Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.

  • furzegulo1312@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    15
    ·
    2 months ago

    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. https://zed.dev/blog/zed-is-now-open-source>