-
Notifications
You must be signed in to change notification settings - Fork 865
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
'IPFS Desktop' can't be opened because Apple cannot check it for malicious software #1211
Comments
FYI this still is an issue for fresh installs |
I ran into the same error this morning: It can be fixed by IPFS devs "Notarizing" the app with Apple before releasing it: https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution |
Reopening. We need someone with Mac for this:
Seems that the process can be automated via CI:
Ref. |
- ensure correct webui is used (clean before each build) - switch to latest electron and electron-builder (CI uses npm ci due to package-lock.json) - latest electron-builder includes fixes needed for notariztion of mac artifact (#1211) - switch to future-proof multiaddr-to-uri License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
* chore: dependency updates - ensure correct webui is used (clean before each build) - switch to latest electron and electron-builder (CI uses npm ci due to package-lock.json) - latest electron-builder includes fixes needed for notariztion of mac artifact (#1211) - switch to future-proof multiaddr-to-uri - fix CI: cache downloaded electron and electron-builder artifacts
No Mac at hands, but I moved the needle a bit:
|
For now, I think we could try to manually notarize v0.10.3:
|
This runs electron-notarize as additional step on darvin runtime, loosly following https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ This is work in progress (I have no Mac, so we need to use CI) Context: #1211 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
This runs electron-notarize as additional step on darvin runtime, loosly following https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ This is work in progress (I have no Mac, so we need to use CI) Context: #1211 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
This adds scripts that run electron-notarize as additional manual or build steps on darvin runtime, loosly following https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ Context: #1211 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
This adds scripts that run electron-notarize as additional manual or build steps on darvin runtime, loosly following https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ Context: #1211 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
* chore: macOS notarizing This adds scripts that run electron-notarize as additional manual or build steps on darvin runtime, loosly following https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ Context: #1211 entitlements should enable us to pass process with go-ipfs binary electron-userland/electron-builder#3940 (comment) notarize-cli.js uses electron-notarize-dmg, works like electron-notarize but supports DMG without stapling (which is what we want for now) License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
I get the "Is an app downloaded from the internet" warning, and click open, and Activity Monitor says the following processes are running, but there is no ipfs window, nor a dot next to the icon in the dock. IPFS Desktop Version 0.14.0 SystemCatalina 10.15.7 I do have two graphics cards (one additional) but am not sure if that's related: And I only have 35GB of free disk space--would that be an issue? |
After trying it out, I think I should mention here that I've run IPFS from the command line and it seems to work fine, including the local browser UI. |
I'm getting the same issue as slhodak - no matter what I do, I cannot get IPFS desktop (v 0.15.0) to work on Mac. MacBook Air (13-inch, Early 2015), 1.6 GHz Dual-Core Intel Core i5, 8 Gig Memory. MacOS, Big Sur v.11.4. The error I get on an administrator account: |
Reinstalled Brave with the IPFS Chrome extension and the IPFS Companion Desktop application this morning. Opened it, but only get this warning with the following description: 'this software needs to be updated. Contact the developer for more information.'
Currently running macOS Catalina 10.15
The text was updated successfully, but these errors were encountered: