{"id":13456702,"url":"https://github.com/zed-industries/zed","last_synced_at":"2026-04-06T19:03:21.593Z","repository":{"id":218960685,"uuid":"340547520","full_name":"zed-industries/zed","owner":"zed-industries","description":"Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.","archived":false,"fork":false,"pushed_at":"2026-04-03T18:35:59.000Z","size":428033,"stargazers_count":78408,"open_issues_count":3192,"forks_count":7661,"subscribers_count":290,"default_branch":"main","last_synced_at":"2026-04-03T18:51:12.207Z","etag":null,"topics":["gpui","rust-lang","text-editor","zed"],"latest_commit_sha":null,"homepage":"https://zed.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zed-industries.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-AGPL","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS.hold","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"zed-industries"}},"created_at":"2021-02-20T03:01:06.000Z","updated_at":"2026-04-03T18:23:06.000Z","dependencies_parsed_at":"2026-02-16T11:05:04.158Z","dependency_job_id":null,"html_url":"https://github.com/zed-industries/zed","commit_stats":null,"previous_names":["zed-industries/zed"],"tags_count":1345,"template":false,"template_full_name":null,"purl":"pkg:github/zed-industries/zed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-industries%2Fzed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-industries%2Fzed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-industries%2Fzed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-industries%2Fzed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zed-industries","download_url":"https://codeload.github.com/zed-industries/zed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-industries%2Fzed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31485522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gpui","rust-lang","text-editor","zed"],"created_at":"2024-07-31T08:01:26.326Z","updated_at":"2026-04-06T19:03:21.557Z","avatar_url":"https://github.com/zed-industries.png","language":"Rust","readme":"# Zed\n\n[![Zed](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zed-industries/zed/main/assets/badge/v0.json)](https://zed.dev)\n[![CI](https://github.com/zed-industries/zed/actions/workflows/run_tests.yml/badge.svg)](https://github.com/zed-industries/zed/actions/workflows/run_tests.yml)\n\nWelcome to Zed, a high-performance, multiplayer code editor from the creators of [Atom](https://github.com/atom/atom) and [Tree-sitter](https://github.com/tree-sitter/tree-sitter).\n\n---\n\n### Installation\n\nOn macOS, Linux, and Windows you can [download Zed directly](https://zed.dev/download) or install Zed via your local package manager ([macOS](https://zed.dev/docs/installation#macos)/[Linux](https://zed.dev/docs/linux#installing-via-a-package-manager)/[Windows](https://zed.dev/docs/windows#package-managers)).\n\nOther platforms are not yet available:\n\n- Web ([tracking issue](https://github.com/zed-industries/zed/issues/5396))\n\n### Developing Zed\n\n- [Building Zed for macOS](./docs/src/development/macos.md)\n- [Building Zed for Linux](./docs/src/development/linux.md)\n- [Building Zed for Windows](./docs/src/development/windows.md)\n\n### Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for ways you can contribute to Zed.\n\nAlso... we're hiring! Check out our [jobs](https://zed.dev/jobs) page for open roles.\n\n### Licensing\n\nLicense information for third party dependencies must be correctly provided for CI to pass.\n\nWe use [`cargo-about`](https://github.com/EmbarkStudios/cargo-about) to automatically comply with open source licenses. If CI is failing, check the following:\n\n- 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.\n- 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`.\n- 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](https://embarkstudios.github.io/cargo-about/cli/generate/config.html#crate-configuration).\n\n## Sponsorship\n\nZed is developed by **Zed Industries, Inc.**, a for-profit company.\n\nIf you’d like to financially support the project, you can do so via GitHub Sponsors.\nSponsorships go directly to Zed Industries and are used as general company revenue.\nThere are no perks or entitlements associated with sponsorship.\n","funding_links":["https://github.com/sponsors/zed-industries"],"categories":["MCP Clients","🔌 Integration Tools","Rust","others","Applications","HarmonyOS","Editor","text-editor","Clients","Developer Tools","クライアント","Reading and Writing Tools","Apps","🍎 macOS","Table of Contents","Development Tools","📦 Other","Tools","Productivity","剪贴板工具","\u003ca name=\"Rust\"\u003e\u003c/a\u003eRust","Table of contents"],"sub_categories":["Weather","IDE Integrations","Text editors","Windows Manager","🎧 \u003ca name=\"text-to-speech\"\u003e\u003c/a\u003eテキスト読み上げ","Text Editors","Developer Tools","shell","IDEs \u0026 Editors","Code Editor","Coding Agents","Other","Stat","Editors"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-industries%2Fzed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzed-industries%2Fzed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-industries%2Fzed/lists"}