Grab the latest version of Safari from Apple

Over on the Apple Discussions , there's a quick hint to find and download the latest version of Safari. It seems that Apple are no longer offering standalone...

Over on the Apple Discussions, there’s a quick hint to find and download the latest version of Safari. It seems that Apple are no longer offering standalone installers for Safari, instead telling people to get it from Software Update instead. The command below uses grep to find the software update catalog url from the Software Update frameworks, passes this to curl to download and then greps the result for Safari. You can then use curl again to download the .pkg installer for Safari.

curl $(strings /System/Library/PrivateFrameworks/SoftwareUpdate.framework/SoftwareUpdate | grep http://swscan) | grep Safari6

Keep This Useful

Spotted something outdated or unclear?

If a step has changed, a screenshot no longer matches, or something here just does not work the way it should, get in touch and we will take a look.