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.
-
possible duplicate of How can I get back a system file after deleting it from my Mac? – grg Mar 15 '14 at 20:42
-
Depending on how you came to delete safari, we can offer some help. Your safest bet is to re-download the Mavericks Installer from App Store, but perhaps if you edit some details in the question we can guide you better than the linked question with several options. – bmike Mar 15 '14 at 21:14
-
…especially since Safari on the Recovery HD is probably old so the 'grab the file from the Recovery HD' trick probably isn't ideal. — cc @bmike – grg Mar 15 '14 at 21:17
3 Answers
Safari gets reinstalled:
- Sometimes when you download and install a Combo Updater.
- Always when you reinstall the OS.
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.

- 235,889
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:

- 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
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).

- 119