The qBittorrent project aims to provide an open-source software alternative to µTorrent.
qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.
qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg. It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.
To install qBittorrent, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install qBittorrent
To see what files were installed by qBittorrent, run:
port contents qBittorrent
To later upgrade qBittorrent, run:
sudo port selfupdate && sudo port upgrade qBittorrent
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.