VSCodium featured image

VSCodium for Mac

4.5 Based on 2 user rates

Run VS Code without Microsoft telemetry, free and open source on Mac.

Verified Safe No Malware Editor Tested
M
Reviewed by
Matthew
Content Editor

VSCodium Overview

VSCodium for Mac is a community-built binary of Microsoft's Visual Studio Code, compiled directly from Microsoft's own open-source repository but without the telemetry, tracking, and proprietary branding Microsoft adds to its official release. The underlying vscode source code has always been MIT-licensed, but the Visual Studio Code app you'd normally download ships under a separate, more restrictive license with data collection built in; VSCodium skips that layer entirely and ships under the genuine MIT license instead. It supports the same extensions, keyboard shortcuts, and editor core developers already know, just without Microsoft's additions layered on top. Developers who want VS Code's editing experience without sending usage data anywhere, privacy-focused teams standardizing on open-source tooling, and anyone curious what "vanilla" VS Code actually looks like all run it as their daily editor.

Why Choose VSCodium for Mac App

The editing experience itself doesn't change from what VS Code users already know, the same interface, the same keyboard shortcuts, the same core editor. What changes is everything running quietly underneath it. Every VSCodium release is built using scripts anyone can inspect on GitHub, pulling straight from Microsoft's public vscode repository without the customized configuration file Microsoft uses to enable its own telemetry and branding. Recent releases have gone further than just leaving these features unconfigured: specific Microsoft additions like AI co-author prompts have been explicitly disabled by the maintainers rather than simply left out.

Trust matters more for a tool handling your actual work, and VSCodium backs that up with process rather than promises. Releases are cryptographically signed, commits carry verified GPG signatures from the maintainers, and the entire build pipeline sits in the open rather than behind closed doors. Development also moves fast: when Microsoft ships a new VS Code version, a matching VSCodium build typically follows within days, so you're rarely stuck several releases behind. For anyone managing multiple Macs, installing through Homebrew turns updates into a single terminal command instead of a manual download each time.

Key Features

  • Full VS Code feature parity: the same editor core, keyboard shortcuts, and extension architecture developers already know.
  • No telemetry by default: ships without the usage tracking and data collection built into Microsoft's own release.
  • Genuinely MIT-licensed: a real open-source license, distinct from the more restrictive terms Visual Studio Code itself ships under.
  • No hidden fork: VSCodium isn't a separately maintained clone; it's Microsoft's actual code, rebuilt fresh from source with each release rather than patched after the fact.
  • Architecture-specific builds: dedicated Apple Silicon and Intel downloads, each running fully native on its target chip.
  • Verifiable release history: anyone can trace a given build back to the exact signed commit it came from, rather than taking a download on faith.
  • Short lag behind Microsoft: a new VS Code release rarely sits unmatched for more than a week or two before VSCodium catches up.
  • Homebrew support: install and update with `brew install --cask vscodium` instead of manual downloads.
  • CLI and remote development builds: dedicated command-line tooling and Remote Host binaries ship alongside the desktop app.
  • Cross-platform consistency: the same editor and settings sync work identically across macOS, Windows, and Linux.

What's New in VSCodium 1.126.04524 Version

Version 1.126.04524, tracking Microsoft's VS Code 1.126.0, shipped July 7, 2026. Most of the specific fixes in this release target build infrastructure and non-Mac architectures like PowerPC and LoongArch, but two changes matter more broadly: the automatic update mechanism now compares version numbers correctly instead of relying on commit IDs, which had occasionally caused update-detection issues, and Mac builds now compile using a newer macOS 14 build environments rather than the previous one.

Supported macOS Versions

VSCodium 1.126.04524 requires macOS 12 or later. Unlike many modern Mac apps, it doesn't ship as a single universal binary, Apple Silicon and Intel each get their own dedicated .dmg, so picking the correct download for your Mac's chip matters here more than usual. Once installed, both versions run fully native, and since code editing itself isn't a demanding task for either chip, day-to-day performance differences come down more to project size and installed extensions than raw processor power.

How to Download and Install VSCodium on Mac?

Installing VSCodium on Mac only takes a few steps after downloading, including one quick permission it needs to run properly.

  1. Click the Download button above, making sure to select the build matching your Mac's chip, Apple Silicon or Intel.
  2. Open the downloaded .dmg file, then drag VSCodium into your Applications folder.
  3. Launch VSCodium from Applications. If macOS shows an "unidentified developer" warning, go to System Settings → Privacy & Security and click Open Anyway.
  4. Grant any folder access macOS requests, so VSCodium can open and save your project files.

Once the initial setup is done, VSCodium won't ask for these permissions again — future launches open straight to your last project.

How to Use VSCodium Mac App?

  1. Launch VSCodium and open a folder to start working on a project.
  2. Install extensions from the Open VSX Registry to add language support and additional tools.
  3. Open the integrated terminal with View > Terminal to run commands without leaving the editor.
  4. Use the Command Palette (Cmd+Shift+P) to find and run any command by name.
  5. Turn on Settings Sync if you want your preferences and extensions to follow you across machines.
  6. Update later by running `brew upgrade --cask vscodium`, or by downloading a newer release directly.

Alternatives

CodeEdit: A free, open-source code editor built specifically for macOS from the ground up, rather than adapted from a cross-platform base.

Zed: A free, high-performance code editor built around real-time collaboration, with a from-scratch native architecture rather than an Electron foundation.

Pros
  • Same core editing experience as VS Code, without Microsoft's telemetry
  • Genuinely MIT-licensed and fully open source
  • Transparent, publicly auditable build process
  • Fast, active development that tracks upstream VS Code closely
  • Homebrew installation and update support
Cons
  • Uses the Open VSX Registry instead of Microsoft's official Extensions Marketplace, so a small number of Microsoft-published extensions aren't available
  • No universal binary, so you need to download the correct build for your Mac's chip
  • Not distributed through the Mac App Store, so Gatekeeper may flag it on first launch
  • Smaller support community than Microsoft's official VS Code
Frequently Asked Questions
Is VSCodium free?
Yes, completely free and open source under the MIT license.
Does VSCodium work on Apple Silicon Macs?
Yes, but as a separate native build rather than a universal binary. Download the arm64 version specifically for Apple Silicon.
How is VSCodium different from Visual Studio Code?
Think of it as the same car with the tracking device removed. The editor, the shortcuts, the extensions all work the same; what's gone is the data collection Microsoft bakes into its own build, and what's changed is the license underneath it.
Can I install the same extensions as VS Code?
Most extensions work through the Open VSX Registry, though a handful of Microsoft-published extensions restrict themselves to official VS Code builds by their own licensing terms.
Is VSCodium safe to use?
Yes. Nothing here is a black box, the source, the build steps, and who signed off on each release are all publicly checkable if you want to look.
Can I install VSCodium with Homebrew?
Yes, using `brew install --cask vscodium`.
Does VSCodium sync settings across devices?
Yes, built-in Settings Sync works the same way it does in standard VS Code.
Who maintains VSCodium?
An open-source community led primarily by developer Baptiste Augrain, with contributors handling everything from Mac build infrastructure to support for less common processor architectures.

Final Verdict

VSCodium earns its place for anyone who wants VS Code's editing experience without quietly sending usage data to Microsoft in the background. The build process is genuinely transparent, the release cadence keeps pace with upstream VS Code closely, and the MIT license removes any ambiguity about what you're actually allowed to do with it. The Open VSX extension gap and lack of a universal binary are real friction points worth knowing about upfront, but for a telemetry-free, fully open-source code editor, it remains the most direct option available on Mac.

Download VSCodium for Mac Latest Version

Tired of a code editor quietly reporting your usage data back to Microsoft? Curious what Visual Studio Code actually looks like without the telemetry and branding layered on top?

Download VSCodium for Mac to get the same editing experience as VS Code, built transparently from Microsoft's own open-source repository and shipped under a genuine MIT license. Whether you're standardizing a team on open-source tooling or just prefer knowing exactly what your editor is doing in the background, it delivers the same core editor without the extras you didn't ask for.

Ready to Download?

Free, safe, and always the latest version — VSCodium

Download VSCodium

Comments (0)

No comments yet. Be the first!

Leave a Comment

Specs preview enlarged