You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Chocobo1 acf1fa23ef TravisCI: utilize ccache on osx (#2263) 9 years ago
.tx Updated translations 9 years ago
bin HighDPI fixes for Linux theme 9 years ago
flatpak flatpak: Rename and update build for master branch 9 years ago
git_hooks Use `rev-parse` instead of `show-ref` (#1958) 10 years ago
haiku Version 2.1.2 9 years ago
linux Add danish (da) translation (#2249) 9 years ago
mac Mac: Create the `bundle` target and modify affected shell scripts (#2260) 9 years ago
other Brute crush all pngs 10 years ago
scripts Updated translations 9 years ago
src StatusBarMessage: Don't show for inactive windows 9 years ago
tests CI for Windows and macOS (#2245) 9 years ago
translations Pull translations from Transifex 9 years ago
windows CI for Windows and macOS (#2245) 9 years ago
.gitignore Mac: Refactor OS X dmg creation and misc bug fixes (#2226) 9 years ago
.travis.yml TravisCI: utilize ccache on osx (#2263) 9 years ago
AUTHORS New logo 10 years ago
BUILDING.md Mac: Create the `bundle` target and modify affected shell scripts (#2260) 9 years ago
CHANGELOG Version 2.1.2 9 years ago
COPYRIGHT Update COPYRIGHT 9 years ago
FAQ Closing last tab on second window will always close the window. 14 years ago
LICENSE Rename license file to LICENSE 10 years ago
QupZilla.pro Mac: Create the `bundle` target and modify affected shell scripts (#2260) 9 years ago
README.md Mac: Create the `bundle` target and modify affected shell scripts (#2260) 9 years ago
appveyor.yml CI for Windows and macOS (#2245) 9 years ago

README.md

QupZilla Web Browser

Build Status
Homepage: https://www.qupzilla.com
Blog: http://blog.qupzilla.com
IRC: #qupzilla at irc.freenode.net
Translations: https://www.transifex.com/projects/p/qupzilla

QupZilla icon

QupZilla is a new and very fast QtWebEngine browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, it has by default enabled blocking ads with a built-in AdBlock plugin.

History

The very first version of QupZilla has been released in December 2010 and it was written in Python with PyQt4 bindings. After a few versions, QupZilla has been completely rewritten in C++ with the Qt Framework. First public release was 1.0.0-b4.

Until version 2.0, QupZilla was using QtWebKit. QtWebKit is now deprecated and new versions are using QtWebEngine.

Compiling

Before you start compiling, make sure that you have installed the Qt (>= 5.8) development libraries and you have read the BUILDING.md information.

Linux

  • OpenSSL (libcrypto) is required
  • xcb libraries when building without NO_X11

Windows

  • OpenSSL (libeay32) is required

Then you can start compiling by running this commands:

$ qmake
$ make

After a successful compilation the executable binary can be found in the bin/ directory. On Fedora and possibly other Linux distributions you need to replace qmake with qmake-qt5.

On Linux/Unix: To install QupZilla, run this command: (it may be necessary to run it as root)

$ make install

On Mac OS X: To deploy QupZilla in dmg image, run this command:

$ make bundle

Current version

The current stable version of QupZilla is 2.1.2. You can download precompiled packages and the sources from the download section at homepage. However, if you want the latest revision, just take the latest code snapshot either by downloading a tarball or running:

$ git clone https://github.com/QupZilla/qupzilla.git

FAQ and Changelog

If you are experiencing some sort of problem, please read the FAQ before you open an issue.

FAQ | Changelog | Bug Reports