Find a file
2020-09-15 09:36:38 -07:00
.github/ISSUE_TEMPLATE Update issue templates 2019-04-10 21:02:00 -07:00
patches Fix update cache path 2019-12-08 16:03:23 -08:00
src Fix padding 2020-08-22 19:43:33 -03:00
.gitignore Windows builds with Azure Pipelines (#58) 2018-11-27 09:19:34 -05:00
.travis.yml (experiment) add logging and focus on mac only 2020-09-15 09:36:38 -07:00
azure-pipelines.yml Build cleanup and Windows ia32 (#103) 2019-04-05 10:13:11 -07:00
build.sh (experiment) add logging and focus on mac only 2020-09-15 09:36:38 -07:00
check_tags.ps1 Build cleanup and Windows ia32 (#103) 2019-04-05 10:13:11 -07:00
check_tags.sh Update check_tags.sh 2019-12-20 19:52:01 -08:00
CODE_OF_CONDUCT.md Add code of conduct 2018-10-12 09:22:40 -04:00
create_appimage.sh Modified AppImage build method (#294) 2019-11-26 00:20:37 -05:00
create_dmg.sh (experiment) add logging and focus on mac only 2020-09-15 09:36:38 -07:00
create_zip.sh (experiment) add logging and focus on mac only 2020-09-15 09:36:38 -07:00
DOCS.md Merge pull request #404 from spoenemann/open-vsx 2020-05-20 09:05:02 -07:00
get_repo.sh (experiment) add logging and focus on mac only 2020-09-15 09:36:38 -07:00
install_deps.sh (experiment) Use npx for create-dmg 2020-09-14 20:00:16 -07:00
LICENSE Testing build 2018-08-13 11:14:15 -04:00
prepare_vscode.sh (experiment) skip everything that makes vscodium different 2020-09-14 15:33:19 -07:00
README.md Merge pull request #432 from cstayyab/master 2020-07-28 17:11:37 -07:00
sign_mac_app.sh (experiment) disable mac signing 2020-09-14 11:17:53 -07:00
sum.sh Add hacky, initial arm64 support 2019-12-09 21:40:37 +02:00
undo_telemetry.sh Undo telemetry before build (#27) 2018-10-05 09:43:05 -04:00
update_settings.sh Fix telemetry.enableCrashReporter setting 2020-06-18 11:29:27 +02:00
update_version.sh Add update support for Win32 system install 2019-07-09 15:25:17 -07:00
VSCodium-AppImage-Recipe.yml Fix appimage icon 2020-03-31 12:53:57 +00:00
win32-build.yml Use Node 12 and frozen lockfile 2020-02-17 15:26:57 -08:00

current release windows_build_status 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.

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 for Mac OS X Mojave users: if you see "App can't be opened because Apple cannot check it for malicious software" 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 Mojave.

Install with Windows Package Manager (WinGet)

If you use Windows and have Windows Package Manager installed:

winget install vscodium

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 snap (Linux)

VSCodium is available in the Snap Store as Codium, published by the Snapcrafters community. If your Linux distribution has support for snaps:

snap install codium

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 on Arch Linux

VSCodium is available in AUR as package vscodium-bin, maintained by @plague-doctor.

Flatpak Option (Linux)

VSCodium is (unofficially) available as a Flatpak app here and the build repo is here. If your distribution has support for flatpak, and you have enabled the flathub repo:

flatpak install flathub com.vscodium.codium

flatpak run com.vscodium.codium

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 (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:

More Info

Documentation

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.

Extensions and the Marketplace

According to the VS Code Marketplace Terms of Use, you may only install and use Marketplace Offerings with Visual Studio Products and Services. For this reason, VSCodium uses open-vsx.org, an open source registry for VS Code extensions. See the Extensions + Marketplace section on the Docs page for more details.

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.

How are the VSCodium binaries built?

If you would like to see the commands we run to build vscode into VSCodium binaries, have a look at the .travis.yml file (for Linux and OS X builds) and the win32-build.yml file (for Windows builds). These build files call all the other scripts in the repo. If you find something that doesn't make sense, feel free to ask about it on Gitter.

The builds are run every day, but exit early if there isn't a new release from Microsoft. To examine the build logs, go here for Linux / OS X and here for Windows

Supported OS

  • OS X (zip, dmg)
  • Linux x64 (deb, rpm, AppImage, tar.gz)
  • Linux x86 (deb, rpm, tar.gz) (up to v1.35.1)
  • Linux arm64 (deb, tar.gz)
  • Linux armhf (deb, tar.gz)
  • Windows x64
  • Windows x86

Donate

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

Special thanks to:

  • @estatra for the latest logo
  • @jaredreich for the previous logo

License

MIT