Zed

GPU-accelerated code editor in Rust. Built-in AI assistant, ultra-fast. Free.

★ 52k Stars GPL License Self-Host Ready
Self-Hosting Guide Build on TurboQuant

Features & Overview

Zed is a powerful solution in the Code Editor landscape. It provides developers with high flexibility, low-latency performance, and the sovereignty of open-source software.

  • Deep integration with modern developer stacks.
  • High-performance architecture built for 2026 scale.
  • Massive community support with over 52k stars.

Self-Hosting Zed with Docker

Deploying Zed on the TurboQuant DePIN edge network or your own VPS is simple using Docker Compose.

# docker-compose.yml
version: "3.8"
services:
  zed:
    image: zed/latest
    ports: ["8080:8080"]
    restart: unless-stopped