VSCodium
Free/Libre Open Source Software Binaries of VS Code current release windows_build_status license Gitter codium codium
This is not a fork. This is a repository of scripts to automatically build Microsoft's vscode repository into freely-licensed binaries with a community-driven default configuration.
This repository contains build files to generate free release binaries of Microsoft's VS Code. When we speak of "free software", we're talking about freedom, not price.
Microsoft's releases of Visual Studio Code are licensed under this not-FLOSS license and contain telemetry/tracking. According to this comment from a Visual Studio Code maintainer:
When we [Microsoft] build Visual Studio Code, we do exactly this. We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license.
When you clone and build from the vscode repo, none of these endpoints are configured in the default product.json. Therefore, you generate a "clean" build, without the Microsoft customizations, which is by default licensed under the MIT license
This repo exists so that you don't have to download+build from source. The build scripts in this repo clone Microsoft's vscode repo, run the build commands, and upload the resulting binaries to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled.
If you want to build from source yourself, head over to Microsoft's vscode repo and follow their instructions. This repo exists to make it easier to get the latest version of MIT-licensed VS Code.
Microsoft's build process (which we are running to build the binaries) does download additional files. This was brought up in Microsoft/vscode#49159 and Microsoft/vscode#45978. These are the packages downloaded during build:
- Extensions from the Microsoft Marketplace:
- From Electron releases (using gulp-atom-electron)
- electron
- ffmpeg
update vscode to 1.72.0
What's Changed
- fix(1.72): update patches and apis by @daiyam in #1231
- ci: use not deprecated macOS by @daiyam in #1235
- feat: update insider.json when manual build is ok by @daiyam in #1234
- fix(snap): update icon paths by @daiyam in #1239
- fix(snap): set correct main part and update apps by @daiyam in #1240
- fix(snap): rename parts and use short version by @daiyam in #1241
- fix(ci): put back old keychain after signing by @daiyam in #1245
- Update vscodium.ru-ru.wxl by @ViktorOn in #1255
- disable Natural Language Search by default; closes #1185 by @paulcarroty in #1261
- feat: automate winget release by @daiyam in #1260
- Enables Wayland in snap builds by @miromarszal in #1268
- fix: update msi by @daiyam in #1270
- feat: show announcements to welcome page by @daiyam in #1274
- feat: make build more generic by @daiyam in #1279
New Contributors
- @ViktorOn made their first contribution in #1255
- @miromarszal made their first contribution in #1268
Full Changelog: 1.71.2.22258...1.72.0.22279
VSCodium 1.72.0.22279 has been released. VSCodium is VS Code without MS branding and telemetry.