Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Log in or create an account to edit The Apple Wiki.
(Redirected from Dev:WebKit.framework)
WebKit
Original author(s)Apple Inc., based on work by KDE
Developer(s)Apple and open source contributors
Initial release7 June 2005 (2005-06-07); 19 years ago
Repositorygithub.com/WebKit/WebKit
Written in
Operating system
TypeBrowser engine
License
Websitewebkit.org

The WebKit project is the browser engine creating the core of Safari. Beginning as a fork of the KHTML project, WebKit was intended as a competitor to the then-popular Microsoft Internet Explorer Tasman (Mac) and Trident (Windows) engines, in addition to Mozilla, the successor to Netscape and predecessor to Firefox.

It is comprised of the following major components:

  • WebKit: High-level web browser components that can be embedded in an app with ease.
  • WebCore: Low-level rendering engine implementation that can be used to more closely customise WebKit behavior, forked from KHTML.
  • JavaScriptCore: The JavaScript engine implementation, forked from KJS.

WebKit is a core operating system component of macOS, iOS, and their derivatives such as watchOS. Its primary purpose is to support the built-in Safari browser, which by default uses the operating system's provided WebKit components. While Safari is no longer released for Windows, WebKit continues to fully support Windows. Nightly builds of a barebones "MiniBrowser" for Windows are provided on the Buildbot.[1][2] WebKit is still used by iTunes for rendering web content, such as the iTunes Store. iCloud for Windows previously used WebKit, but has switched to Microsoft Edge WebView2.

WebKit components have been heavily used by parties other than Apple:

MiniBrowser

MiniBrowser
Developer(s)Apple and open source contributors
Repositorygithub.com/WebKit/WebKit/tree/main/Tools/MiniBrowser
Written in
Operating system
TypeWeb browser
LicenseBSD 2-Clause 'Simplified' License

It is possible to run a barebones WebKit-based web browser, named MiniBrowser, on Windows. The browser is built by WebKit nightly build servers, and is currently predominantly maintained by Sony Interactive Entertainment. It provides access to Web Inspector.

Note that a nightly build of WebKit, running on the Windows platform that is not supported by any stable WebKit-based browser, is not completely representative of how a page will render on a macOS, iOS, or similar device.

  1. Visit the list of all WinCairo 64-bit release builds on WebKit Buildbot.
  2. Select a build that displays in green (successful build).
  3. Click "Archive" to download the build, then extract it.
  4. Download the latest release of the WebKit for Windows Requirements.
  5. Extract the contents of the "bin64" directory into the "bin" directory extracted from the WebKit build.
  6. Run MiniBrowser.exe.

When downloading an older nightly build, consult the "WebKitRequirementsWin64.zip.config" file to determine the version of WebKitRequirements to use.

External Links

Wikipedia-logo-v2.svg
Wikipedia has an article about
WebKit

References