Skip to main content

An anticapitalist ad-blocker that uses the hosts file

Project description

TBlock Logo

Summary

About

TBlock is a free and open-source ad-blocker, written in Python. It uses the hosts file to block advertising and tracking domains, which means it protects your whole system against these domains. TBlock is compatible with most of filter formats, and also has a built-in filter converter, to help you share your custom filters with people that are using different ad-blockers.

Features

  • Free and open-source software
  • Easy to install
  • Does not cost any money
  • Does not track your personal data
  • Does not make you fingerprintable, unlike some ad-blocking browser extensions
  • Fast rules parsing
  • Blocks ads for your whole operating system
  • Compatible with most filter formats
  • Has an online filter repository to help you find and subscribe to filters in an easier way
  • Has a built-in filter converter

Installation

There are various methods to install TBlock. You need to install TBlock as root, since superuser privileges are required to edit the hosts file. More installation methods can be found on the website.

With python

This is the fastest and easiest way to install TBlock on your machine. Simply run the following command:

$ sudo pip install tblock

Manually

If you prefer doing everything yourself, you can also build and install TBlock manually, by following the few steps below:

  1. Clone the Git repository into a local directory
$ git clone --depth 1 https://codeberg.org/tblock/tblock.git tblock
  1. Enter the directory
$ cd tblock
  1. Build TBlock
$ make
  1. Install
$ sudo make install

Download the package or the binaries

Packages for GNU/Linux distributions, such as Debian/Ubuntu or Fedora/CentOS are available on the release page, as well as pre-compiled binaries for TBlock and its converter. If you download a package or a binary, never forget to verify its digital signature.

On Arch Linux

If you are an Arch Linux user, you can find TBlock on the AUR. Therefore, you can install it with your favorite AUR helper (for example yay).

$ yay -S tblock

Post-installation

After the installation and after each update of TBlock, you should update your local version of the remote filter repository, by running:

$ sudo tblock -Y

Usage

Blocking a domain with TBlock

To show the help page of TBlock, simply run:

$ tblock -h

To show the help page of the built-in converter, simply run:

$ tblockc -h

You can find more help about usage on TBlock's wiki.

Copyright

TBlock and its converter are released under GPLv3.

Libraries used

TBlock uses the external libraries:

Name Author License Homepage
colorama Jonathan Hartley BSD https://github.com/tartley/colorama
requests Kenneth Reitz Apache 2.0 https://requests.readthedocs.io
urllib3 Andrey Petrov MIT https://urllib3.readthedocs.io/

Contact

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tblock-0.0.3.tar.gz (41.4 kB view hashes)

Uploaded Source

Built Distribution

tblock-0.0.3-py3-none-any.whl (59.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page