Vscodium: “VSCodium.app” can’t be opened on OSX

Created on 12 Jul 2019  Â·  9Comments  Â·  Source: VSCodium/vscodium

I get this message when installed from brew:

“VSCodium.app” can’t be opened because Apple cannot check it for malicious software..

There is no usual "OK I'm fine with that" button in the preferences/security&privacy :(

osx

bug

Most helpful comment

Running the following solved the issue for me:

codesign --sign - --force --deep /Applications/VSCodium.app
xattr -d com.apple.quarantine /Applications/VSCodium.app

All 9 comments

An additional comment: after using the standard code . command, I realised that it's now VSCodium, so using command line, it starts properly.

@mudlee for now you'd have to "right click" the App and then hold the alt/option key, while clicking "Open" (only on first launch I think)

command$ code

still an issue.

Running the following solved the issue for me:

codesign --sign - --force --deep /Applications/VSCodium.app
xattr -d com.apple.quarantine /Applications/VSCodium.app

Running the following solved the issue for me:

codesign --sign - --force --deep /Applications/VSCodium.app
xattr -d com.apple.quarantine /Applications/VSCodium.app

deleting quarantine only solved my problem.
xattr -d com.apple.quarantine /Applications/VSCodium.app

I found that if you go to Applications-> RightClick-> Open it works. And its only required to be done the first time.

@mudlee for now you'd have to "right click" the App and then hold the alt/option key, while clicking "Open" (only on first launch I think)

This worked for me. And to confirm, it is only for the first launch. Thank you!

@mudlee for now you'd have to "right click" the App and then hold the alt/option key, while clicking "Open" (only on first launch I think)

Worked for me as well. Thanks for the workaround!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

amankkg picture amankkg  Â·  24Comments

in-in picture in-in  Â·  20Comments

codeshake picture codeshake  Â·  59Comments

JayAndCatchFire picture JayAndCatchFire  Â·  18Comments

cristianovitorino picture cristianovitorino  Â·  80Comments