Icon

VSCodium

VSCodium is a community-driven, freely-licensed binary distribution of Visual Studio Code with telemetry disabled and proprietary components removed, licensed under MIT. It offers all VS Code features without Microsoft telemetry or branding, focusing on privacy and open source principles.
Latest: 1.121.03429 GitHub
Last checked: Jun 9, 2026 12:10am
Rank: 42/15140
Also monitored via:
Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MITWinget: Available

Version & Lifecycle

0
Current: 1.121.03429 N-2: 1.112.01907 Avg cadence: Every 6 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • March 21, 2026
0

VSCodium close-before-update note

For managed VSCodium deployments, use the official Windows installers from the VSCodium GitHub releases or the project install page, and close VSCodium before updates. VSCodium EXE x64, MSI x64, and User x64 packages can return Exit Code 1 when the editor is open during an update, so Intune, ConfigMgr, RMM, or PSADT deployments should include VSCodium-specific conflicting-process handling before retrying.

For unattended setup with the Windows EXE installer, use Inno Setup-style silent options such as VSCodiumSetup-x64-x.y.z.exe /VERYSILENT /NORESTART /LOG="%WINDIR%\Temp\VSCodium-Install.log". If you customize tasks or install location, validate those switches against the exact VSCodium installer build you are packaging.

For managed VSCodium Windows updates, close VSCodium before launching the installer. The EXE x64 package is a close-before-update case; use a pre-close or user-deferral step, then verify the installed version after setup completes. Source: official VSCodium source.

Close VSCodium before running managed MSI or user-scope updates. If VSCodium.exe is open, updates can return Exit Code 1; add VSCodium to the deployment’s conflicting-process list so the next detection pass sees the updated files.

Source: VSCodium official source.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

VSCodiumvscodium VSCodium

Packaging Notes

0

Community-driven build scripts available; builds binaries from Microsoft vscode source with telemetry disabled

Notes

0

VSCodium disables telemetry and tracking by default; extensions may still send telemetry independently. It is built from the open source vscode repository without Microsoft customizations.