tribler 7.13.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

tribler 7.13.1

Towards making Bittorrent anonymous and impossible to shut down.
We use our own dedicated Tor-like network for anonymous torrent downloading.
We implemented and enhanced the Tor protocol specifications.
Tribler includes our own Tor-like onion routing network with hidden services based
seeding and end-to-end encryption.
Tribler aims to give anonymous access to content. We are trying to make privacy, strong cryptography, and authentication the Internet norm.
For the past 11 years we have been building a very robust Peer-to-Peer system.
Today Tribler is robust: “the only way to take Tribler down is to take The Internet down” (but a single software bug could end everything).

Obtaining the latest release
Just click here and download the latest package for your OS.


Obtaining support
If you found a bug or have a feature request, please make sure you read our contributing page and then open an issue. We will have a look at it ASAP.


Contributing
Contributions are very welcome!
If you are interested in contributing code or otherwise, please have a look at our contributing page.
Have a look at the issue tracker if you are looking for inspiration :).

Running Tribler from the repository
We support development on Linux, macOS and Windows. We have written
documentation that guides you through installing the required packages when
setting up a Tribler development environment.

Linux
Windows
macOS




Packaging Tribler
We have written guides on how to package Tribler for distribution on various systems.

Linux
Windows
macOS



Docker support
Dockerfile is provided with the source code which can be used to build the docker image.
To build the docker image:
docker build -t triblercore/triblercore:latest .
To run the built docker image:
docker run -p 20100:20100 --net="host" triblercore/triblercore:latest
Note that by default, the REST API is bound to localhost inside the container so to
access the APIs, network needs to be set to host (–net=”host”).
To use the local state directory and downloads directory, the volumes can be mounted:
docker run -p 20100:20100 --net="host" -v ~/.Tribler:/state -v ~/downloads/TriblerDownloads:/downloads triblercore/triblercore:latest
The REST APIs are now accessible at: http://localhost:20100/docs
Docker Compose
Tribler core can also be started using Docker Compose. For that, a docker-compose.yml file is available
on the project root directory.
To run via docker compose:
docker-compose up
To run in detached mode:
docker-compose up -d
To stop Tribler:
docker-compose down


Get in touch!
We like to hear your feedback and suggestions. To reach out to us, you can join our Discord server or create a post on our forums.


License
This file is part of Tribler, Copyright 2004-2023. Tribler is licensed under the GNU General Public License, version 3 (GPL-3.0), as published by the Free Software Foundation on 29 June 2007. Tribler is free software: you can redistribute it and/or modify it under the terms of this license. Tribler 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. For more details, see the full terms and conditions in the LICENSE.txt file at the root of this repository, or visit https://www.gnu.org/licenses/gpl-3.0.html.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.