-
Notifications
You must be signed in to change notification settings - Fork 18
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
Allow manual Download of the App (without Store) for macOS #455
Comments
Hi, I am not sure this is doable. We either need to deploy the App via Appstore Or build the App for a specific UUID. I recall this is because we are using Network Extension, this is only available when we use the right authorization. Maybe @roop can shine a light on this. |
There's supposed to be a way to distribute it outside of the App Store -- by packaging the Network Extension as a System Extension. On first launch, the app is supposed to prompt for enabling its System Extension -- there might be a restart involved as well. I explored that option earlier for a few days but couldn't get it working. I can try it again and spend more time on it to figure it out. |
Hello, as the main IT-department of a big university we would like to join this request. Thank you |
Hi, A workaround could be that you use a script to extract the pkg file from the App Store which can be found here. You can then redistribute the pkg file to deploy it on other devices. |
@Lukas-UAUX @MUAS-Marcus: We're still working on making this installable through a .dmg / .pkg file. I have a couple of questions on this:
Thanks. |
|
Homebrew is an easy bolt on addition when there is a proper installer available. When doing manual install, make sure to have an update mechanism as well. Sparkle is great for that. It is the one that provide the familiar update mechanism for out of store apps. https://github.com/sparkle-project/Sparkle |
Do note that VPN through a Tunnel Extension onlyworks for Appstore apps. Not for a notarized app it seems. So and out of store deployment is not an option. https://developer.apple.com/documentation/technotes/tn3134-network-extension-provider-deployment VPN as system extensions do work. But I think the Mac app uses a network extension. |
Looking at tunneblicks documentation that depends if eduVPN uses tun or still tap. Only for tap an extension is needed at all. And OpenVPN Connect also doesn't use one... Is it the Wireguard part that actually needs it? |
@Lukas-UAUX: Thanks for clarifying. That was helpful. eduVPN uses TUN for both OpenVPN and WireGuard. According to Apple's documentation, the recommended way to implement TUN tunnels in macOS is by using an App Extension (for Mac App Store distribution), or a System Extension (for outside-of-Mac-App-Store distribution). I don't know what Tunnelblick does. OpenVPN Connect might have special permissions from Apple, but I'm not sure about it. I have a few more questions about updating the app after it's installed. Let's assume we have .dmg / .pkg files served from an eduVPN web server for multiple versions of eduVPN. A user has version 1 installed, and version 2 is made available as a .dmg / .pkg in the web server. How do you see app updates happening?
Questions:
|
@jeroenleenarts I'm working on modifying the app to bundle the tunnel extension as a System Extension to enable out-of-Mac-App-Store distribution (Developer ID distribution, notarized). I did consider Sparkle -- that discussion is happening in #499, but before discussing that, I'm hoping to get some clarity on the usage scenarios for updates from @Lukas-UAUX. |
We have a very decentralized IT-Structure, while my department can use VPP to distribute the App, another one uses Munki and another one has no Apple device management at all but also no company Apple ID. As both the IT and a 'non managed' user with admin rights could both just download the new dmg/pkg and install/update it either via a deployment system or by hand with a users admin permissions I don't think much more that a 'naging' window that proposes a new version (that can be disabled) is truly needed. Although it would be very comfortable for the user if the app could be updated with just one click and entering admin credentials. (IT still would download and install the new version via deplyoment). Personally I prefer MacPorts before Homebrew because the latter ignores security - but I don't think there would be a large user base for any of those two. A Verification could just be done with the code signing utility - as the App is already signed with the Developer ID - minisign would be redundant or? |
@Lukas-UAUX Thanks for your comments. We'll first get the pkg installable working and worry about updates later on. |
What's the blocker for distributing eduVPN/LetsConnect via homebrew? @jwijenbergh told me the issue would be to distribute the Network Extension alongside the app, is there anything in homebrew that would facilitate that? I imagine this'd be a solved problem over there |
@ShadowJonathan The issue is indeed the distribution of Network Extensions. It nees to be signed by Apple to work, which means it either needs to be App Store-distributed, or made into a System Extension and notarized. Network Extension apps cannot be distributed through homebrew. |
Hi,
although some institutions may already be using Apple VPP and an MDM solution I think it would be a huge help if the macOS App could also be downloaded / deployed manually. Using personal Apple IDs is most likely not possible (GDPR and/or other regulations)...
We for example have a decentralized IT structure where not all departments have access to the full blown MDM to deploy Store-Apps and have to rely distributing .dmg/.pkg Packages.
If the App can already be downloaded I would be very happy if some one could point me to the correct download site. I have not been able to find one myself...
The text was updated successfully, but these errors were encountered: