• Stars
    star
    4,727
  • Rank 8,871 (Top 0.2 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Privacy enhanced BitTorrent client with P2P content discovery

Tribler

Pytest Documentation Status Codacy Coverage Contributors Pull Requests Issues

python_3_8 python_3_9

Downloads(7.0.2) Downloads(7.1.3) Downloads(7.2.2) Downloads(7.3.2) Downloads(7.4.1) Downloads(7.5.1) Downloads(7.6.1) Downloads(7.7.0) Downloads(7.8.0) Downloads(7.9.0) Downloads(7.10.0) Downloads(7.11.0) Downloads(7.12.1) Downloads(7.13.0)

DOI number openhub Join Discord chat

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.

Packaging Tribler

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

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").

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.

More Repositories

1

self-compile-Android

Autonomous smartphone app. Capable of self-compilation, mutation, and viral spreading. World-first proof-of-principle to bypass Internet kill switches.
C
505
star
2

py-ipv8

Python implementation of Tribler's IPv8 p2p-networking layer
Python
226
star
3

dispersy

The elastic database system. A database designed for P2P-like scenarios, where potentially millions of computers send database updates around.
Python
84
star
4

software-based-PUF

The first open source software-based Physically Unclonable Function (PUF) using off-the-shelf SRAM
C
83
star
5

trustchain-superapp

Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
Kotlin
80
star
6

kotlin-ipv8

P2P communication library for Android
Kotlin
58
star
7

app-to-app-communicator

Create an attack-resilient network out of smartphones, no-PC-needed (proof of concept)
Java
33
star
8

Dollynator

Autonomous self-replicating code
Python
22
star
9

trustchain-simulator

This repository contains Trustchain (Blockchain) simulations built with OMNeT++
C++
19
star
10

cloudomate

Unpermissioned Open Computer API
Python
15
star
11

gumby

Experiment runner framework for IPv8 and Tribler
Python
11
star
12

decentral-market

Fully operational proof-of-principle of a electronic market place that is immune to shutdown by governments, immune to lawyer-based attacks or other real-world threats. A marketplace with no central server bottleneck, no central point of trust, full self-organization and unbounded scalability.
Python
10
star
13

De-DSI

Jupyter Notebook
10
star
14

tribler-android

Java
9
star
15

bami

BAMI 🍜 protocol prototype: Ultimate Toolbox for Collaboration
Python
9
star
16

utp4j

Micro Transport Protocoll 4 Java
Java
9
star
17

anydex-core

The Universal Decentralized Exchange
Python
8
star
18

tribler.github.com

The Tribler.org website
HTML
6
star
19

distributed-ai-kernel

Distributed AI Kernel
Java
4
star
20

incremental-pagerank

An implementation of the Incremental PageRank algorithm
Jupyter Notebook
4
star
21

docker-tribler-prod

Docker image for running Tribler in production.
Dockerfile
4
star
22

decentralized-mortgage-market

Python
2
star
23

real_time_random_walk

Real time visualization of trust levels determined by random walk
Python
2
star
24

document-attestation-service

TypeScript
2
star
25

covid-19-recovery-identification

TypeScript
2
star
26

docker-tribler-dev

Docker image for a local development environment for Tribler.
Dockerfile
2
star
27

trustchain-explorer

A TrustChain explorer, written in AngularJS
TypeScript
1
star
28

trustchain_etl

Database migration tools for Trustchain records
Python
1
star
29

trustchain-simulator-pysim

A basic simulator for TrustChain, to explore the effect of different parameters on fraud detection times and bandwidth overhead.
Python
1
star
30

docker-tribler-build-linux

Docker image for building deb files for Tribler.
Shell
1
star