website | blog | FAQ | contributing | releases | installing
qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and PyQt5 and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
qutebrowser’s primary maintainer, The-Compiler, is currently working part-time on qutebrowser, funded by donations. To sustain this for a long time, your help is needed! See the GitHub Sponsors page for more information. Depending on your sign-up date and how long you keep a certain level, you can get qutebrowser t-shirts, stickers and more!
See the github releases page for available downloads and the INSTALL file for detailed instructions on how to get qutebrowser running on various platforms.
In addition to the topics mentioned in this README, the following documents are available:
You can get help in the IRC channel
#qutebrowser
on
Freenode
(webchat), or by writing a
message to the
mailinglist at
qutebrowser@lists.qutebrowser.org.
There’s also an announce-only mailinglist at qutebrowser-announce@lists.qutebrowser.org (the announcements also get sent to the general qutebrowser@ list).
If you’re a reddit user, there’s a /r/qutebrowser subreddit there.
You want to contribute to qutebrowser? Awesome! Please read the contribution guidelines for details and useful hints.
If you found a bug or have a feature request, you can report it in several ways:
-
Use the built-in
:report
command or the automatic crash dialog. -
Open an issue in the Github issue tracker.
-
Write a mail to the mailinglist at qutebrowser@lists.qutebrowser.org.
For security bugs, please contact me directly at mail@qutebrowser.org, GPG ID 0x916eb0c8fd55a072.
The following software and libraries are required to run qutebrowser:
-
Python 3.5.2 or newer (3.6 recommended)
-
Qt 5.7.1 or newer (5.14 recommended; support for < 5.9 will be dropped soon) with the following modules:
-
QtCore / qtbase
-
QtQuick (part of qtbase in some distributions)
-
QtSQL (part of qtbase in some distributions)
-
QtOpenGL
-
QtWebEngine, or
-
alternatively QtWebKit - only the updated fork (5.212) is supported. Note: The latest QtWebKit release is based on old WebKit revision with known unpatched vulnerabilities. Please use it carefully and avoid visiting untrusted websites and using it for transmission of sensitive data.
-
-
PyQt 5.7.0 or newer (5.14 recommended, support for < 5.9 will be dropped soon) for Python 3
The following libraries are optional:
See the documentation for directions on how to install qutebrowser and its dependencies.
qutebrowser’s primary maintainer, The-Compiler, is currently working part-time on qutebrowser, funded by donations. To sustain this for a long time, your help is needed! See the GitHub Sponsors page for more information. Depending on your sign-up date and how long you keep a certain level, you can get qutebrowser t-shirts, stickers and more!
Alternatively, the following donation methods are available — note that eligibility for swag (shirts/stickers/etc.) is handled on a case-by-case basis for those, please get in touch for details.
-
SEPA bank transfer inside Europe (no fee):
-
Account holder: Florian Bruhin
-
Country: Switzerland
-
IBAN (EUR): CH13 0900 0000 9160 4094 6
-
IBAN (other): CH80 0900 0000 8711 8587 3
-
Bank: PostFinance AG, Mingerstrasse 20, 3030 Bern, Switzerland (BIC: POFICHBEXXX)
-
If you need any other information: Contact me at mail@qutebrowser.org.
-
-
Cryptocurrencies:
-
Bitcoin: bc1q3ptyw8hxrcfz6ucfgmglphfvhqpy8xr6k25p00
-
Bitcoin Cash: 1BnxUbnJ5MrEPeh5nuUMx83tbiRAvqJV3N
-
Ethereum: 0x10c2425856F7a8799EBCaac4943026803b1089c6
-
Litecoin: MDt3YQciuCh6QyFmr8TiWNxB94PVzbnPm2
-
Others: Please get in touch, I’d happily set up anything supported by Ledger Live
-
Thanks a lot to MacStadium for supporting qutebrowser with a free hosted Mac Mini via their Open Source Project.
(They don’t require including this here - I’ve just been very happy with their offer, and without them, no macOS releases or tests would exist)
Thanks to the HSR Hochschule für Technik Rapperswil, which made it possible to work on qutebrowser extensions as a student research project.
qutebrowser’s primary author is Florian Bruhin (The Compiler), but qutebrowser wouldn’t be what it is without the help of hundreds of contributors!
Additionally, the following people have contributed graphics:
-
Jad/yelo (new icon)
-
WOFall (original icon)
-
regines (key binding cheatsheet)
Also, thanks to everyone who contributed to one of qutebrowser’s crowdfunding campaigns!
Many projects with a similar goal as qutebrowser exist. Most of them were inspirations for qutebrowser in some way, thanks for that!
-
vimb (C, GTK+ with WebKit2)
-
luakit (C/Lua, GTK+ with WebKit2)
-
surf (C, GTK+ with WebKit1/WebKit2)
-
next (Lisp, Emacs-like but also offers Vim bindings, various backends - note there was a critical remote code execution which was handled quite badly)
-
webmacs (Python, Emacs-like with QtWebEngine)
-
Chrome/Chromium addons: Vimium,
-
Firefox addons (based on WebExtensions): Tridactyl, Vimium-FF (experimental), Vim Vixen, VVimpulation
-
Addons for Firefox and Chrome: Surfingkeys, Saka Key, Krabby, Link Hints (hinting only)
-
Addons for Safari: Vimari
-
dwb (C, GTK+ with WebKit1, unmaintained - main inspiration for qutebrowser)
-
vimprobable (C, GTK+ with WebKit1)
-
jumanji (C, GTK+ with WebKit1, original site is gone but the Arch Linux wiki has some data)
-
conkeror (Javascript, Emacs-like, XULRunner/Gecko)
-
uzbl (C, GTK+ with WebKit1/WebKit2)
-
xombrero (C, GTK+ with WebKit1)
-
Cream Browser (C, GTK+ with WebKit1)
-
Firefox addons (not based on WebExtensions or no recent activity): Vimperator, Pentadactyl, VimFx, QuantumVim
-
Chrome/Chromium addons: ViChrome, Vrome, Saka Key, cVim, GleeBox
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.
qutebrowser optionally uses pdf.js to display PDF files in the browser. Windows releases come with a bundled pdf.js.
pdf.js is distributed under the terms of the Apache License. You can
find a copy of the license in qutebrowser/3rdparty/pdfjs/LICENSE
(in the
Windows release or after running scripts/dev/update_3rdparty.py
), or online
here.