TBlock hasn't yet been tested on macOS, so there might be unresolved issues. If you do have TBlock installed on your macOS system, your feedback would be really appreciated.

Install on macOS

TBlock can be used and installed on macOS.

With homebrew

If you are using macOS, you can install TBlock with the homebrew package manager. After installing brew on your machine, simply enable TBlock's third-party repository (aka tap):

brew tap tblock/tap https://codeberg.org/tblock/homebrew-tap

Then, install TBlock:

brew install tblock

Troubleshooting

After installing, you will probably face the following issue:

$ sudo tblock -Y
sudo: tblock: command not found

You just need to run the following command to fix the issue:

echo 'alias sudo="PATH=$PATH:$(brew --prefix)/bin:$(brew --prefix)/sbin sudo"' >> ~/.bashrc