Skip to main content
# LAND_01

〈21.09.26〉

〈20:18〉

〈RUST + TAURI〉

〈NO ELECTRON〉

/COMPAT:VS CODE

EXTENSIONS / UNMODIFIED

WALK LISTEN SIGNAL

NATIVE OPEN CROSS-PLATFORM

STATUS: ACTIVE

LAND:

↳EDITOR WITHOUT CHROMIUM

TARGET:
MACOS / WINDOWS / LINUX
LICENSE:
CC0
SIGNAL:
LOCAL-FIRST
SPECIES:
NOCTUA PRONUBA
TEMP:
16.2 C
WIND:
01.8 KM/H

OPEN EDIT SHIP

/ENTER
Rain-speckled glass reflecting a green light at night

TECH STACK

Features

VS CODE. WITHOUT ELECTRON.

Native speed. VS Code compatibility. No Chromium, no compromises.
# MOUNTAIN_01

〈NATIVE BACKEND〉

〈RUST + TAURI〉

/HOST:MOUNTAIN

RUST SERVICES

MOUNTAIN:

STATUS: ACTIVE
ROLE:
FOUNDATION
BOUNDARY:
SYSTEM
LOAD:
HEAVY
PHASE:
CORE
# COCOON_01

〈EXTENSION HOST〉

〈DUAL-TRACK〉

/HOST:COCOON

EFFECT-TS

COCOON:

STATUS: ACTIVE
ROLE:
SHELL
STATE:
RUNNING
COMPAT:
VS CODE
TRACKS:
A + B
# WIND_01

〈WORKBENCH〉

〈EFFECT-TS LAYERS〉

/FLOW:WIND

SERVICE LAYER

WIND:

STATUS: ACTIVE
FLOW:
CONTROLLED
DIRECTION:
SOUTH
LATENCY:
LOW
RANGE:
FULL
# SKY_01

〈ASTRO UI〉

〈WEBVIEW BRIDGE〉

/SCOPE:SKY

UI LAYER

SKY:

STATUS: ACTIVE
SCOPE:
GLOBAL
VISIBILITY:
HIGH
SIGNAL:
CLEAR
ALT:
SURFACE
# AIR_01

〈BACKGROUND SERVICES〉

〈DAEMON〉

/CHANNEL:AIR

UPDATE SERVICE

AIR:

STATUS: ACTIVE
CHANNEL:
OPEN
PORT:
SECURE
PRESSURE:
STABLE
STATUS:
NOMINAL
# ECHO_01

〈WORK-STEALING〉

〈SCHEDULER〉

/FREQUENCY:ECHO

TASK POOL

ECHO:

STATUS: ACTIVE
FREQUENCY:
HIGH
RESPONSE:
FAST
NOISE:
LOW
RETURN:
QUICK

Roadmap

The Architecture Is Built. Here Is What Comes Next.

FUNDING: NLNET / NGI0 COMMONS FUNDPHASE: ACTIVE SOURCE / INTEGRATION / RELEASE PREPARATION
# RELEASE_01〈ACTIVE SOURCE〉/CHANNEL: PUBLICSTATUS: ACTIVETARGET: NATIVE DESKTOP PATHSIGNAL: NO CHROMIUM / NO ELECTRON / CC0
VIEW ON GITHUB

ACTIVE NOW

Elements

  • MountainNative BackendReplacesElectron main process, no bundled Chromium
  • CocoonExtension HostUnmodified VS Code extensions throughEffect-TS routes
  • WindWorkbench ShellEffect-TS layers for native workbench services
  • SkyAstro UI LayerWorkbench routes and WebView bridge
  • AirBackground ServicesUpdates, downloads, auth, indexing, and health
  • EchoScheduler PrimitivesBounded background work forRust services

Manifest

  • EXTENSIONS: UNMODIFIED / COCOON
  • WEBVIEW: OS NATIVE / TAURI
  • FIBERS: CANCELLABLE SERVICE WORK
  • TELEMETRY: COMPILE-GATED / RUST
  • LICENSE: CC0 / NO RESTRICTIONS
  • TARGETS: MACOS / WINDOWS / LINUX
# RELEASE_02〈INTEGRATION〉/CHANNEL: PUBLICSTATUS: LOADINGTARGET: V1.0SIGNAL: SIGNED INSTALLERS / VERIFIED DOWNLOADS
TRACK PROGRESS

V1.0

Elements

  • VineProtocol In ProgressMountain,Cocoon,Air, andGrovecontracts
  • CocoonExtension Compatibility PassLong-tail VS Code API coverage
  • GroveWASM Host StabilizingCapability-based extension isolation path
  • RestSource Map SupportOXC transformer integration in progress
  • EchoScheduler OptimizationFaster steal, lower latency
  • AirRelease DeliverySigning and distribution path

Manifest

  • MARKETPLACE: UNDER REVIEW
  • GROVE: WASMTIME HOST
  • VINE: TYPED IPC / EXPANDING
  • INSTALLERS: CROSS-PLATFORM / TAURI
  • SOURCE MAPS: OXC
  • DISTRIBUTION: VERIFICATION PUBLISHING

Architecture

Under the Hood

Each element replaces one piece of the Electron stack. All inspectable in source.
# AIR_01
Air
Background ServicesDownloaderWorkspace Indexer

〈BACKGROUND SERVICES DAEMON〉

/CHANNEL:AIR UPDATE SERVICE

STATUS: ACTIVE

CHANNEL: OPEN

Background daemon that runs independently - updates, indexing, signing, and health checks, all outside the main window.

# COCOON_01
Cocoon
Extension HostUnmodified VS Code ExtensionsEffect-TS Services

〈EXTENSION HOST DUAL-TRACK〉

/HOST:COCOON EFFECT-TS

STATUS: ACTIVE

ROLE: SHELL

Node.js sidecar that hosts and executes VS Code extensions.

# COMMON_01
Common
Shared FoundationTraitsCross-Element Types

Pure abstract library - defines the contracts that all Rust components implement, not the implementations themselves.

# ECHO_01
Echo
Work-Stealing Schedulercrossbeam-dequeSupervised Worker Pool

〈WORK-STEALING SCHEDULER〉

/FREQUENCY:ECHO TASK POOL

STATUS: ACTIVE

FREQUENCY: HIGH

Work-stealing task scheduler with lock-free queues for bounded background execution.

# GROVE_01
Grove
WASM SandboxWasmtime RuntimeCapability-Based Isolation

〈WASM SANDBOX CAPABILITY HOST〉

/NODE:GROVE WASM RUNTIME

STATUS: STABILIZING

NODE: ACTIVE

WebAssembly sandbox for running extensions in capability-isolated environments.

# MAINTAIN_01
Maintain
Build OrchestratorConfigurationRelease Profiles

Build system using an embedded Rhai scripting engine for flexible cross-element orchestration.

# MIST_01
Mist
Local DNS Sandbox*.editor.land ResolutionNetwork Boundary

Local DNS server authoritative for the editor.land zone - all subdomains resolve to loopback, keeping internal services off the network.

# MOUNTAIN_01
Mountain
Native Rust BackendTauriReplaces Electron Main Process

〈NATIVE BACKEND RUST + TAURI〉

/HOST:MOUNTAIN RUST SERVICES

STATUS: ACTIVE

ROLE: FOUNDATION

Primary native backend and Tauri application shell - replaces the Electron main process entirely.

# OUTPUT_01
Compilation PipelinePlugin-RoutedDeterministic Checksum

Build orchestration for VS Code platform source code.

# REST_01
Rest
TypeScript Transform PipelineOXCRust-Native

Rust-native TypeScript compilation pipeline built on the OXC toolchain - parser, transformer, and codegen in one process.

# SIDECAR_01
Binary DistributorCompile-Time Target Triple SelectionPer-Platform Node.js

Manages pre-compiled platform-specific Node.js binaries for each target platform.

# SKY_01
Sky
Visual UI LayerAstro ComponentsThree Workbench Layouts

〈ASTRO UI WEBVIEW BRIDGE〉

/SCOPE:SKY UI LAYER

STATUS: ACTIVE

SCOPE: GLOBAL

Renders the editor interface in the OS WebView using Astro component islands for efficient rendering.

# VINE_01
Vine
gRPC BackboneContract-First.proto Definitions

Protocol definitions for gRPC communication between Mountain, Cocoon, Air, and Grove.

# WIND_01
Wind
Workbench ServicesEffect-TS LayersNative Bridges

〈WORKBENCH EFFECT-TS LAYERS〉

/FLOW:WIND SERVICE LAYER

STATUS: ACTIVE

FLOW: CONTROLLED

UI service layer that recreates the VS Code workbench environment inside the Tauri WebView.

# WORKER_01
Worker
Service WorkerOffline CacheCSS Import Support

Service worker that provides offline caching and dynamic CSS import handling for the web shell.

Download

DOWNLOAD LAND

Source builds are active today. Public installers, signing, and verification artifacts are still being prepared.
# RELEASE_01

MACOS

〈Universal Binary: Apple Silicon and Intel〉

/CHANNEL:PUBLIC
Version:vPre-release
Size:Coming Soon
SIGNING:IN PREPARATION
Download for MACOS 
STATUS:RELEASE PREPARATION
# RELEASE_01

WINDOWS

〈64-bit (x64)〉

/CHANNEL:PUBLIC
Version:vPre-release
Size:Coming Soon
SIGNING:IN PREPARATION
Download for WINDOWS 
STATUS:RELEASE PREPARATION
# RELEASE_01

LINUX

〈DEB, RPM, AppImage〉

/CHANNEL:PUBLIC
Version:vPre-release
Size:Coming Soon
SIGNING:IN PREPARATION
Download for LINUX 
STATUS:RELEASE PREPARATION
Code Editor Land logoTelemetry Feature Gated CC0 Licensed Rust  + Tauri VS Code API In ProgressPlayFormCodeEditorLand