aicoolies logo

Lapce

Lightning-fast Rust-powered code editor

Share
open-sourceOpen Source
Visit Website →

Lapce is an open-source code editor written in Rust, delivering sub-millisecond response times through native GPU rendering via wgpu. It features modal editing inspired by Vim, built-in LSP support for intelligent code completion, and a WASI-based plugin system supporting Rust, C, and AssemblyScript extensions. Includes integrated remote development over SSH, a built-in terminal, and split-pane layouts. Its rope-based text architecture ensures efficient handling of large codebases.

Lapce is a code editor built from the ground up in Rust, prioritizing raw performance through native GPU rendering with the wgpu graphics engine and the custom Floem UI framework. Unlike Electron-based editors that consume hundreds of megabytes of memory, Lapce maintains a minimal resource footprint while delivering sub-millisecond keystroke response times. The editor supports modal editing as a first-class feature, providing Vim-like keybindings out of the box for developers who prefer keyboard-driven workflows without sacrificing a modern graphical interface.

The editor integrates Language Server Protocol support for intelligent code features including auto-completion, go-to-definition, hover documentation, and real-time diagnostics across dozens of programming languages. Its plugin system uses WebAssembly System Interface, enabling extensions written in Rust, C, or AssemblyScript to run in a sandboxed environment with near-native performance. Lapce also includes built-in remote development through SSH, allowing developers to edit files on remote servers with the same responsiveness as local editing.

With over 38,000 GitHub stars and an active open-source community under the Apache 2.0 license, Lapce represents a compelling alternative for developers seeking a lightweight yet powerful editor. Its integrated terminal, split-pane layouts, and file explorer provide essential workspace features, while the rope-based text buffer architecture derived from Xi-Editor ensures efficient handling of large codebases. Lapce runs natively on Windows, macOS, and Linux without any runtime dependencies.

Pricing

Free and open source under Apache License 2.0

Platforms

Windows, macOS, Linux

Categories

Tags

Use Cases

Alternatives

Zed logo

Zed

High-performance code editor built in Rust

High-performance code editor built entirely in Rust by the creators of Atom and Tree-sitter. GPU-accelerated rendering and a multicore architecture deliver 10x faster startup and 75% lower memory use than Electron editors like VS Code. Native real-time collaboration that works like Google Docs, deeply integrated AI with agentic editing (Claude and more), and Tree-sitter-powered syntax highlighting. Direct-to-display rendering on macOS. Available on macOS, Linux, and Windows.

open-sourceOpen Source
Neovim logo

Neovim

Hyperextensible Vim-based text editor

Modern fork of Vim with Lua-based plugin architecture and built-in LSP support. Lightweight yet endlessly extensible, it serves as the foundation for AI-enhanced development workflows through plugins like Avante, Codecompanion, and Copilot.lua. With 85k+ GitHub stars, it's the terminal editor of choice for developers who value speed, customization, and keyboard-driven efficiency.

open-sourceOpen Source
VS Code logo

VS Code

The industry standard code editor

Microsoft's free, open-source code editor that has become the most widely used development environment in the world. Lightweight but powerful, with built-in Git, integrated terminal, IntelliSense, debugger, and tens of thousands of extensions. Recent updates add Agent mode for delegating coding tasks to AI, Model Context Protocol (MCP) support, and Next Edit Suggestions. Native GitHub Copilot, remote development via SSH/containers/WSL, and a browser version at vscode.dev.

open-sourceOpen SourceTelemetry

Helix

A post-modern modal text editor

Helix is a post-modern modal text editor written in Rust, inspired by Kakoune and Neovim. It ships with built-in Tree-sitter support for syntax highlighting and structural editing across dozens of languages, native LSP integration for autocompletion and diagnostics, and multiple cursors as a first-class feature. Helix requires no plugin system or configuration to be productive out of the box, offering a selection-then-action editing model that reverses the Vim paradigm.

open-sourceOpen Source

Related Tools

Cursor logo

Cursor

Top Pick50% OFF

The AI-first code editor

AI-first code editor built as a VS Code fork that deeply integrates LLMs into every part of the development workflow. Features Tab autocomplete with multi-line predictions, Cmd+K inline editing, AI chat with full codebase awareness, and Agent mode for autonomous multi-file edits with terminal execution. Supports GPT-4, Claude, and more with automatic context from project files and docs. Includes privacy mode for SOC 2 compliance. The leading AI-native IDE with 100K+ paying users.

freemiumTelemetry
emdash ai sh

Emdash

Top Pick

Open-source agentic development environment for parallel AI agents

Emdash is a modern content and digital asset management tool designed to help writers, content teams, and publishers organize, write, edit, and manage their content workflows in a streamlined, distraction-free environment. It replaces scattered content across documents, folders, and tools with a unified workspace where teams draft, review, collaborate, and publish written content, prioritizing the craft of writing.

open-sourceOpen Source
Google Antigravity logo

Google Antigravity

Top Pick

Agent-first development platform from Google with desktop app and CLI

Google Antigravity is Google's AI-powered agentic development platform, announced in November 2025 and expanded with Antigravity 2.0 at I/O 2026, that places autonomous AI agents at the center of software development. Distributed as both a VS Code-based desktop app and the new Antigravity CLI, it runs planning, implementation, and verification agents — backed by Gemini 3.1 Pro/Flash, Claude Sonnet/Opus 4.6, and GPT-OSS 120B — across editor, terminal, and browser.

freemiumOpen SourceTelemetry
Open Agents logo

Open Agents

Fork, customize, and ship AI agents on Vercel in minutes

Open Agents is a Vercel Labs open-source template for building and deploying cloud-hosted AI agents. It provides a production-ready Next.js starter with built-in tool use, streaming responses, multi-model support, and deployment on Vercel infrastructure. Developers can fork, customize agent behavior and tools, then ship agent-backed apps in minutes with automatic scaling and edge routing.

freeOpen Source
Magentic-UI logo

Magentic-UI

Human-in-the-loop web agent you can co-pilot in real time

Magentic-UI is a Microsoft Research web agent with a human-in-the-loop interface for browsing, coding, and file tasks. It plans multi-step actions, asks for approval before executing, and lets users co-pilot by taking over the browser mid-task. Built on AutoGen, it runs a team of specialized agents for web browsing, file handling, and code execution with full action transparency and safety guardrails.

freeOpen Source
Guidance logo

Guidance

Constrained generation that guarantees valid LLM outputs every time

Guidance is Microsoft's structured generation library that enforces output constraints directly within LLM decoding. It supports JSON schemas, regex patterns, grammars, and interleaved generation-and-control flow to guarantee valid outputs from any compatible model. Works with local models via llama.cpp, Transformers, and remote APIs including OpenAI and Anthropic. Eliminates retry loops and post-processing for structured data extraction.

freeOpen Source