43 developer tools, always updated — new upstream releases land in apt within hours. Join the Discord

📅 From , the apt mirror will require a subscription. See pricing · 🆓 There is an always-free mirror

⚡ Install Latest Zed on Ubuntu

Get the high-performance, multiplayer code editor

Latest version: 1.15.0 · updated 2026-08-12
SourceVersion
deb.griffo.io1.15.0 ✅
Official Ubuntu🚫 not packaged
← Back to home

What is Zed?

Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. Created by the makers of Atom and Tree-sitter, Zed is written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU, delivering an incredibly fast and responsive editing experience.

🚀 Why Latest Versions Matter: Zed is rapidly evolving with new features like native debugging support, agentic editing, Git integration, and performance improvements in each release. Stay up-to-date to get the best editing experience.

🔥 Key Features of Zed

⚡ Blazing Fast

Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. Experience instant startup and smooth 120fps scrolling.

🤝 Multiplayer Editing

Real-time collaboration built-in. Chat with teammates, write notes together, and share your screen and project seamlessly.

🤖 AI Integration

Integrate LLMs into your workflow with agentic editing, inline assistant, and edit prediction powered by the Zeta model.

🐛 Native Debugging

Built on the Debug Adapter Protocol (DAP) with native support for debugging across multiple programming languages.

🔧 Vim-Friendly

First-class modal editing via Vim bindings, including features like text objects, marks, and all your favorite motions.

🌐 Remote Development

Your machine only runs the Zed UI, while the actual codebase runs on a remote server for powerful cloud development.

📦 Installation from deb.griffo.io

Run the commands

Step 1: Add Repository

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb.griffo.io.gpg] https://deb.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb.griffo.io.list > /dev/null
apt update

🆓 Free forever alternative. Zed is also in the always-free mirror at deb-free.griffo.io — no account, no subscription, at most 2 months behind upstream, and security fixes published immediately. Add that repository instead of the one above:

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb-free.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/keyrings/deb-free.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb-free.griffo.io.gpg] https://deb-free.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/deb-free.griffo.io.list > /dev/null
sudo apt update
install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://deb-free.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/keyrings/deb-free.griffo.io.gpg
echo "deb [signed-by=/etc/apt/keyrings/deb-free.griffo.io.gpg] https://deb-free.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | tee /etc/apt/sources.list.d/deb-free.griffo.io.list > /dev/null
apt update

How the free mirror works →

Step 2: Install Zed

sudo apt install zed
apt install zed

🎯 Getting Started with Zed

Launch Zed:

# Launch from terminal
zed

# Open a specific file
zed myfile.rs

# Open a directory
zed /path/to/project

# Open from command line and install CLI
zed --install-cli

Basic keyboard shortcuts:

# Command palette
Ctrl+Shift+P (or Cmd+Shift+P on macOS)

# Quick file search
Ctrl+P (or Cmd+P on macOS)

# Project-wide search
Ctrl+Shift+F (or Cmd+Shift+F on macOS)

# Toggle terminal
Ctrl+` (or Cmd+` on macOS)

# Multi-cursor editing
Alt+Click (or Option+Click on macOS)

Enable Vim mode:

# Open settings with Ctrl+, (or Cmd+, on macOS)
# Add to your settings.json:
{
    "vim_mode": true
}

🚀 Why Choose deb.griffo.io?

⚠️ Official Debian Lag: Official Debian repositories often don't include Zed or contain outdated versions, missing critical features, performance improvements, and the latest AI capabilities.

📦 Package Build Repository

The Ubuntu packages are automatically built and maintained in this GitHub repository:

🔗 Related Packages

Also available from deb.griffo.io:

🎯 Perfect for: Modern software development, collaborative coding, AI-assisted programming, and anyone wanting a blazing-fast alternative to VS Code with better performance and native multiplayer support.

💝 Support This Project

If this repository saves you time and effort, please consider supporting it!

⭐ Star on GitHub 🐦 Share on Twitter

Just after the command? See apt install zed — one page covering Debian and Ubuntu.

📦 Recent releases from this repository

📚 Release-specific install guides

❓ Frequently asked questions

Is Zed in the official Ubuntu repositories?

No — Zed is not packaged in the official Ubuntu archives. This repository is currently the only apt source, serving Zed 1.15.0.

How do I install the latest Zed on Ubuntu?

Add the deb.griffo.io repository once using the instructions above, then run: sudo apt install zed. New releases arrive through the normal sudo apt upgrade.

Are the packages signed and how are they built?

Every package is signed with the repository's GPG key (EA0F721D231FDD3A0A17B9AC7808B4DD62C41256) and built from upstream releases in public GitHub packaging repositories that anyone can inspect.

Which Ubuntu releases are supported?

Ubuntu 22.04 Jammy, 24.04 Noble, 25.10 Questing and 26.04 Resolute.