Jump to content

VSCodium

From Wikipedia, the free encyclopedia
VSCodium
Original author(s)
Developer(s)
  • Baptiste Augrain
  • Peter Squicciarini
  • 100+ contributors[2]
Initial release1.26.0 / August 15, 2018; 6 years ago (2018-08-15)[3]
Stable release
1.101.24242 / June 25, 2025; 4 days ago (2025-06-25)[4]
Repositorygithub.com/VSCodium/vscodium
Written in
Operating system
Platformx86-64, ARM32, ARM64
TypeIntegrated development environment
LicenseMIT
Websitevscodium.com

VSCodium is a free and open-source integrated development environment running on PC operating systems such as Windows, Linux and macOS. It is based on Code - OSS, the same free open-source codebase that Microsoft's proprietary[5] Visual Studio Code is also built upon.

Usage

[edit]

In Stack Overflow's 2024 Developer Survey, five percent of users reported regularly using VSCodium, making it the most popular Code - OSS derivative after Visual Studio Code, and ranking 18th out of all IDEs above several established products like IPython, Emacs, NetBeans, Qt Creator, Code::Blocks, Kate, Spyder and Geany.[6] VSCodium does not collect usage tracking data, but comparing these results with the 50 million monthly active users of Visual Studio and Visual Studio Code in May 2025[7] suggests around two million monthly active users for VSCodium in 2025.

Isabelle/VSCode is an alternative IDE for the mathematical theorem prover Isabelle, based on a customized version of VSCodium and developed as a student thesis project.[8]

Educators sometimes list VSCodium for their students as a viable alternative to Visual Studio Code,[9] likely to provide software recommendations with different licensing options.

Differences to Visual Studio Code

[edit]

Visual Studio Code - OSS source code repository is licensed under the permissive MIT License. While the source code itself is free open-source software, the compiled Visual Studio Code software product that Microsoft distributes has a separate proprietary license.

VSCodium works around this by cloning the original Code - OSS repository, using it to compile and build the software packages, and uploading these pre-built binary files online. This results in convenient application installers that do not include Visual Studio Code's proprietary Microsoft-specific product functionality such as data collection, usage tracking and product branding.

VSCodium's extension gallery displays entries from the Open VSX Registry instead of the Visual Studio Code Marketplace. As Microsoft does not allow use nor redistribution of its marketplace entries in other products, this affects the availability of certain extensions.

See also

[edit]

References

[edit]
  1. ^ a b "Visual Studio Code - OSS". GitHub.
  2. ^ a b "VSCodium". GitHub.
  3. ^ "VSCodium: Release 1.26.0". GitHub.
  4. ^ "VSCodium: Release 1.101.24242". GitHub.
  5. ^ "Microsoft Software License Terms - Microsoft Visual Studio Code". Microsoft. Archived from the original on 29 June 2025. Retrieved 29 June 2025.
  6. ^ "2024 Developer Survey: Technology". Stack Overflow. Archived from the original on 26 June 2025. Retrieved 29 June 2025.
  7. ^ Silver, Amanda. "Celebrating 50 Million Developers: The Journey of Visual Studio and Visual Studio Code". Microsoft Dev Blogs. Microsoft. Archived from the original on 16 May 2025. Retrieved 29 June 2025.
  8. ^ Lindae, Thomas (15 August 2024). Improving Isabelle/VSCode: Towards Better Prover IDE Integration via Language Server (PDF) (Informatics: Games Engineering thesis). School of Computation, Information and Technology, Technical University of Munich. Archived from the original (PDF) on 27 Dec 2024. Retrieved 29 June 2025.
  9. ^ Siam, Omar. "Git Collaboration". DARIAH-Campus. Archived from the original on 4 June 2025. Retrieved 29 June 2025.
[edit]