A CALMER CODE-OSS EDITOR

A quieter place
to write code.

Open a project. Write code. Review your changes. Lean VS Code keeps the familiar tools and dials back the stuff that tries to grab your attention.

Get it on GitHub Explore the source v0.4.0 · Apple Silicon Mac · Auto-update
Lean VS Code showing its emerald workbench while editing this project's source code

The editor, editing its own source. Take a closer look by opening the image.

MEASURED AGAINST ORIGINAL CODE-OSS

Less waiting.
More flow.

22%

less median time to an editable standalone file than same-revision Code-OSS

21%

less median time to an editable file in a 10,000-file Git repository

25%

less median time from app launch to a local Git diff returned for review

On an Apple M3 Max, signed Lean v0.4.0 reached an editable standalone file in 1.262 s median / 1.310 s p95 versus 1.608 / 1.727 s for original Code-OSS 1.139.1 at the fork's upstream base revision. In a separate 10,000-file Git repository, the medians were 1.437 s versus 1.829 s, with p95 of 1.475 s versus 1.943 s. From a stopped app to the bundled Git extension returning a local diff, medians were 1.492 s versus 2.002 s, with p95 of 1.557 s versus 2.060 s. Each workload used 30 alternating warm-cache launches per app with isolated profiles. Git diff retrieval is not the same as a painted diff editor; Lean's Git action after startup was slower. Code-OSS was an unminified source build while Lean was minified, so these are not like-for-like optimized-distribution results. Search and terminal exploratory trials did not establish a Lean speed advantage, and idle-memory readings varied between runs; no lower-memory claim is made. See raw results and the method

The release reached the editable file about 346 ms sooner in the standalone trial, 392 ms sooner in the Git-repository trial, and the local Git diff about 510 ms sooner from launch than original Code-OSS, at the median. Editing, search, terminal, Git review, and extensions remain available.

A DEVELOPER'S YEAR

Small waits add up.

6.8 hours

illustrative saving versus the Code-OSS source baseline

In the past year, Matti's ILOapps commits touched more than 70,000 files. In the v0.4.0 benchmark, Lean reached an editable file 346 ms sooner than the same-revision Code-OSS source build at the median. That would add up to about 6.8 hours if the app started separately for every file touch. The goal of saving a full second per launch would mean about 19.4 hours per 70,000 starts; that goal has not yet been measured.

Illustration: 70,276 file touches × 0.346 seconds ≈ 6.8 hours. The Code-OSS comparator was an unminified source build; Lean v0.4.0 was minified, so this is not a like-for-like optimized-distribution claim. The benchmark measures fresh app startup, not annual time saved; existing-window file opens follow another path. Git history covers 95 local ILOapps repositories, 26 September 2025–26 September 2026, and 14,206 Matti-authored non-merge commits across 39 active repositories. Repeated changes to a file count again; dependency/build paths and commits touching more than 100 files were excluded.

THE GOOD PARTS STAY

Your workflow already fits.

01

Get straight to the work

Files, project search, the integrated terminal, and local Git review are ready when you need them.

02

Choose your extras

A smaller set of extensions comes built in. Find more through Open VSX or install a local VSIX.

03

Keep your setup separate

Lean VS Code has its own app identity, settings, and extensions, so it can sit beside VS Code.

WHY THIS FORK EXISTS

Sometimes you just want to open a folder and code.

Code-OSS is a great foundation. Lean VS Code is a take on what happens when the editor puts writing code and reviewing local changes first.

It ships with fewer built-in extensions and turns off unsolicited AI prompts, recommendations, experiments, and telemetry by default. Signed app updates from GitHub are the one background check enabled by default; you can change when Lean VS Code checks in Settings. The editor and extension platform are still there; you decide what to add.

Read the project story on GitHub

MADE FOR THE EVERYDAY LOOP

See what changed.
Keep moving.

Inspect local Git changes side by side in the familiar diff view, then get back to your code.

See the open-source project
Lean VS Code showing a side-by-side local Git diff

READY TO TRY IT?

Open the project.
Get to work.

Download the signed, notarized DMG from GitHub and drag Lean VS Code into Applications. The current release is for Apple Silicon Macs.

Starting with v0.3.2, Lean VS Code checks for signed macOS updates and offers Restart to Update when one is ready. v0.3.2 can update to v0.4.0; v0.3.0 and the withdrawn v0.3.1 candidate need a manual install of v0.3.2 or newer once.

Download on GitHub