binary releases of VS Code without MS branding/telemetry/licensing https://vscodium.com
  • C 95.9%
  • Shell 3.4%
  • XSLT 0.5%
  • JavaScript 0.2%
Find a file
2026-05-24 11:05:13 +02:00
.github build(deps): bump actions-rust-lang/setup-rust-toolchain (#2859) 2026-05-20 21:33:30 +02:00
build feat: move secrets to environments (#2835) 2026-05-15 21:29:21 +02:00
dev feat(1.120): update patches (#2837) 2026-05-16 04:29:01 +02:00
docs docs: replace old url with archived one (#2800) 2026-04-25 18:00:14 +02:00
font-size fix(ui): show icons correctly (#2851) 2026-05-19 02:21:20 +02:00
icons fix(icon): increase macos max size (#2596) 2025-11-07 21:54:55 +01:00
patches fix(msi): add msi install on second method... (#2867) 2026-05-22 00:59:57 +02:00
src fix(icon): increase macos max size (#2596) 2025-11-07 21:54:55 +01:00
stores build(snap): add auth check 2026-03-24 10:50:59 +01:00
upstream build: prepare for stable build 2026-05-22 17:12:34 +02:00
.editorconfig fix: update size of letterpress images (#992) 2022-02-06 16:05:53 +01:00
.gitignore feat: use global variable and helper script 2026-02-19 17:10:12 +01:00
.nvmrc feat(1.116): update patches (#2796) 2026-04-22 01:54:37 +02:00
announcements-builtin.json chore: update api and annoucements [skip ci] 2023-03-31 14:54:19 +02:00
announcements-extra.json build: prepare for stable build 2026-05-22 17:12:34 +02:00
build.sh feat(1.116): update patches (#2796) 2026-04-22 01:54:37 +02:00
build_cli.sh feat(ppc64): add RPM, DEB and CLI (#2767) 2026-03-27 18:25:06 +01:00
check_cron_or_pr.sh ci(linux): regroup checks [skip ci] 2024-02-22 13:34:57 +01:00
check_tags.sh refactor: split some scripts by os (#2776) 2026-04-03 18:04:54 +02:00
CODE_OF_CONDUCT.md docs: update CODE_OF_CONDUCT.md from v1.4 to v2.1 (#1056) 2022-04-20 06:09:35 +02:00
CONTRIBUTING.md docs: add section about use of AI 2026-05-24 11:03:05 +02:00
FUNDING.json chore: add drips funding [skip ci] 2024-02-22 19:42:33 +01:00
get_pr.sh fix: add git workaround [skip ci] 2024-10-08 14:06:42 +02:00
get_repo.sh fix: add/remove leading 0 when needed 2025-04-04 13:36:00 +02:00
justfile ci: update actions (#2805) 2026-04-27 10:09:52 +02:00
LICENSE fix: update license menu (#824) 2021-09-07 12:22:40 +02:00
npmrc feat(1.98): update patches (#2244) 2025-03-08 03:59:27 +01:00
prepare_assets.sh refactor: split some scripts by os (#2776) 2026-04-03 18:04:54 +02:00
prepare_checksums.sh build(windows): calculate checksums after signing [skip ci] 2024-10-14 01:03:50 +02:00
prepare_src.sh feat(insider): generate buildinfo.json to track versions (#2544) 2025-10-09 03:18:19 +02:00
prepare_vscode.sh feat(1.120): update patches (#2837) 2026-05-16 04:29:01 +02:00
product.json feat(1.120): update patches (#2837) 2026-05-16 04:29:01 +02:00
README.md docs: remove build status 2026-05-24 11:05:13 +02:00
release.sh feat(1.100): update patches (#2360) 2025-05-08 22:50:38 +02:00
release_notes.md feat(ppc64): add RPM, DEB and CLI (#2767) 2026-03-27 18:25:06 +01:00
undo_telemetry.sh refactor: passing linter for root bash scripts (#1569) 2023-07-20 20:25:13 +02:00
update_upstream.sh feat(1.99): update patches (#2283) 2025-03-30 03:31:01 +02:00
update_version.sh fix: missing executable flag [skip ci] 2026-05-16 14:44:51 +02:00
upload_sourcemaps.sh feat: regroup sourcemaps in a single file [skip ci] 2025-10-10 16:54:26 +02:00
utils.sh feat(1.120): update patches (#2837) 2026-05-16 04:29:01 +02:00
version.sh refactor: passing linter on all bash scripts 2023-07-21 16:45:07 +02:00

current release 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: stable or insiders 🎉 🎉

More info / helpful tips are here.

Install with Brew (Mac)

If you are on a Mac and have Homebrew installed:

# stable
brew install --cask vscodium

# insiders
brew install --cask vscodium@insiders

Install with Windows Package Manager (WinGet)

If you use Windows and have Windows Package Manager installed:

:: stable
winget install -e --id VSCodium.VSCodium

:: insider
winget install -e --id VSCodium.VSCodium.Insiders

Install with Chocolatey (Windows)

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

:: stable
choco install vscodium

:: insider
choco install vscodium-insiders

Install with Scoop (Windows)

If you use Windows and have Scoop installed:

scoop bucket add extras
scoop install vscodium

Install with snap (GNU/Linux)

VSCodium is available in the Snap Store as Codium, thanks to the help of the Snapcrafters community. If your GNU/Linux distribution has support for snaps:

snap install codium --classic

Install with Package Manager (GNU/Linux)

You can always install using the downloads (deb, rpm, tar) on the releases page for stable or insiders, but you can also install using your favorite package manager and get automatic updates.

@paulcarroty has set up a repository with instructions for apt, dnf and zypper 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, maintained by @binex-dsk as package vscodium-bin (stable) and as vscodium-insiders-bin.

If you want to save disk space by having VSCodium use the Electron system-wide, you also have vscodium-electron, maintained by @m00nw4tch3r.

An alternative package vscodium-git, maintained by @cedricroijakkers, is also available should you wish to compile from source yourself.

Flatpak Option (GNU/Linux)

VSCodium is 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

Build

Build instructions can be found here

Why Does This Exist

This repository contains build files to generate free release binaries of Microsoft's Visual Studio 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 Visual Studio Code.

Microsoft's build process (which we are running to build the binaries) does download additional files. Those packages downloaded during build are:

More Info

Documentation

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

Troubleshooting

If you have any issue, please check the Troubleshooting page or the existing issues.

Extensions and the Marketplace

According to the Visual Studio 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 Visual Studio 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 workflow files in .github/workflows for Windows, GNU/Linux and macOS. 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.

Supported Platforms

The minimal version is limited by the core component Electron, you may want to check its platform prerequisites.

  • macOS (zip, dmg) macOS 12 or newer x64
  • macOS (zip, dmg) macOS 12 or newer arm64
  • GNU/Linux x64 (deb, rpm, AppImage, snap, tar.gz)
  • GNU/Linux arm64 (deb, rpm, snap, tar.gz)
  • GNU/Linux armhf (deb, rpm, tar.gz)
  • GNU/Linux riscv64 (tar.gz)
  • GNU/Linux loong64 (tar.gz)
  • GNU/Linux ppc64le (tar.gz)
  • Windows 10 / Server 2012 R2 or newer x64
  • Windows 10 / Server 2012 R2 or newer arm64

Special thanks

@jaredreich for the logo
@PalinuroSec for CDN and domain name
MacStadium logo for providing a Mac mini M1
@daiyam for macOS certificate
SignPath logo free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation

License

MIT