Python JavaScript Gherkin HTML Shell CSS
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github Add myself to `CODEOWNERS` to watch for caret code Jan 19, 2018
doc Rephrase autoconfig.yml docs Mar 22, 2018
icons Add 32bit color for Windows icon Mar 21, 2018
misc Rebuild requirement files Mar 20, 2018
qutebrowser Fix minimum size for vertical tabs Mar 22, 2018
scripts Update build_release for github3.py 1.0 Mar 14, 2018
tests Stabilize navigate.feature on Qt 5.11 Mar 23, 2018
www Use https:// links for qutebrowser.org Nov 14, 2017
.appveyor.yml Use PyQt 5.10 on AppVeyor Feb 7, 2018
.codecov.yml Make codecov.yml hidden Sep 17, 2017
.coveragerc Add an utils.Unreachable exception Dec 15, 2017
.editorconfig Add basic editorconfig for enforcing style Apr 6, 2016
.flake8 Fix ignore for new flake8-per-file-ignores release Mar 20, 2018
.gitignore Add .pytest_cache to .gitignore Feb 7, 2018
.pydocstylerc Add a .pydocstylerc. Jan 30, 2016
.pylintrc pylint: More config adjustments Dec 15, 2017
.pyup.yml Switch pyup to Mondays Aug 24, 2017
.travis.yml travis: Test Python 3.5 with Qt 5.7.1 Mar 8, 2018
LICENSE Fix more file move issues Sep 17, 2017
MANIFEST.in Include requirements files in built release Mar 14, 2018
README.asciidoc Add security entry FAQ Mar 8, 2018
pytest.ini Improve marker descriptions Feb 26, 2018
qutebrowser.py Update copyright years Feb 5, 2018
requirements.txt Update attrs from 17.3.0 to 17.4.0 Jan 1, 2018
setup.py Add Python 3.7 compatibility to setup.py Feb 10, 2018
tox.ini Force PyQt 5.10.0 with "tox -e mkvenv-pypi" Mar 11, 2018

README.asciidoc

qutebrowser

qutebrowser logo A keyboard-driven, vim-like browser based on PyQt5 and Qt.

license badge version badge Build Status AppVeyor build status coverage badge

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.

Screenshots

screenshot 1 screenshot 2 screenshot 3 screenshot 4

Downloads

See the github releases page for available downloads and the INSTALL file for detailed instructions on how to get qutebrowser running on various platforms.

Documentation

Getting help

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.

Contributions / Bugs

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:

For security bugs, please contact me directly at mail@qutebrowser.org, GPG ID 0x916eb0c8fd55a072.

Requirements

The following software and libraries are required to run qutebrowser:

The following libraries are optional:

  • cssutils (for an improved :download --mhtml with QtWebKit).

  • On Windows, colorama for colored log output.

  • asciidoc to generate the documentation for the :help command, when using the git repository (rather than a release).

See the documentation for directions on how to install qutebrowser and its dependencies.

Donating

Working on qutebrowser is a very rewarding hobby, but like (nearly) all hobbies it also costs some money. Namely I have to pay for the server and domain, and do occasional hardware upgrades [1].

If you want to give me a beer or a pizza back, I’m trying to make it as easy as possible for you to do so. If some other way would be easier for you, please get in touch!

Authors

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!

Similar projects

Many projects with a similar goal as qutebrowser exist. Most of them were inspirations for qutebrowser in some way, thanks for that!

Active

Inactive

License

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.

pdf.js

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.


1. It turned out a 160 GB SSD is rather small - the VMs and custom Qt builds I use for testing/developing qutebrowser need about 100 GB of space