ConfigsApr 2, 2026·3 min read
Zed — High-Performance AI Code Editor
GPU-accelerated editor built in Rust with multiplayer editing and built-in AI assistant. By the creators of Atom. 78K+ stars.
TO
TokRepo精选 · Community
Quick Use
Use it first, then decide how deep to go
This block should tell both the user and the agent what to copy, install, and apply first.
macOS:
```bash
brew install --cask zed
```
Linux:
```bash
curl -f https://zed.dev/install.sh | sh
```
Open Zed, sign in, and start coding. AI features work out of the box.
Configure AI provider in Settings (Cmd+,):
```json
{
"assistant": {
"default_model": {
"provider": "anthropic",
"model": "claude-sonnet-4-6"
}
},
"language_model": {
"anthropic": {
"api_key": "sk-ant-..."
}
}
}
```
---
Intro
Zed is a high-performance code editor with 78,300+ GitHub stars, built from scratch in Rust by the creators of Atom and Tree-sitter. It features GPU-accelerated rendering for instant startup, real-time multiplayer editing, and a deeply integrated AI assistant for code generation and conversation. Zed processes syntax with Tree-sitter and provides LSP support across all languages. It's the fastest graphical code editor available — designed for developers who want Vim-level speed with VS Code-level features.
Works with: macOS, Linux, OpenAI, Anthropic Claude, Google Gemini, Ollama (local), any LSP-supported language. Best for developers who value speed and want AI built into their editor. Setup time: under 1 minute.
---
🙏
Source & Thanks
> Created by [Zed Industries](https://github.com/zed-industries). Licensed under AGPL-3.0.
>
> [zed](https://github.com/zed-industries/zed) — ⭐ 78,300+
Discussion
Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.
Related Assets
OpenLIT — OpenTelemetry LLM Observability
Monitor LLM costs, latency, and quality with OpenTelemetry-native tracing. GPU monitoring and guardrails built in. 2.3K+ stars.
TokRepo精选
Agenta — Open-Source LLMOps Platform
Prompt playground, evaluation, and observability in one platform. Compare prompts, run evals, trace production calls. 4K+ stars.
TokRepo精选
Rerun — Visualize Multimodal AI Data in Real-Time
SDK for logging, storing, and visualizing 3D, images, time series, and text in real-time. Built for robotics and AI. 10K+ stars.
TokRepo精选