Web
Web is the WebKit based web browser for GNOME. It offers a simple, clean, beautiful view of the Web. Its code name is Epiphany.
Documentation
Web Applications (for web developers)
Getting in Touch
- You can follow us on:
Development Resources
- Git: git clone git://git.gnome.org/epiphany
Building
The recommended way of building and testing Epiphany is to use JHBuild. The default GNOME moduleset will already include all the proper dependencies you need, so if you want to build all of GNOME up to Epiphany just do:
jhbuild build epiphany
Keep in mind that there's many dependencies and some of them are quite large (like WebKit), so the entire process can take a few hours.
After Epiphany has finished compiling, run it like this:
jhbuild run epiphany
Now that you can run and build Epiphany from source visit our development page and help us to make a great web browser!