5

I deleted my Safari browser and now I would like to download it again but it seems that this option is not as easy to be done. I'm running OS X Mavericks at the moment, and there is no download for Safari on the Apple page except for those before OS X Lion.

bneely
  • 3,973
Bgilca
  • 51

3 Answers3

7

Safari gets reinstalled:

You could also use a tool like Pacifist to get the app from the install package (or Time Machine from your backup), but it depends on how you lost the app whether you want to go in like a surgeon or have the deluxe treatment. Unless you are sure you can use Pacifist, I'd start with the Combo and then move to the normal installer.

bmike
  • 235,889
3

You can copy Safari from the recovery partition:

diskutil mount Recovery\ HD
hdiutil mount /Volumes/Recovery\ HD/com.apple.recovery.boot/BaseSystem.dmg
cp -R /Volumes/OS\ X\ Base\ System/Applications/Safari.app /Applications

Alternatively redownload an OS X installer from App Store and then use Pacifist:

Lri
  • 105,117
  • So far on 10.9, the Recovery HD is unpatched and most people are at 10.9.2 with several Safari security updates. Although I'd prefer the Pacifist route myself, nothing here is untrue. Also, I haven't done the work to determine if the fixes on "10.9.2 Safari" are really framework fixes that could reside outside /Applications entirely. – bmike Mar 16 '14 at 12:21
0

Download and install Safari 7.1 manually, directly from Apple. This is the same link the App Store uses to check for updates. (Note that if you install that package on anything other than Mavericks — assuming Installer would even permit such a thing to happen — you will probably cause more harm than good. That package is for Mavericks only, as the filename says.)

Source: The SU catalog (search it for "Safari7.1" to verify the .pkg link, if you'd like).

Alex
  • 119