Skip to content
nowrep edited this page Dec 9, 2011 · 85 revisions

QupZilla

QupZilla Logo
QupZilla is a new, fast and secure open-source WWW browser. QupZilla is licensed under GPL version 3 or (at your option) any later version.
This project has been started mainly for educational reasons to learn Qt/C++ basics.
From the basic idea of writing a simple web browser it grew up in an every day usable very fast web browser. Though it cannot be a full replacement for big browsers like Firefox, it can be, and surely is, a fast & small alternative to quickly browse the web.

QupZilla is developed and maintained by the project owner David Rosca <[email protected]> with help from other contributors, mainly in graphics and translations to foreign languages.

##QupZilla Features With every version, QupZilla is trying to include new features. At now, QupZilla implements all standard web browser features. In addition to this standard, there are a lot of interesting features too.

  • Very fast startup - QupZilla is ready to use at lightning speed
  • Very fast browsing - with QWebKit core, QupZilla renders pages in moment
  • SSL Certificate Manager - never lets you visit page with bad certificate without notification
  • Search Engines Manager - with OpenSearch support and suggestions
  • Browser Themes - with themes support, you can easily make your browser looks unique!
  • Speed Dial - access your favourite pages easily
  • Windows 7 API - QupZilla is using Windows 7 TaskBar JumpLists and background blur
  • Cross Platform - support for all major platforms allows use it everywhere
  • QupZilla doesn't use even one registry entry on Windows, keep your register clean!

You can also use command line interface to interact with browser.

Usage: qupzilla [options] URL
-h or -help                    print this message 
-a or -authors                 print QupZilla authors 
-v or -version                 print QupZilla version 
-p or -profile=PROFILE         start with specified profile 
-np or -no-plugins             start without plugins 
-nt or --new-tab               open new tab
-nw or --new-window            open new window
-dm or --download-manager      show download manager

 Example: qupzilla http://www.google.com
          will run QupZilla with google.com page
          (or add tab with google.com if already running)

Changelog

Current version is 1.0.0, which is a first stable version. This version adds mainly lot of crash fixes, bug fixes and usability improvements. Apart from that, new features were introduced too, for example folders in bookmarks toolbar. QupZilla for Windows has been compiled with MSVC 2008.

Read full Changelog here.

Getting Involved

If you want to contribute to QupZilla in any way, feel free to mail me at [email protected] for informations or just fork me :-)

At the moment, I will be happy to found someone who can:

  • test QupZilla on MAC platform
  • add new themes or translations
  • implement Windows7API Taskbar features
  • and more...

Writing Plugins

QupZilla has own API for Plugins.
Get more informations about Plugins

Available pages:

Clone this wiki locally