• main
    All checks were successful
    Build and Release Zed Editor / check-version (push) Successful in 3s
    Build and Release Zed Editor / build-and-release (push) Successful in 1m21s
    Stable

    rawleenc released this 2025-10-14 11:48:16 +02:00 | 3 commits to main since this release

    Zed Editor 0.207.4

    Unofficial Debian package for Zed Editor.

    Installation

    # Download and install the package
    wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.207.4/zed-editor_0.207.4_amd64.deb
    sudo apt install ./zed-editor_0.207.4_amd64.deb
    
    # Or install from the APT repository (if configured)
    sudo apt update
    sudo apt install zed-editor
    

    Upstream Release Notes

    • By default, Zed will now keep your terminal selection after copying text from it. This matches the default copy behavior of many terminals (Terminal.app, Ghostty, VS Code's terminal, etc.). To opt into the previous behavior, use "terminal": {"keep_selection_on_copy": false}.
    Downloads