Skip to main content
Question

Share static download links for app installers here

  • December 8, 2022
  • 3 replies
  • 33 views

Forum|alt.badge.img+6

Many software publishers provide static (non-changing) links that always point to the latest release.

Consider this download link for Zoom:

https://zoom.us/client/5.12.9.13190/zoomusInstallerFull.pkg

It works, but it always downloads version 5.12.9.13190, even if a newer version is available. Now, consider this download link.

Zoom (Intel):

 

https://zoom.us/client/latest/Zoom.pkg

 

As the name suggests, it always points to the latest release. You can use that URL with a Universal Installer script (like the one found here) to create a Jamf policy that never needs to be updated.

Similar static links are available for lots of other apps, but they're not always easy to find.

That's why I created this thread.  It is my hope that others will share these static links here, so that this thread can be a continuing resource to Jamf Admins.

Here are a few more.

Zoom (Apple Silicon):

https://zoom.us/client/latest/Zoom.pkg?archType=arm64

Coconut Battery:

 

https://coconut-flavour.com/downloads/coconutBattery_latest.zip

 

Google Chrome (Universal):

 

https://dl.google.com/dl/chrome/mac/universal/stable/gcem/GoogleChrome.pkg

 

Webex (Intel):

https://binaries.webex.com/WebexTeamsDesktop-MACOS-Gold/Webex.dmg

 Webex (Apple Silicon):

https://binaries.webex.com/WebexDesktop-MACOS-Apple-Silicon-Gold/Webex.dmg

 

3 replies

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • December 8, 2022

Not that this thread isn't useful, but rather than posting download links here you could refer people to https://github.com/Installomator/Installomator/blob/main/Installomator.sh where searching for the an app of interest will show an associated downloadURL for it.


Forum|alt.badge.img+15
  • Esteemed Contributor
  • 719 replies
  • December 8, 2022

Zoom has a universal installer intended for IT deployments:

https://zoom.us/client/latest/ZoomInstallerIT.pkg

 

Firefox ESR:

https://download.mozilla.org/?product=firefox-esr-pkg-latest-ssl&os=osx&lang=en-US

 


Forum|alt.badge.img+10
  • Valued Contributor
  • 224 replies
  • December 8, 2022

If you're going to do something like this it should probably be kept in GitHub or some sort of source control. That way people can create pull requests for additions or changes. Otherwise, it's going to take a ton of scrolling to maybe find what you want.