Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
binary releases of VS Code without MS branding/telemetry/licensing
Branch: master
Clone or download
stripedpajamas Merge pull request #127 from stripedpajamas/unique-app-id
Set win32x64UserAppId to a unique GUID
Latest commit 273bb0f Apr 16, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates Apr 11, 2019
src/resources New OSS icon (#25) Oct 11, 2018
.gitignore Windows builds with Azure Pipelines (#58) Nov 27, 2018
.travis.yml
CODE_OF_CONDUCT.md Add code of conduct Oct 12, 2018
DOCS.md Docs update (#112) Apr 11, 2019
LICENSE Testing build Aug 13, 2018
README.md Make note about free license in opening statement Apr 15, 2019
azure-pipelines.yml Build cleanup and Windows ia32 (#103) Apr 5, 2019
build.sh Set win32x64UserAppId to a unique GUID Apr 16, 2019
check_tags.ps1 Build cleanup and Windows ia32 (#103) Apr 5, 2019
check_tags.sh Update check for Mac artifact Apr 12, 2019
create_zip.sh Use VSCodium in name of zip/tar Jan 10, 2019
get_repo.sh
install_deps.sh Merge branch 'master' into fix-arm64-build Mar 1, 2019
sum.sh Another bug fix Apr 12, 2019
trigger-azure.sh Add script to trigger Azure pipelines build Jan 23, 2019
undo_telemetry.sh Undo telemetry before build (#27) Oct 5, 2018
update_settings.sh Update logic to disable telemetry and crash reporting settings Apr 14, 2019
win32-build.yml Add condition to sums Apr 12, 2019

README.md

current release windows_build_status build status license Gitter

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.

Table of Contents

Download/Install

🎉 🎉 Download latest release here 🎉 🎉

More info / helpful tips are here.

Install with Brew (Mac)

If you are on a Mac and have Homebrew installed:

brew cask install vscodium

Note: if you see "App can’t be opened because it is from an unidentified developer" when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on a Mac.

Install with Chocolatey (Windows)

If you use Windows and have Chocolatey installed (thanks to @Thilas):

choco install vscodium

Install with Scoop (Windows)

If you use Windows and have Scoop installed:

scoop bucket add extras
scoop install vscodium

Install with Package Manager (Linux)

You can always install using the downloads (deb, rpm, tar) on the releases page, but you can also install using your favorite package manager and get automatic updates. @paulcarroty has set up a repository with instructions here. Any issues installing VSCodium using your package manager should be directed to that repository's issue tracker.

Install via the AUR (Arch Linux)

Install with your favorite AUR helper, such as yay:

yay -Sy vscodium

Flatpak Option (Linux)

VSCodium is not available as a Flatpak app, but @amtlib-dot-dll has done significant work to package up the open source build of Visual Studio Code without telemetry, very similarly to VSCodium. That package is available here and the build repo is here.

Why Does This Exist

This repository contains build files to generate free release binaries of Microsoft's VSCode. When we speak of "free software", we're talking about freedom, not price.

Microsoft's downloads 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 VSCode.

Microsoft's build process does download additional files. This was brought up in Microsoft/vscode#49159 and Microsoft/vscode#45978. These are the packages downloaded during build:

More Info

For more information on getting all the telemetry disabled and tips for migrating from Visual Studio Code to VSCodium, have a look at this Docs page.

Please note that some Visual Studio Code extensions have licenses that restrict their use to the official Visual Studio Code builds and therefore do not work with VSCodium. See this note on the Docs page for what's been found so far and possible workarounds.

Supported OS

  • OSX x64 (zipped app file)
  • Linux x64 (.deb, .rpm, and .tar.gz files)
  • Linux x86 (.deb, .rpm, and .tar.gz files)
  • Windows x64
  • Windows x86

The ARM architecture is not currently supported but is being worked on.

Donate

If you would like to support the development of VSCodium, feel free to send BTC to 3PgjE95yzBDTrSPxPiqoxSgZFuKPPAix1N.

License

MIT

You can’t perform that action at this time.