Zed

Active
GitHub Rust NOASSERTION

Description

High-performance multi-cursor editor with built-in AI and real-time collab.

Key Features

  • Extreme perf — Written in Rust, 100ms cold start
  • GPU-rendered — Smooth on high-DPI displays
  • Built-in AI — Inline completion via Claude / OpenAI
  • Multi-cursor — Vim-style efficient editing
  • Collab — CRDT-based real-time multi-user editing

Use Cases

💡 Provide a high-perf editor for AI coding workflows.
💡 Replace slow editors in large monorepos.
💡 Provide a low-latency collaboration environment for remote teams.

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (89.7k stars)
  • Established track record (5 years in production)

⚠️ Limitations

  • No clear open-source license

Quick Start

# macOS install
brew install --cask zed
# Configure AI: edit ~/.config/zed/settings.json
# { "assistant": { "provider": "anthropic" } }
zed .

Related Projects

jcode

19.0k · Rust
Active A

A next-generation coding-agent harness built for multi-session workflows, with a focus on extreme performance, low memory, and deep MCP/tool customization.

coding-agentrustterminal +2
  • · Extreme footprint - 27.8 MB per single session and 117 MB for 10 sessions, 5-15x lighter than peers
  • · Sub-millisecond startup - 14 ms to first frame and 49 ms to first input, 200x+ faster than Claude Code
  • · Multi-session swarm - coordinates multiple agents in the same repo with conflict detection and broadcast messaging

Claurst

10.3k · Rust
Active A+

Your favorite Terminal Coding Agent, now in Rust. Provides high performance and memory safety. Supports code generation, file editing, command execution and complete development workflow.

coding-agentterminalrust +1
  • · Rust-native terminal coding agent with blazing performance and memory safety
  • · Multi-provider support with unified routing across AI model providers
  • · Agent Client Protocol (ACP) integration for Zed, Neovim, and JetBrains editors

Goose

53.9k · Rust
Active A+

Open-source extensible AI coding agent that goes beyond code suggestions — install, execute, edit, and test with any LLM.

coding-agentextensibledeveloper-tools +2
  • · Native desktop app — Native support for macOS, Linux, Windows desktop with full CLI and API interfaces
  • · 15+ model providers — Supports Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock and more
  • · MCP extension ecosystem — Connect 70+ extensions via Model Context Protocol with custom tool support

Related Articles