๐Ÿ†“ Free forever โ€” and licensed to stay that way

Every tool here is open source; its license guarantees the right to use and redistribute it. This mirror is that promise in practice: each package's newest release that is at least 2 months old, served free forever โ€” no account, no authentication.
Security and patch fixes are published immediately. Want every release within hours of upstream? That's the main repository at deb.griffo.io. ๐Ÿš€

๐Ÿ’ฌ Questions, issues or anything about this repo? Join our Discord community โ€” the best place to get help and connect with other users.

โšก Install Latest Zed on Debian

Get the high-performance, multiplayer code editor

Free mirror version: 1.2.6 ยท security fixes immediate
SourceVersion
deb.griffo.io (main)1.11.3 โœ…
Official Debian๐Ÿšซ 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 Staying Current Matters: 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-free.griffo.io

Step 1: Add Repository

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

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-free.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 Debian 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

๐Ÿ“ฆ Recent releases at deb.griffo.io (main)

โ“ Frequently asked questions

Is Zed in the official Debian repositories?

No โ€” Zed is not packaged in the official Debian archives. This free mirror serves the newest Zed release that is at least 2 months old; the main repository at deb.griffo.io serves every release within hours of upstream.

How do I install the latest Zed on Debian?

Add the deb-free.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 Debian releases are supported?

Debian 12 Bookworm, Debian 13 Trixie, Forky and Sid.