telstrapurple / PurpleExplorer

cross-platform Azure Service Bus explorer (Windows, MacOS, Linux)
MIT License
163 stars 33 forks source link

Not able to install on macOs ventura 13.0 #68

Open aliqaryan opened 1 year ago

aliqaryan commented 1 year ago

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

image

armannaj commented 1 year ago

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 ?

danial-fmh commented 1 year ago

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

image
goodness-from-me commented 1 year ago

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.

Lukejkw commented 1 year ago

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
armannaj commented 1 year ago

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.

justinmchase commented 1 year ago

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