For Debian users or variants (Ubuntu, Linux Mint, PopOS) is possible to download TReq using the .deb file.
After download it by link HERE you can just run the command below pointing to file.
sh
$ sudo dpkg -i path_to_file.deb
For Arch Linux or Manjaro users is possible download TReq using AUR.
sh
$ git clone https://aur.archlinux.org/treq.git
$ cd treq
$ makepkg -si
Or, if you use the yay just run...
sh
$ yay -S treq
For anyone else, you can also download TReq by Crates.io repository. Using this method requires to have Rust installed.
sh
cargo install treq