Install Zed on Ubuntu 24.04 | Generated by AI

Home 2025.10

For Ubuntu 24.04 LTS, the most straightforward and official installation method for Zed (the high-performance code editor) is via their provided shell script, which works natively on most Linux distributions including Debian-based ones like Ubuntu. It handles dependencies automatically and ensures you get the latest stable release.

Run this in your terminal:

curl -f https://zed.dev/install.sh | sh

If you prefer a sandboxed, universal package (no native deps to worry about), use the Flathub option from your list (dev.zed.Zed) via Flatpak:

  1. Install Flatpak if not present: sudo apt update && sudo apt install flatpak.
  2. Add Flathub repo: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo.
  3. Install: flatpak install flathub dev.zed.Zed.
  4. Run: flatpak run dev.zed.Zed.

The script is generally faster and more integrated for a desktop like GNOME, but Flatpak is great if you want isolation or already use it for other apps. Avoid the other options in your list, as they’re for non-Debian distros and won’t work directly on Ubuntu without extra setup.

References


Back

x-ai/grok-code-fast-1

Donate