hide | |
---|---|
|
WebKit is a cross-platform web browser engine. On iOS and macOS, it powers Safari, Mail, Apple Books, and many other applications.
git clone https://github.com/WebKit/WebKit.git WebKit
Compilation instructions are for macOS. For other platforms additional instructions may be found [here](Build & Debug/BuildOptions.md).
cd WebKit
Tools/Scripts/build-webkit
Tools/Scripts/run-minibrowser
export PATH=$PATH:`pwd`/Tools/Scripts
Congratulations! You’re up and running. Now you can begin coding in WebKit and contribute your fixes and new features to the project. For details on submitting your code to the project, read [Contributing Code](Getting Started/ContributingCode.md).
On macOS, download Safari Technology Preview to test the latest version of WebKit. On Linux, download Epiphany Technology Preview. On Windows, you will have to build it yourself.
- Search WebKit Bugzilla to see if there is an existing report for the bug you've encountered.
- Create a Bugzilla account to to report bugs (and to comment on them) if you haven't done so already.
- File a bug in accordance with our guidelines.
Once your bug is filed, you will receive email when it is updated at each stage in the bug life cycle. After the bug is considered fixed, you may be asked to download the latest nightly and confirm that the fix works for you.
Before getting in touch with WebKit developers using any of the avenues below, make sure that you have checked our page on how to ask questions about WebKit.
You can find WebKit developers, testers, and other interested parties on the #WebKit Slack workspace. Join the WebKit slack, and stay in touch.