qutebrowser


Namequtebrowser JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://www.qutebrowser.org/
SummaryA keyboard-driven, vim-like browser based on Python and Qt.
upload_time2023-12-08 15:32:28
maintainer
docs_urlNone
authorFlorian Bruhin
requires_python>=3.8
licenseGPL
keywords pyqt browser web qt webkit qtwebkit qtwebengine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            // SPDX-License-Identifier: GPL-3.0-or-later

// If you are reading this in plaintext or on PyPi:
//
// A rendered version is available at:
// https://github.com/qutebrowser/qutebrowser/blob/main/README.asciidoc

qutebrowser
===========

// QUTE_WEB_HIDE
image:qutebrowser/icons/qutebrowser-64x64.png[qutebrowser logo] *A keyboard-driven, vim-like browser based on Python and Qt.*

image:https://github.com/qutebrowser/qutebrowser/workflows/CI/badge.svg["Build Status", link="https://github.com/qutebrowser/qutebrowser/actions?query=workflow%3ACI"]
image:https://codecov.io/github/qutebrowser/qutebrowser/coverage.svg?branch=main["coverage badge",link="https://codecov.io/github/qutebrowser/qutebrowser?branch=main"]

link:https://www.qutebrowser.org[website] | link:https://blog.qutebrowser.org[blog] | https://github.com/qutebrowser/qutebrowser/blob/main/doc/faq.asciidoc[FAQ] | https://www.qutebrowser.org/doc/contributing.html[contributing] | link:https://github.com/qutebrowser/qutebrowser/releases[releases] | https://github.com/qutebrowser/qutebrowser/blob/main/doc/install.asciidoc[installing]
// QUTE_WEB_HIDE_END

qutebrowser is a keyboard-focused browser with a minimal GUI. It's based
on Python and Qt and free software, licensed under the GPL.

It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.

// QUTE_WEB_HIDE
**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
https://github.com/sponsors/The-Compiler/[GitHub Sponsors page] or
https://github.com/qutebrowser/qutebrowser/blob/main/README.asciidoc#donating[alternative donation methods]
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!
// QUTE_WEB_HIDE_END

Screenshots
-----------

image:doc/img/main.png["screenshot 1",width=300,link="doc/img/main.png"]
image:doc/img/downloads.png["screenshot 2",width=300,link="doc/img/downloads.png"]
image:doc/img/completion.png["screenshot 3",width=300,link="doc/img/completion.png"]
image:doc/img/hints.png["screenshot 4",width=300,link="doc/img/hints.png"]

Downloads
---------

See the https://github.com/qutebrowser/qutebrowser/releases[github releases
page] for available downloads and the link:doc/install.asciidoc[INSTALL] file for
detailed instructions on how to get qutebrowser running on various platforms.

Documentation and getting help
------------------------------

Please see the link:doc/help/index.asciidoc[help page] for available documentation
pages and support channels.

Contributions / Bugs
--------------------

You want to contribute to qutebrowser? Awesome! Please read
link:doc/contributing.asciidoc[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
https://listi.jpberlin.de/mailman/listinfo/qutebrowser[mailinglist] at
mailto:qutebrowser@lists.qutebrowser.org[].

Please report security bugs to security@qutebrowser.org
(or if GPG encryption is desired, contact me@the-compiler.org with GPG ID
https://www.the-compiler.org/pubkey.asc[0x916EB0C8FD55A072]).

Alternatively,
https://github.com/qutebrowser/qutebrowser/security/advisories/new[report a vulnerability]
via GitHub's
https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability[private reporting feature].

Requirements
------------

The following software and libraries are required to run qutebrowser:

* https://www.python.org/[Python] 3.8 or newer
* https://www.qt.io/[Qt], either 6.2.0 or newer, or 5.15.0 or newer, with the following modules:
  - QtCore / qtbase
  - QtQuick (part of qtbase or qtdeclarative in some distributions)
  - QtSQL (part of qtbase in some distributions)
  - QtDBus (part of qtbase in some distributions; note that a connection to DBus at
    runtime is optional)
  - QtOpenGL
  - QtWebEngine (if using Qt 5, 5.15.2 or newer), or
  - alternatively QtWebKit (5.212) - **This is not recommended** due to known security
    issues in QtWebKit, you most likely want to use qutebrowser with the
    default QtWebEngine backend (based on Chromium) instead. Quoting the
    https://github.com/qtwebkit/qtwebkit/releases[QtWebKit releases page]:
    _[The latest QtWebKit] release is based on [an] old WebKit revision with known
unpatched vulnerabilities. Please use it carefully and avoid visiting untrusted
websites and using it for transmission of sensitive data._
* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 6.2.2 or newer
  (Qt 6) or 5.15.0 or newer (Qt 5)
* https://palletsprojects.com/p/jinja/[jinja2]
* https://github.com/yaml/pyyaml[PyYAML]

On Python 3.8, the following backport is also required:

* https://importlib-resources.readthedocs.io/[importlib_resources]

On macOS, the following libraries are also required:

* https://pyobjc.readthedocs.io/en/latest/[pyobjc-core and pyobjc-framework-Cocoa]

The following libraries are optional:

* https://pypi.org/project/adblock/[adblock] (for improved adblocking using ABP syntax)
* https://pygments.org/[pygments] for syntax highlighting with `:view-source`
  on QtWebKit, or when using `:view-source --pygments` with the (default)
  QtWebEngine backend.
* On Windows, https://pypi.python.org/pypi/colorama/[colorama] for colored log
  output.
* https://asciidoc.org/[asciidoc] to generate the documentation for the `:help`
  command, when using the git repository (rather than a release).

See link:doc/install.asciidoc[the documentation] for directions on how to
install qutebrowser and its dependencies.

Donating
--------

**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
https://github.com/sponsors/The-Compiler/[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!

GitHub Sponsors allows for one-time donations (using the buttons next to "Select a
tier") as well as custom amounts. **For currencies other than Euro or Swiss Francs, this
is the preferred donation method.** GitHub uses https://stripe.com/[Stripe] to accept
payment via credit carts without any fees. Billing via PayPal is available as well, with
less fees than a direct PayPal transaction.

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 mailto:mail@qutebrowser.org[get in touch] for details.

* https://liberapay.com/The-Compiler[Liberapay], which can handle payments
  via Credit Card, SEPA bank transfers, or Paypal. Payment fees are paid by me,
  but they are https://liberapay.com/about/faq#fees[relatively low].
* SEPA bank transfer inside Europe (**no fees**):
  - 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.
  - If possible, **please consider yearly or semi-yearly donations**, because
    of the additional overhead from many individual transactions for
    bookkeeping/tax purposes.
* PayPal:
  https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40the-compiler.org&item_name=qutebrowser&currency_code=CHF&source=url[CHF],
  https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40the-compiler.org&item_name=qutebrowser&currency_code=EUR&source=url[EUR],
  https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40the-compiler.org&item_name=qutebrowser&currency_code=USD&source=url[USD].
  **Note: Fees can be very high (around 5-40%, depending on the donated amounts)** - consider
  using GitHub Sponsors (credit card), Liberapay (credit cards, PayPal, or bank
  transfer) or SEPA bank transfers instead.
* Cryptocurrencies:
  - Bitcoin: link:bitcoin:bc1q3ptyw8hxrcfz6ucfgmglphfvhqpy8xr6k25p00[bc1q3ptyw8hxrcfz6ucfgmglphfvhqpy8xr6k25p00]
  - Bitcoin Cash: link:bitcoincash:1BnxUbnJ5MrEPeh5nuUMx83tbiRAvqJV3N[1BnxUbnJ5MrEPeh5nuUMx83tbiRAvqJV3N]
  - Ethereum: link:ethereum:0x10c2425856F7a8799EBCaac4943026803b1089c6[0x10c2425856F7a8799EBCaac4943026803b1089c6]
  - Litecoin: link:litecoin:MDt3YQciuCh6QyFmr8TiWNxB94PVzbnPm2[MDt3YQciuCh6QyFmr8TiWNxB94PVzbnPm2]
  - Others: Please mailto:mail@qutebrowser.org[get in touch], I'd happily set up anything link:https://www.ledger.com/supported-crypto-assets[supported by Ledger Live]

Sponsors
--------

Thanks a lot to https://www.macstadium.com/[MacStadium] for supporting
qutebrowser with a free hosted Mac Mini via their
https://www.macstadium.com/opensource[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 https://www.hsr.ch/[HSR Hochschule für Technik Rapperswil], which
made it possible to work on qutebrowser extensions as a student research project.

image:doc/img/sponsors/macstadium.png["powered by MacStadium",width=200,link="https://www.macstadium.com/"]
image:doc/img/sponsors/hsr.png["HSR Hochschule für Technik Rapperswil",link="https://www.hsr.ch/"]

Authors
-------

qutebrowser's primary author is Florian Bruhin (The Compiler), but qutebrowser
wouldn't be what it is without the help of
https://github.com/qutebrowser/qutebrowser/graphs/contributors[hundreds of contributors]!

Additionally, the following people have contributed graphics:

* Jad/link:https://yelostudio.com[yelo] (new icon)
* WOFall (original icon)
* regines (key binding cheatsheet)

Also, thanks to everyone who contributed to one of qutebrowser's
link:doc/backers.asciidoc[crowdfunding campaigns]!

Similar projects
----------------

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

Active
~~~~~~

* https://fanglingsu.github.io/vimb/[vimb] (C, GTK+ with WebKit2)
* https://luakit.github.io/[luakit] (C/Lua, GTK+ with WebKit2)
* https://nyxt.atlas.engineer/[Nyxt browser] (formerly "Next browser", Lisp, Emacs-like but also offers Vim bindings, QtWebEngine or GTK+/WebKit2 - note there was a https://jgkamat.gitlab.io/blog/next-rce.html[critical remote code execution in 2019] which was handled quite badly)
* https://vieb.dev/[Vieb] (JavaScript, Electron)
* https://surf.suckless.org/[surf] (C, GTK+ with WebKit1/WebKit2)
* https://github.com/jun7/wyeb[wyeb] (C, GTK+ with WebKit2)
* Chrome/Chromium addons:
  https://vimium.github.io/[Vimium]
* Firefox addons (based on WebExtensions):
  https://tridactyl.xyz/[Tridactyl],
  https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/[Vimium-FF]
* Addons for Firefox and Chrome:
  https://github.com/brookhong/Surfingkeys[Surfingkeys] (https://github.com/brookhong/Surfingkeys/issues/1796[somewhat sketchy]...),
  https://lydell.github.io/LinkHints/[Link Hints] (hinting only),
  https://github.com/ueokande/vimmatic[Vimmatic]

Inactive
~~~~~~~~

* https://bitbucket.org/portix/dwb[dwb] (C, GTK+ with WebKit1,
https://bitbucket.org/portix/dwb/pull-requests/22/several-cleanups-to-increase-portability/diff[unmaintained] -
main inspiration for qutebrowser)
* https://github.com/parkouss/webmacs/[webmacs] (Python, Emacs-like with
  QtWebEngine, https://github.com/parkouss/webmacs/issues/137[unmaintained])
* https://sourceforge.net/p/vimprobable/wiki/Home/[vimprobable] (C, GTK+ with
  WebKit1)
* https://pwmt.org/projects/jumanji/[jumanji] (C, GTK+ with WebKit1)
* http://conkeror.org/[conkeror] (Javascript, Emacs-like, XULRunner/Gecko)
* https://www.uzbl.org/[uzbl] (C, GTK+ with WebKit1/WebKit2)
* https://github.com/conformal/xombrero[xombrero] (C, GTK+ with WebKit1)
* https://github.com/linkdd/cream-browser[Cream Browser] (C, GTK+ with WebKit1)
* Firefox addons (not based on WebExtensions or no recent activity):
  http://www.vimperator.org/[Vimperator],
  http://bug.5digits.org/pentadactyl/index[Pentadactyl],
  https://github.com/akhodakivskiy/VimFx[VimFx] (seems to offer a
  https://gir.st/blog/legacyfox.htm[hack] to run on modern Firefox releases),
  https://github.com/shinglyu/QuantumVim[QuantumVim],
  https://github.com/ueokande/vim-vixen[Vim Vixen] (ESR only),
  https://github.com/amedama41/vvimpulation[VVimpulation],
  https://krabby.netlify.com/[Krabby]
* Chrome/Chromium addons:
  https://github.com/k2nr/ViChrome/[ViChrome],
  https://github.com/jinzhu/vrome[Vrome],
  https://github.com/lusakasa/saka-key[Saka Key] (https://github.com/lusakasa/saka-key/issues/171[unmaintained]),
  https://github.com/1995eaton/chromium-vim[cVim],
  https://github.com/dcchambers/vb4c[vb4c] (fork of cVim, https://github.com/dcchambers/vb4c/issues/23#issuecomment-810694017[unmaintained]),
  https://glee.github.io/[GleeBox]
* Addons for Safari:
  https://televator.net/vimari/[Vimari]

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 https://github.com/mozilla/pdf.js/[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
https://www.apache.org/licenses/LICENSE-2.0.html[here].

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.qutebrowser.org/",
    "name": "qutebrowser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pyqt browser web qt webkit qtwebkit qtwebengine",
    "author": "Florian Bruhin",
    "author_email": "mail@qutebrowser.org",
    "download_url": "https://files.pythonhosted.org/packages/b8/80/4fc5399dc305b2f8f98006ebbc119a0119353bc7655b2b5ae786511f9388/qutebrowser-3.1.0.tar.gz",
    "platform": null,
    "description": "// SPDX-License-Identifier: GPL-3.0-or-later\n\n// If you are reading this in plaintext or on PyPi:\n//\n// A rendered version is available at:\n// https://github.com/qutebrowser/qutebrowser/blob/main/README.asciidoc\n\nqutebrowser\n===========\n\n// QUTE_WEB_HIDE\nimage:qutebrowser/icons/qutebrowser-64x64.png[qutebrowser logo] *A keyboard-driven, vim-like browser based on Python and Qt.*\n\nimage:https://github.com/qutebrowser/qutebrowser/workflows/CI/badge.svg[\"Build Status\", link=\"https://github.com/qutebrowser/qutebrowser/actions?query=workflow%3ACI\"]\nimage:https://codecov.io/github/qutebrowser/qutebrowser/coverage.svg?branch=main[\"coverage badge\",link=\"https://codecov.io/github/qutebrowser/qutebrowser?branch=main\"]\n\nlink:https://www.qutebrowser.org[website] | link:https://blog.qutebrowser.org[blog] | https://github.com/qutebrowser/qutebrowser/blob/main/doc/faq.asciidoc[FAQ] | https://www.qutebrowser.org/doc/contributing.html[contributing] | link:https://github.com/qutebrowser/qutebrowser/releases[releases] | https://github.com/qutebrowser/qutebrowser/blob/main/doc/install.asciidoc[installing]\n// QUTE_WEB_HIDE_END\n\nqutebrowser is a keyboard-focused browser with a minimal GUI. It's based\non Python and Qt and free software, licensed under the GPL.\n\nIt was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.\n\n// QUTE_WEB_HIDE\n**qutebrowser's primary maintainer, The-Compiler, is currently working\npart-time on qutebrowser, funded by donations.** To sustain this for a long\ntime, your help is needed! See the\nhttps://github.com/sponsors/The-Compiler/[GitHub Sponsors page] or\nhttps://github.com/qutebrowser/qutebrowser/blob/main/README.asciidoc#donating[alternative donation methods]\nfor more information. Depending on your sign-up date and how\nlong you keep a certain level, you can get qutebrowser t-shirts, stickers and\nmore!\n// QUTE_WEB_HIDE_END\n\nScreenshots\n-----------\n\nimage:doc/img/main.png[\"screenshot 1\",width=300,link=\"doc/img/main.png\"]\nimage:doc/img/downloads.png[\"screenshot 2\",width=300,link=\"doc/img/downloads.png\"]\nimage:doc/img/completion.png[\"screenshot 3\",width=300,link=\"doc/img/completion.png\"]\nimage:doc/img/hints.png[\"screenshot 4\",width=300,link=\"doc/img/hints.png\"]\n\nDownloads\n---------\n\nSee the https://github.com/qutebrowser/qutebrowser/releases[github releases\npage] for available downloads and the link:doc/install.asciidoc[INSTALL] file for\ndetailed instructions on how to get qutebrowser running on various platforms.\n\nDocumentation and getting help\n------------------------------\n\nPlease see the link:doc/help/index.asciidoc[help page] for available documentation\npages and support channels.\n\nContributions / Bugs\n--------------------\n\nYou want to contribute to qutebrowser? Awesome! Please read\nlink:doc/contributing.asciidoc[the contribution guidelines] for details and\nuseful hints.\n\nIf you found a bug or have a feature request, you can report it in several\nways:\n\n* Use the built-in `:report` command or the automatic crash dialog.\n* Open an issue in the Github issue tracker.\n* Write a mail to the\nhttps://listi.jpberlin.de/mailman/listinfo/qutebrowser[mailinglist] at\nmailto:qutebrowser@lists.qutebrowser.org[].\n\nPlease report security bugs to security@qutebrowser.org\n(or if GPG encryption is desired, contact me@the-compiler.org with GPG ID\nhttps://www.the-compiler.org/pubkey.asc[0x916EB0C8FD55A072]).\n\nAlternatively,\nhttps://github.com/qutebrowser/qutebrowser/security/advisories/new[report a vulnerability]\nvia GitHub's\nhttps://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability[private reporting feature].\n\nRequirements\n------------\n\nThe following software and libraries are required to run qutebrowser:\n\n* https://www.python.org/[Python] 3.8 or newer\n* https://www.qt.io/[Qt], either 6.2.0 or newer, or 5.15.0 or newer, with the following modules:\n  - QtCore / qtbase\n  - QtQuick (part of qtbase or qtdeclarative in some distributions)\n  - QtSQL (part of qtbase in some distributions)\n  - QtDBus (part of qtbase in some distributions; note that a connection to DBus at\n    runtime is optional)\n  - QtOpenGL\n  - QtWebEngine (if using Qt 5, 5.15.2 or newer), or\n  - alternatively QtWebKit (5.212) - **This is not recommended** due to known security\n    issues in QtWebKit, you most likely want to use qutebrowser with the\n    default QtWebEngine backend (based on Chromium) instead. Quoting the\n    https://github.com/qtwebkit/qtwebkit/releases[QtWebKit releases page]:\n    _[The latest QtWebKit] release is based on [an] old WebKit revision with known\nunpatched vulnerabilities. Please use it carefully and avoid visiting untrusted\nwebsites and using it for transmission of sensitive data._\n* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 6.2.2 or newer\n  (Qt 6) or 5.15.0 or newer (Qt 5)\n* https://palletsprojects.com/p/jinja/[jinja2]\n* https://github.com/yaml/pyyaml[PyYAML]\n\nOn Python 3.8, the following backport is also required:\n\n* https://importlib-resources.readthedocs.io/[importlib_resources]\n\nOn macOS, the following libraries are also required:\n\n* https://pyobjc.readthedocs.io/en/latest/[pyobjc-core and pyobjc-framework-Cocoa]\n\nThe following libraries are optional:\n\n* https://pypi.org/project/adblock/[adblock] (for improved adblocking using ABP syntax)\n* https://pygments.org/[pygments] for syntax highlighting with `:view-source`\n  on QtWebKit, or when using `:view-source --pygments` with the (default)\n  QtWebEngine backend.\n* On Windows, https://pypi.python.org/pypi/colorama/[colorama] for colored log\n  output.\n* https://asciidoc.org/[asciidoc] to generate the documentation for the `:help`\n  command, when using the git repository (rather than a release).\n\nSee link:doc/install.asciidoc[the documentation] for directions on how to\ninstall qutebrowser and its dependencies.\n\nDonating\n--------\n\n**qutebrowser's primary maintainer, The-Compiler, is currently working\npart-time on qutebrowser, funded by donations.** To sustain this for a long\ntime, your help is needed! See the\nhttps://github.com/sponsors/The-Compiler/[GitHub Sponsors page] for more\ninformation. Depending on your sign-up date and how long you keep a certain\nlevel, you can get qutebrowser t-shirts, stickers and more!\n\nGitHub Sponsors allows for one-time donations (using the buttons next to \"Select a\ntier\") as well as custom amounts. **For currencies other than Euro or Swiss Francs, this\nis the preferred donation method.** GitHub uses https://stripe.com/[Stripe] to accept\npayment via credit carts without any fees. Billing via PayPal is available as well, with\nless fees than a direct PayPal transaction.\n\nAlternatively, the following donation methods are available -- note that\neligibility for swag (shirts/stickers/etc.) is handled on a case-by-case basis\nfor those, please mailto:mail@qutebrowser.org[get in touch] for details.\n\n* https://liberapay.com/The-Compiler[Liberapay], which can handle payments\n  via Credit Card, SEPA bank transfers, or Paypal. Payment fees are paid by me,\n  but they are https://liberapay.com/about/faq#fees[relatively low].\n* SEPA bank transfer inside Europe (**no fees**):\n  - Account holder: Florian Bruhin\n  - Country: Switzerland\n  - IBAN (EUR): CH13 0900 0000 9160 4094 6\n  - IBAN (other): CH80 0900 0000 8711 8587 3\n  - Bank: PostFinance AG, Mingerstrasse 20, 3030 Bern, Switzerland (BIC: POFICHBEXXX)\n  - If you need any other information: Contact me at mail@qutebrowser.org.\n  - If possible, **please consider yearly or semi-yearly donations**, because\n    of the additional overhead from many individual transactions for\n    bookkeeping/tax purposes.\n* PayPal:\n  https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40the-compiler.org&item_name=qutebrowser&currency_code=CHF&source=url[CHF],\n  https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40the-compiler.org&item_name=qutebrowser&currency_code=EUR&source=url[EUR],\n  https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=me%40the-compiler.org&item_name=qutebrowser&currency_code=USD&source=url[USD].\n  **Note: Fees can be very high (around 5-40%, depending on the donated amounts)** - consider\n  using GitHub Sponsors (credit card), Liberapay (credit cards, PayPal, or bank\n  transfer) or SEPA bank transfers instead.\n* Cryptocurrencies:\n  - Bitcoin: link:bitcoin:bc1q3ptyw8hxrcfz6ucfgmglphfvhqpy8xr6k25p00[bc1q3ptyw8hxrcfz6ucfgmglphfvhqpy8xr6k25p00]\n  - Bitcoin Cash: link:bitcoincash:1BnxUbnJ5MrEPeh5nuUMx83tbiRAvqJV3N[1BnxUbnJ5MrEPeh5nuUMx83tbiRAvqJV3N]\n  - Ethereum: link:ethereum:0x10c2425856F7a8799EBCaac4943026803b1089c6[0x10c2425856F7a8799EBCaac4943026803b1089c6]\n  - Litecoin: link:litecoin:MDt3YQciuCh6QyFmr8TiWNxB94PVzbnPm2[MDt3YQciuCh6QyFmr8TiWNxB94PVzbnPm2]\n  - Others: Please mailto:mail@qutebrowser.org[get in touch], I'd happily set up anything link:https://www.ledger.com/supported-crypto-assets[supported by Ledger Live]\n\nSponsors\n--------\n\nThanks a lot to https://www.macstadium.com/[MacStadium] for supporting\nqutebrowser with a free hosted Mac Mini via their\nhttps://www.macstadium.com/opensource[Open Source Project].\n\n(They don't require including this here - I've just been very happy with their\noffer, and without them, no macOS releases or tests would exist)\n\nThanks to the https://www.hsr.ch/[HSR Hochschule f\u00fcr Technik Rapperswil], which\nmade it possible to work on qutebrowser extensions as a student research project.\n\nimage:doc/img/sponsors/macstadium.png[\"powered by MacStadium\",width=200,link=\"https://www.macstadium.com/\"]\nimage:doc/img/sponsors/hsr.png[\"HSR Hochschule f\u00fcr Technik Rapperswil\",link=\"https://www.hsr.ch/\"]\n\nAuthors\n-------\n\nqutebrowser's primary author is Florian Bruhin (The Compiler), but qutebrowser\nwouldn't be what it is without the help of\nhttps://github.com/qutebrowser/qutebrowser/graphs/contributors[hundreds of contributors]!\n\nAdditionally, the following people have contributed graphics:\n\n* Jad/link:https://yelostudio.com[yelo] (new icon)\n* WOFall (original icon)\n* regines (key binding cheatsheet)\n\nAlso, thanks to everyone who contributed to one of qutebrowser's\nlink:doc/backers.asciidoc[crowdfunding campaigns]!\n\nSimilar projects\n----------------\n\nVarious projects with a similar goal like qutebrowser exist.\nMany of them were inspirations for qutebrowser in some way, thanks for that!\n\nActive\n~~~~~~\n\n* https://fanglingsu.github.io/vimb/[vimb] (C, GTK+ with WebKit2)\n* https://luakit.github.io/[luakit] (C/Lua, GTK+ with WebKit2)\n* https://nyxt.atlas.engineer/[Nyxt browser] (formerly \"Next browser\", Lisp, Emacs-like but also offers Vim bindings, QtWebEngine or GTK+/WebKit2 - note there was a https://jgkamat.gitlab.io/blog/next-rce.html[critical remote code execution in 2019] which was handled quite badly)\n* https://vieb.dev/[Vieb] (JavaScript, Electron)\n* https://surf.suckless.org/[surf] (C, GTK+ with WebKit1/WebKit2)\n* https://github.com/jun7/wyeb[wyeb] (C, GTK+ with WebKit2)\n* Chrome/Chromium addons:\n  https://vimium.github.io/[Vimium]\n* Firefox addons (based on WebExtensions):\n  https://tridactyl.xyz/[Tridactyl],\n  https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/[Vimium-FF]\n* Addons for Firefox and Chrome:\n  https://github.com/brookhong/Surfingkeys[Surfingkeys] (https://github.com/brookhong/Surfingkeys/issues/1796[somewhat sketchy]...),\n  https://lydell.github.io/LinkHints/[Link Hints] (hinting only),\n  https://github.com/ueokande/vimmatic[Vimmatic]\n\nInactive\n~~~~~~~~\n\n* https://bitbucket.org/portix/dwb[dwb] (C, GTK+ with WebKit1,\nhttps://bitbucket.org/portix/dwb/pull-requests/22/several-cleanups-to-increase-portability/diff[unmaintained] -\nmain inspiration for qutebrowser)\n* https://github.com/parkouss/webmacs/[webmacs] (Python, Emacs-like with\n  QtWebEngine, https://github.com/parkouss/webmacs/issues/137[unmaintained])\n* https://sourceforge.net/p/vimprobable/wiki/Home/[vimprobable] (C, GTK+ with\n  WebKit1)\n* https://pwmt.org/projects/jumanji/[jumanji] (C, GTK+ with WebKit1)\n* http://conkeror.org/[conkeror] (Javascript, Emacs-like, XULRunner/Gecko)\n* https://www.uzbl.org/[uzbl] (C, GTK+ with WebKit1/WebKit2)\n* https://github.com/conformal/xombrero[xombrero] (C, GTK+ with WebKit1)\n* https://github.com/linkdd/cream-browser[Cream Browser] (C, GTK+ with WebKit1)\n* Firefox addons (not based on WebExtensions or no recent activity):\n  http://www.vimperator.org/[Vimperator],\n  http://bug.5digits.org/pentadactyl/index[Pentadactyl],\n  https://github.com/akhodakivskiy/VimFx[VimFx] (seems to offer a\n  https://gir.st/blog/legacyfox.htm[hack] to run on modern Firefox releases),\n  https://github.com/shinglyu/QuantumVim[QuantumVim],\n  https://github.com/ueokande/vim-vixen[Vim Vixen] (ESR only),\n  https://github.com/amedama41/vvimpulation[VVimpulation],\n  https://krabby.netlify.com/[Krabby]\n* Chrome/Chromium addons:\n  https://github.com/k2nr/ViChrome/[ViChrome],\n  https://github.com/jinzhu/vrome[Vrome],\n  https://github.com/lusakasa/saka-key[Saka Key] (https://github.com/lusakasa/saka-key/issues/171[unmaintained]),\n  https://github.com/1995eaton/chromium-vim[cVim],\n  https://github.com/dcchambers/vb4c[vb4c] (fork of cVim, https://github.com/dcchambers/vb4c/issues/23#issuecomment-810694017[unmaintained]),\n  https://glee.github.io/[GleeBox]\n* Addons for Safari:\n  https://televator.net/vimari/[Vimari]\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.\n\npdf.js\n------\n\nqutebrowser optionally uses https://github.com/mozilla/pdf.js/[pdf.js] to\ndisplay PDF files in the browser. Windows releases come with a bundled pdf.js.\n\npdf.js is distributed under the terms of the Apache License. You can\nfind a copy of the license in `qutebrowser/3rdparty/pdfjs/LICENSE` (in the\nWindows release or after running `scripts/dev/update_3rdparty.py`), or online\nhttps://www.apache.org/licenses/LICENSE-2.0.html[here].\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A keyboard-driven, vim-like browser based on Python and Qt.",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://www.qutebrowser.org/"
    },
    "split_keywords": [
        "pyqt",
        "browser",
        "web",
        "qt",
        "webkit",
        "qtwebkit",
        "qtwebengine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8804fc5399dc305b2f8f98006ebbc119a0119353bc7655b2b5ae786511f9388",
                "md5": "6ee615bff8c109164371cdb8d43a5fb1",
                "sha256": "500dcc1cca08d6b0b814fa306e2208e25335acbe0e2cf999fb51916e0f4b2e5f"
            },
            "downloads": -1,
            "filename": "qutebrowser-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ee615bff8c109164371cdb8d43a5fb1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6045747,
            "upload_time": "2023-12-08T15:32:28",
            "upload_time_iso_8601": "2023-12-08T15:32:28.088111Z",
            "url": "https://files.pythonhosted.org/packages/b8/80/4fc5399dc305b2f8f98006ebbc119a0119353bc7655b2b5ae786511f9388/qutebrowser-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-08 15:32:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "qutebrowser"
}
        
Elapsed time: 0.15112s