PurpleExplorer icon indicating copy to clipboard operation
PurpleExplorer copied to clipboard

Not able to install on macOs ventura 13.0

Open aliqaryan opened this issue 2 years ago • 6 comments

I followed all the steps in the instruction (install .Net 6 and etc.), but in the end, it shows me this message:

image

aliqaryan avatar Nov 11 '22 19:11 aliqaryan

Hi @aliqaryan2

I tried it on my Mac with macOs ventura 13.0, and it worked fine.

Which version of .NET6 did you install? Is it .NET Runtime or .NET SDK ?

armannaj avatar Nov 28 '22 03:11 armannaj

I'm having a similar issue on macOS Monterey 12.1: image

danial-fmh avatar Jan 09 '23 15:01 danial-fmh

Works for me on macOS 13.1 using the latest release build. I had to go to System Settings > Privacy & Security and grant permission to open application and also for all the libraries required by botnet to load. It was a bit of a pain. I believe it can be avoided if the builds were signed by the developer.

goodness-from-me avatar Jan 18 '23 16:01 goodness-from-me

Easiest way I've found it to just clone the repo and run manually. A Homebrew solution would be ideal

dotnet run --project ./PurpleExplorer/PurpleExplorer.csproj

Lukejkw avatar Jan 27 '23 09:01 Lukejkw

Latest release should work with macOS 13+. Can you guys test it and let me know to close this issue for now.

I'll start a conversation about signing as well.

armannaj avatar Jan 29 '23 00:01 armannaj

I hit the same error, I can't run it by policy because the binaries are not signed.

justinmchase avatar Jan 30 '23 22:01 justinmchase