Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
/ vscodium Public archive

binary releases [+Darwin_ARM64] of VS Code without MS branding/telemetry/licensing

Notifications You must be signed in to change notification settings

tibeer/vscodium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED

This repository has been archived. The main repository has resolved the issue for M1 architecture. Please use the upstream version! VSCodium/vscodium#597 (comment)

VSCodium build for Darwin ARM64

As github is missing Mac ARM runners, this repo aims to provide a native build for darwin ARM machines. More on this can be found here: VSCodium/vscodium#597

Troubleshooting

If you get a message like this

"VSCodium.app" is damaged and can’t be opened. You should move it to the Bin.

this is because of Gatekeeper restrictions as the app isn't signed. You can execute the following to remove the quarantine attribute.

sudo xattr -r -d com.apple.quarantine /Applications/VSCodium.app

Thanks to @melgu ! (VSCodium/vscodium#597 (comment))