# Zed — High-Performance Code Editor with AI Built-In > GPU-accelerated code editor written in Rust with native AI assistant, multi-player editing, and sub-millisecond latency. Supports Claude, GPT-4, and local models. 55,000+ GitHub stars. ## Install Save in your project root: ## Quick Use ```bash # macOS brew install --cask zed # Linux curl -fsSL https://zed.dev/install.sh | sh ``` Open Zed, press `Cmd+Enter` to open the AI assistant panel. Configure your model in Settings > AI. --- ## Intro Zed is a GPU-accelerated code editor written in Rust with native AI integration, multiplayer collaboration, and sub-millisecond rendering latency with 55,000+ GitHub stars. Unlike VS Code extensions that bolt AI onto an Electron app, Zed has AI built into its core — inline completions, chat, and code generation work at native speed. Supports Claude, GPT-4, Gemini, and local models via Ollama. Best for developers who want the fastest possible editing experience with AI that doesn't slow them down. Works with: Claude, GPT-4, Gemini, Ollama. Setup time: under 2 minutes. --- ## Core Features ### Native AI Assistant Built directly into the editor — no extension overhead: - **Inline Completions**: Ghost text suggestions as you type - **AI Chat Panel**: `Cmd+Enter` opens context-aware conversation - **Inline Transform**: Select code, describe changes, apply instantly - **Multi-file Edits**: AI can edit across multiple files in one operation ### GPU-Accelerated Rendering Written in Rust with GPU rendering via Metal (macOS) and Vulkan (Linux): | Metric | Zed | VS Code | |--------|-----|---------| | Startup time | 150ms | 2-4s | | Input latency | <1ms | 10-50ms | | Large file scroll | 120fps | 30-60fps | | Memory (10 files) | 80MB | 400MB+ | ### Multiplayer Editing Real-time collaboration built into the editor: ``` 1. Share your workspace: Cmd+Shift+P → "Share Project" 2. Teammates join with a link 3. See cursors, selections, and edits in real-time 4. Built-in voice chat ``` ### Model Configuration ```json { "assistant": { "default_model": { "provider": "anthropic", "model": "claude-sonnet-4-20250514" }, "inline_alternatives": [ {"provider": "ollama", "model": "codestral"} ] } } ``` ### Language Intelligence Built-in Tree-sitter parsing and LSP support for 40+ languages. No extensions needed for syntax highlighting, code navigation, or refactoring. ### Key Stats - 55,000+ GitHub stars - Written in Rust, GPU-accelerated - <1ms input latency - Native AI assistant (no extensions) - Real-time multiplayer editing ### FAQ **Q: What is Zed?** A: Zed is a high-performance code editor written in Rust with native AI integration, GPU-accelerated rendering, and real-time multiplayer editing. **Q: Is Zed free?** A: Yes, Zed is free and open-source under GPL/AGPL license. AI features use your own API keys. **Q: Can Zed replace VS Code?** A: For many developers, yes. Zed supports extensions, LSP, Tree-sitter, and most VS Code keybindings. It is significantly faster but has a smaller extension ecosystem. --- ## Source & Thanks > Created by [Zed Industries](https://github.com/zed-industries). Licensed under GPL/AGPL. > > [zed](https://github.com/zed-industries/zed) — ⭐ 55,000+ Thanks to the Zed team for proving that a code editor can be both fast and AI-native. --- ## 快速使用 ```bash # macOS brew install --cask zed ``` 打开 Zed,按 `Cmd+Enter` 打开 AI 助手面板。 --- ## 简介 Zed 是一个用 Rust 编写的 GPU 加速代码编辑器,内置原生 AI 助手、多人协作和亚毫秒延迟渲染,GitHub 55,000+ stars。AI 集成在编辑器核心中,支持 Claude、GPT-4 和本地模型。适合追求极致速度且不想被 AI 拖慢的开发者。 --- ## 来源与感谢 > Created by [Zed Industries](https://github.com/zed-industries). Licensed under GPL/AGPL. > > [zed](https://github.com/zed-industries/zed) — ⭐ 55,000+ --- Source: https://tokrepo.com/en/workflows/2710f17d-84f9-4dff-9839-5b32a143111d Author: AI Open Source