MCPcopy Index your code
hub / github.com/Dylanmurzello/zed-android-port

github.com/Dylanmurzello/zed-android-port @bootstrap-2026.05.06-r2

Chat with this repo
repository ↗ · DeepWiki ↗ · release bootstrap-2026.05.06-r2 ↗ · + Follow
46,120 symbols 319,944 edges 1,823 files 4,669 documented · 10%

Browse by type

Functions 38,615 Types & classes 7,505
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Zed

Zed CI

Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.


Installation

On macOS, Linux, and Windows you can download Zed directly or install Zed via your local package manager (macOS/Linux/Windows).

Other platforms are not yet available:

Developing Zed

Contributing

See CONTRIBUTING.md for ways you can contribute to Zed.

Also... we're hiring! Check out our jobs page for open roles.

Licensing

License information for third party dependencies must be correctly provided for CI to pass.

We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:

  • Is it showing a no license specified error for a crate you've created? If so, add publish = false under [package] in your crate's Cargo.toml.
  • Is the error failed to satisfy license requirements for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the accepted array in script/licenses/zed-licenses.toml.
  • Is cargo-about unable to find the license for a dependency? If so, add a clarification field at the end of script/licenses/zed-licenses.toml, as specified in the cargo-about book.

Sponsorship

Zed is developed by Zed Industries, Inc., a for-profit company.

If you’d like to financially support the project, you can do so via GitHub Sponsors. Sponsorships go directly to Zed Industries and are used as general company revenue. There are no perks or entitlements associated with sponsorship.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 26,095
Function 12,520
Class 5,444
Enum 1,695
Interface 366

Languages

Rust99%
TypeScript1%
Python1%
Kotlin1%

Modules by API surface

crates/editor/src/editor.rs1,082 symbols
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs818 symbols
crates/agent/src/edit_agent/evals/fixtures/disable_cursor_blinking/before.rs818 symbols
crates/editor/src/editor_tests.rs469 symbols
crates/workspace/src/workspace.rs457 symbols
crates/project/src/project.rs359 symbols
crates/multi_buffer/src/multi_buffer.rs332 symbols
crates/gpui/src/window.rs328 symbols
crates/project/src/lsp_store.rs325 symbols
crates/project/src/git_store.rs302 symbols
crates/workspace/src/pane.rs295 symbols
docs/theme/c15t@2.0.0-rc.3.js280 symbols

Datastores touched

mydbDatabase · 1 repos
zedDatabase · 1 repos

For agents

$ claude mcp add zed-android-port \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page