What is vscodium
Last updated: April 1, 2026
Key Facts
- VSCodium is a free, open-source build of Visual Studio Code without proprietary Microsoft components
- Removes all Microsoft telemetry and tracking features present in official VS Code releases
- Fully compatible with VS Code extensions from the Open VSX Registry and Microsoft Marketplace
- Available for Windows, macOS, and Linux with regular updates matching VS Code release cycle
- Maintained by the open-source community through GitHub with transparent source code
Overview
VSCodium is an open-source code editor that addresses privacy concerns users have about Visual Studio Code. While VS Code itself is open-source, Microsoft's official builds include proprietary features and telemetry that track user behavior. VSCodium provides the same powerful editing experience with these privacy-invasive components removed.
Relationship to Visual Studio Code
VSCodium is not a fork of VS Code but rather a clean build of the open-source VS Code source code. Microsoft publishes the VS Code source code under the MIT license, which permits anyone to compile and distribute their own builds. VSCodium takes advantage of this licensing by providing builds without the proprietary "Office" branding and telemetry that Microsoft adds.
Key Differences from VS Code
The main differences between VSCodium and official VS Code include removed telemetry, removed marketplace lockdown that prevents extension installation from alternative sources, and removed Microsoft branding. VSCodium uses the Open VSX Registry as its default extension marketplace, though users can still install extensions from Microsoft's marketplace if desired. These changes maintain full functionality while respecting user privacy.
Extension Compatibility
VSCodium maintains excellent compatibility with both the Open VSX Registry (an open-source extension marketplace) and the official Microsoft VS Code Marketplace. The vast majority of extensions work identically on VSCodium, allowing users to access the extensive ecosystem of VS Code plugins without compromising privacy.
Use Cases and Community
VSCodium appeals to privacy-conscious developers, open-source advocates, and users uncomfortable with telemetry collection. The project has gained significant adoption among Linux developers and those seeking fully transparent software. Regular releases keep the software up-to-date with VS Code features while maintaining the privacy-first approach.
Related Questions
Can I use extensions from Microsoft Marketplace with VSCodium?
Yes, most extensions from Microsoft Marketplace work with VSCodium, though it defaults to the Open VSX Registry. Users can configure VSCodium to access Microsoft Marketplace if needed, though this somewhat reduces privacy benefits.
Is VSCodium as good as Visual Studio Code?
VSCodium provides identical functionality to VS Code since it uses the same source code. The only differences are the removal of telemetry and proprietary features, making it functionally equivalent for development.
Why would I use VSCodium instead of VS Code?
Users choose VSCodium primarily for privacy reasons to avoid Microsoft telemetry collection, for ideological support of open-source software, or to use fully transparent and auditable code in their development workflow.
More What Is in Daily Life
Also in Daily Life
More "What Is" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
- VSCodium Official Websiteproprietary
- VSCodium GitHub RepositoryMIT