Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open application on Macbook Air M2 #1

Closed
mparrett opened this issue Dec 1, 2022 · 9 comments
Closed

Can't open application on Macbook Air M2 #1

mparrett opened this issue Dec 1, 2022 · 9 comments

Comments

@mparrett
Copy link

mparrett commented Dec 1, 2022

Hello,

Thanks for making this! I downloaded the arm64 image, copied ChatGPT to Applications, and tried to open it. I got the "damaged and can't be opened" prompt for unsigned apps. I attempted to follow the instructions below but didn't make any further progress. I also checked my privacy settings, which should allow me to open it.

Do you know if there's a workaround?

Mac OS Version: 13.0

Can't be opened

image

Override security settings

image

Privacy settings

image

Thanks,
Matt

@brennanerbz
Copy link

+1

@8times4
Copy link

8times4 commented Dec 1, 2022

@mparrett @brennanerbz you can build it yourself via node/npm. (You need git & npm installed)

https://github.com/vincelwt/chatgpt-mac.git
cd chatgpt-mac
npm install --legacy-peer-deps
npm run make
open out/ChatGPT-darwin-arm64

then just drag the app to your Applications folder.

Hope this helps!
-8x4

@mparrett
Copy link
Author

mparrett commented Dec 1, 2022 via email

@mparrett
Copy link
Author

mparrett commented Dec 1, 2022

Thanks for the quick response!

@vincelwt
Copy link
Owner

vincelwt commented Dec 2, 2022

Hey guys! Sorry haha I pushed this just before going to sleep and didn’t test it properly - let me check what’s wrong

@vincelwt
Copy link
Owner

vincelwt commented Dec 2, 2022

Seems like this is related to this issue: electron-userland/electron-builder#5850
Might have to pay the 99$ to apple for signing

@8times4
Copy link

8times4 commented Dec 2, 2022

@vincelwt the version you uploaded was just a corrupted build, but yeah, if you want all warnings gone, a signature is required, however warnings can be clicked through, if the package isn’t corrupted/damaged.

@vincelwt
Copy link
Owner

vincelwt commented Dec 2, 2022

@8times4 that's what I thought but no, seems to be related to signing. I retried the build with a lot of different configs and only universal builds ends up not being "damaged" on arm. Check the issue above, seems to be fixable sudo xattr -r -d com.apple.quarantine but not ideal. Just renewed my Apple developers membership, will try signing

@vincelwt
Copy link
Owner

vincelwt commented Dec 2, 2022

Ok that should be good to go! Managed to setup code signing, can you try with the 0.0.2 release? https://github.com/vincelwt/chatgpt-mac/releases/tag/v0.0.2

Thanks for reporting guys

@vincelwt vincelwt closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants