{"id":13460351,"url":"https://github.com/lapce/lapce","last_synced_at":"2026-04-11T03:18:51.394Z","repository":{"id":36950046,"uuid":"120425779","full_name":"lapce/lapce","owner":"lapce","description":"Lightning-fast and Powerful Code Editor written in Rust","archived":false,"fork":false,"pushed_at":"2026-04-02T00:51:36.000Z","size":28647,"stargazers_count":38195,"open_issues_count":872,"forks_count":1242,"subscribers_count":193,"default_branch":"master","last_synced_at":"2026-04-02T04:54:39.486Z","etag":null,"topics":["code-editor","developer-tools","rust","text-editor","vim"],"latest_commit_sha":null,"homepage":"https://lap.dev/lapce/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lapce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"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":null,"dco":null,"cla":null}},"created_at":"2018-02-06T08:41:06.000Z","updated_at":"2026-04-02T04:08:44.000Z","dependencies_parsed_at":"2026-02-07T03:06:54.011Z","dependency_job_id":null,"html_url":"https://github.com/lapce/lapce","commit_stats":{"total_commits":2185,"total_committers":149,"mean_commits":"14.664429530201343","dds":0.6498855835240275,"last_synced_commit":"53cd9a8051d0d2e2f5a01723e481e435e5063021"},"previous_names":["dzhou121/xi-go"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/lapce/lapce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapce%2Flapce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapce%2Flapce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapce%2Flapce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapce%2Flapce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lapce","download_url":"https://codeload.github.com/lapce/lapce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapce%2Flapce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31536474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["code-editor","developer-tools","rust","text-editor","vim"],"created_at":"2024-07-31T10:00:40.280Z","updated_at":"2026-04-08T02:04:38.414Z","avatar_url":"https://github.com/lapce.png","language":"Rust","readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://lapce.dev\" target=\"_blank\"\u003e\n  \u003cimg src=\"extra/images/logo.png\" width=200 height=200/\u003e\u003cbr\u003e\n  Lapce\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eLightning-fast And Powerful Code Editor\u003c/h4\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/lapce/lapce/actions/workflows/ci.yml\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/lapce/lapce/actions/workflows/ci.yml/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.gg/n8tGJ6Rn6D\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/946858761413328946?logo=discord\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://docs.lapce.dev\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/static/v1?label=Docs\u0026message=docs.lapce.dev\u0026color=blue\" alt=\"Lapce Docs\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n\nLapce (IPA: /læps/) is written in pure Rust, with a UI in [Floem](https://github.com/lapce/floem). It is designed with [Rope Science](https://xi-editor.io/docs/rope_science_00.html) from the [Xi-Editor](https://github.com/xi-editor/xi-editor), enabling lightning-fast computation, and leverages [wgpu](https://github.com/gfx-rs/wgpu) for rendering. More information about the features of Lapce can be found on the [main website](https://lapce.dev) and user documentation can be found on [GitBook](https://docs.lapce.dev/).\n\n![](https://github.com/lapce/lapce/blob/master/extra/images/screenshot.png?raw=true)\n\n## Features\n\n* Built-in LSP ([Language Server Protocol](https://microsoft.github.io/language-server-protocol/)) support to give you intelligent code features such as: completion, diagnostics and code actions\n* Modal editing support as first class citizen (Vim-like, and toggleable)\n* Built-in remote development support inspired by [VSCode Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Enjoy the benefits of a \"local\" experience, and seamlessly gain the full power of a remote system. We also have [Lapdev](https://lap.dev/) which can help manage your remote dev environments. \n* Plugins can be written in programming languages that can compile to the [WASI](https://wasi.dev/) format (C, Rust, [AssemblyScript](https://www.assemblyscript.org/))\n* Built-in terminal, so you can execute commands in your workspace, without leaving Lapce.\n\n## Installation\n\nYou can find pre-built releases for Windows, Linux and macOS [here](https://github.com/lapce/lapce/releases), or [installing with a package manager](docs/installing-with-package-manager.md).\nIf you'd like to compile from source, you can find the [guide](docs/building-from-source.md).\n\n## Contributing\n\n\u003ca href=\"https://ws.lap.dev/#https://github.com/lapce/lapce\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://lap.dev/images/open-in-lapdev.svg?version=8\" alt=\"Open in Lapdev\"\u003e\n\u003c/a\u003e\n\n[Lapdev](https://lap.dev/), developed by the Lapce team, is a cloud dev env service similar to GitHub Codespaces. By clicking the button above, you'll be taken to a fully set up Lapce dev env where you can browse the code and start developing. All dependencies are pre-installed, so you can get straight to code.\n\nGuidelines for contributing to Lapce can be found in [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\n## Feedback \u0026 Contact\n\nThe most popular place for Lapce developers and users is on the [Discord server](https://discord.gg/n8tGJ6Rn6D).\n\nOr, join the discussion on [Reddit](https://www.reddit.com/r/lapce/) where we are just getting started.\n\nThere is also a [Matrix Space](https://matrix.to/#/#lapce-editor:matrix.org), which is linked to the content from the Discord server.\n\n## License\n\nLapce is released under the Apache License Version 2, which is an open source license. You may contribute to this project, or use the code as you please as long as you adhere to its conditions. You can find a copy of the license text here: [`LICENSE`](LICENSE).\n","funding_links":[],"categories":["Rust","Applications","开发工具 Development tools","Development tools","HarmonyOS","语言资源库","编辑器","developer-tools","Editor","Uncategorized","vim","Repos","Reading and Writing Tools","2D Graphic editor","软件","开发工具\u0026框架","\u003ca name=\"Rust\"\u003e\u003c/a\u003eRust","Table of Contents"],"sub_categories":["Text Editors","编译器 IDEs","IDEs","Windows Manager","rust","网络服务_其他","Uncategorized","Native","Text editors","Code Editor"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapce%2Flapce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flapce%2Flapce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapce%2Flapce/lists"}