# 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 the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## 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. --- ## Quick Use ```bash # macOS brew install --cask zed ``` Open Zed and press `Cmd+Enter` to open the AI assistant panel. --- ## Intro Zed is a GPU-accelerated code editor written in Rust with a built-in native AI assistant, multiplayer collaboration, and sub-millisecond render latency, with 55,000+ GitHub stars. AI is integrated at the editor's core and supports Claude, GPT-4, and local models. Ideal for developers who want extreme speed and don't want AI slowing them down. --- ## Source & Thanks > 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/zed-high-performance-code-editor-ai-built-2710f17d Author: AI Open Source