Skip Navigation

Zed, GPU-accelerated IDE Written in Rust, is now available for Linux

www.omgubuntu.co.uk Zed, GPU-accelerated IDE Written in Rust, is now available for Linux - OMG! Ubuntu

Open-source editor Zed is now available for Linux. Zed is a GPL licensed IDE written in Rust, developed by the authors of the Atom editor and the creators

Zed, GPU-accelerated IDE Written in Rust, is now available for Linux - OMG! Ubuntu
3
3 comments
  • Dude

    Why on earth would you make an IDE which wants a GPU but then uses it for anything other than running a local LLM which doesn’t send all your data to a remote server which then charges you money for the privilege of doing so

    There are, supposedly, good coding models available as open source. Idk if it’s accurate but that is the rumor.

    • There are quite a few usable ones. And yes, it is strange it doesn't support it. You can expose an OpenAI-like API for chat, but not completion.

      It's also missing git functionality (it is on the roadmap), only showing you modified or new files.

      • Ah, no full git integration breaks it for me. I’ll definitely check in again when that feature shows up.