-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Binary provided for macos in release section is not working #91
Comments
Yeah, sorry. This is more or less provided "just because". You will need to re-sign with your own credentials. To be able to distribute this outside the app store, we would need to change the app, so it doesn't provide a "Network Extension", but a "System Extension". I spent some time on it, already, but to change this is non-trivial, especially in a project which also contains an iOS app using a "Network Extension". There are all sorts of stupid rules and different signing mechanism around it. Since the macOS version is just a side-effect of the iOS app and a means for easier debugging, there is currently zero money available to make this happen.
In what way? Well, the minimal OS and Xcode version is probably slightly outdated. But else? |
Need a bit short guide/resources about how to make this work, if i want to sideload this app on macos.
In git command repo contains different name |
Oh, ha! Good catch. When you provide an error log, I might be able to help. Otherwise: 🤷 |
And what about this? |
Sorry, overlooked that. If you don't want to install from the macOS app store, don't have a clue how to resign an app pkg yourself, then your best bet is to build from scratch. For the latter, I might be able to help you, if you run into specific problems, but I'm also not an Xcode beginner's tutor. There's always another option: And if your whole intention is to do web browsing, anyway, then please just use Tor Browser. Using Tor with another browser can be dangerous, if you don't know, what you're getting yourself into. |
Thanks for the update, but I will go with this route when no other option left.
Basically i want to run TOR as a vpn connection, that's why i chose to go with ORBOT. There is another solution that you mentioned which i already tried with homebrew to install TOR & use it as SOCKS proxy. But i want to use it as vpn connection, if you can help me in this I really appreciate that.
Currently, using tor as testing purpose on VM, so I'm fine with the risk that comes along with it. |
I guess, Orbot macOS is actually your best choice, then. |
Binary provided for macos
Orbot.pkg
in release section is not working. Showing errorApplication "ORBOT" can't be opened
. Also, I believe build guide is outdated too inREADME
section.The text was updated successfully, but these errors were encountered: