binary releases of VS Code without MS branding/telemetry/licensing

Peter Squicciarini dd6e08a285 Merge pull request #69 from stripedpajamas/master 6 лет назад
src d3373b16e8 New OSS icon (#25) 6 лет назад
.gitignore 098cab67bd Windows builds with Azure Pipelines (#58) 6 лет назад
.travis.yml d408fcc060 Use latest yarn (#57) 6 лет назад
CODE_OF_CONDUCT.md b40a02dc7f Add code of conduct 6 лет назад
DOCS.md 58823c7ad8 Add section for vscodium terminal support 6 лет назад
LICENSE 83847916ca Testing build 7 лет назад
README.md 7391746c6b Add title 6 лет назад
azure-pipelines.yml 83cfe077ee Cleanup Windows build process (#62) 6 лет назад
build.sh 098cab67bd Windows builds with Azure Pipelines (#58) 6 лет назад
check_tags.ps1 b5df7d5af8 Add logging when GH token doesn't exist in Windows build 6 лет назад
check_tags.sh 225fbb2dea do not hard code the repository 6 лет назад
create_zip.sh 213baf8651 Add -X -y to zip command 6 лет назад
get_repo.sh 606d3f8ff2 If vscode exists, fetch updates (#19) 6 лет назад
install_deps.sh d408fcc060 Use latest yarn (#57) 6 лет назад
undo_telemetry.sh f805d740bb Undo telemetry before build (#27) 6 лет назад
update_settings.sh 74d06bf01d Change default telemetry settings to disabled (#46) 6 лет назад

README.md

[![current release](https://img.shields.io/github/release/vscodium/vscodium.svg)](https://github.com/vscodium/vscodium/releases) [![windows_build_status](https://dev.azure.com/vscodium/VSCodium/_apis/build/status/VSCodium.vscodium?branchName=master)](https://dev.azure.com/vscodium/VSCodium/_build?definitionId=1) [![build status](https://travis-ci.com/VSCodium/vscodium.svg?branch=master)](https://travis-ci.com/VSCodium/vscodium) [![license](https://img.shields.io/github/license/VSCodium/vscodium.svg)](https://github.com/VSCodium/vscodium/blob/master/LICENSE) [![Gitter](https://img.shields.io/gitter/room/vscodium/vscodium.svg)](https://gitter.im/VSCodium/Lobby)

Table of Contents

Download/Install

:tada: :tada: Download latest release here :tada: :tada:

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 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.

Why Does This Exist

This repository contains a build file to generate FLOSS release binaries of Microsoft's VSCode.

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 enabled by a build flag which we do not pass.

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.

Supported OS

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

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

License

MIT