Apple ha smesso di fornire Safari per Windows nel 2012 a causa di una mancanza di interesse. Non forniscono più nemmeno l'ultima versione di Safari, quindi a meno che non abbiate una vecchia versione di Windows e a meno che non riusciate a trovare qualcuno che abbia il vecchio installer di Safari, non potete farlo.
Potreste usare il browser web Chromium che è basato sul browser web Chrome, entrambi originariamente sviluppati da Google e che Google ha originariamente adattato dal browser web open source gratuito di Apple chiamato WebKit (su Mac, iPhone, iPad e Apple Watch chiamiamo Webkit "Safari" ma in realtà è esattamente lo stesso browser. Google took Webkit and modified it then renamed it Chrome, then renamed the internal components so users would not realize that they were actually using a free Apple product, all of which is OK except that in adding a lot of unnecessary features Google make Chromium (and by extension (Chrome) slower and a lot more insecure than WebKit.
If you truly want Webkit (Safari) on Windows you will have to:
-Install Visual Studio
-Install Perl. 64-bit
-Install Python version 2.x
-Install Ruby. 64-bit
-Instal Bison for Windows
-Install Gperf
-Install Flex
-Install CMake
-Install Gi
-Install iTunes
-Install the Ahem
-Install Ninja Build
-Download a clone of the Git Webkit repository (source code from the official Git repository)
-On the command line:
> cd ToolsScripts
> perl update-webkit
> perl build-webkit
Then go to Visual Studio and set the environment variables to build Webkit.
WEBKIT_OUTPUTDIR - un percorso assoluto in stile Windows che punti alla directory dove vuoi che vadano i prodotti di build.
WEBKIT_LIBRARIES - inserisci un percorso assoluto in stile Windows che punti alla cartella WebKitLibraries/win nel tuo checkout di WebKit.
Questo ti darà Safari (Webkit) su Windows. Se non vuoi compilare il tuo software allora ti suggerisco di usare il browser Swift che è basato su Webkit.