Replies: 1 comment
-
|
Hello there, @mojafa! Can you try out this set of steps to see if it resolves your problem:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
2025.01.0-152(installed via Homebrew cask and/or DMG)brew install --cask positron) or direct download from [positron.posit.co](https://positron.posit.co)positron --disable-gpu,positron <any-command>,which positronSymptoms:
Unable to find helper app errors in the console (
[FATAL:electron_main_delegate_mac.mm(65)](https://github.com/posit-dev/positron/issues/xxx?context=electron_main_delegate_mac.mm)).GPU process repeatedly crashing with exit_code=5.
Gatekeeper rejecting the
.appwithspctl -a -vv "/Applications/Positron.app"→ “rejected.”Missing ARM64 server tarball for remote SSH workflow (
404 Not Foundwhen downloadingpositron-reh-linux-arm64-<version>.tar.gz).No CLI Command After DMG Installation. No symlink or CLI wrapper is placed in /usr/local/bin, /opt/homebrew/bin, or any other directory in PATH.To use positron directly from the terminal, you currently need to manually create a symlink or alias.
which positronreturns:positron not foundPossible workaround:
sudo ln -s "/Applications/Positron.app/Contents/MacOS/Electron" /usr/local/bin/positron.Even after: - Removing
com.apple.quarantinerecursivelycodesign --force --deep --sign -…the issue persists.
Steps to Reproduce
.dmgfrom the official link.positron --disable-gpu(or any other command).trace traporFATALmessages).sudo xattr -r -d com.apple.quarantine "/Applications/Positron.app"sudo codesign --force --deep --sign - "/Applications/Positron.app"spctl -a -vv "/Applications/Positron.app"→ returns “rejected.”If doing remote development on an ARM64 Docker container, the script tries to install the remote server:
…which 404s. This breaks remote SSH setup on ARM containers.
Expected Behavior
.appif it’s signed/notarized properly.linux-arm64build or a documented workaround.Actual Behavior
.appas “ad-hoc” or “unnotarized,” even after manual attempts to fix code signing.Logs & Screenshots
Potential Causes (Hypotheses)
Contents/Frameworks..dmgis universal but has incomplete ARM64 helper resources.Workarounds Tried
codesignbrew install --cask --no-quarantine positronContents/Frameworksfor missing helper.appsNone have resolved the error.
Conclusion / Request
linux-arm64tarball for remote server installation.Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions