Skip to main content

Start

Getting Started

Install and run Code Editor Land on your machine.

Getting Started

Code Editor Land is a native code editor built with Rust (Tauri) and TypeScript. Every VS Code extension runs unchanged. The Electron dependency is eliminated, replaced by an architecture that uses the OS’s own renderer and Effect-TS structured concurrency.

Requirements

  • Rust 1.95.0 or later
  • Node.js 20 or later
  • pnpm 9 or later
  • macOS 13+, Windows 11, or Ubuntu 22.04+

Installation

Download the latest release from the Download page, or build from source:

git clone --recurse-submodules https://github.com/CodeEditorLand/Land.git
cd Land
pnpm install
cargo build --release

Running the Editor

cargo tauri dev

The editor window opens automatically. Extensions are loaded from the same directory as VS Code (~/.vscode/extensions) and work without modification.

See Also