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.
- Click the Download button above, making sure to select the build matching your Mac's chip, Apple Silicon or Intel.
- Open the downloaded .dmg file, then drag VSCodium into your Applications folder.
- Launch VSCodium from Applications. If macOS shows an "unidentified developer" warning, go to System Settings → Privacy & Security and click Open Anyway.
- 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?
- Launch VSCodium and open a folder to start working on a project.
- Install extensions from the Open VSX Registry to add language support and additional tools.
- Open the integrated terminal with View > Terminal to run commands without leaving the editor.
- Use the Command Palette (Cmd+Shift+P) to find and run any command by name.
- Turn on Settings Sync if you want your preferences and extensions to follow you across machines.
- 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.