> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/awesome-selfhosted/awesome-selfhosted/llms.txt
> Use this file to discover all available pages before exploring further.

# File Transfer - Peer-to-peer Filesharing

> P2P file sharing and torrent applications

[Peer-to-peer file sharing](https://en.wikipedia.org/wiki/Peer-to-peer_file_sharing) is the distribution and [sharing](https://en.wikipedia.org/wiki/File_sharing) of digital media using [peer-to-peer](https://en.wikipedia.org/wiki/Peer-to-peer) (P2P) networking technology.

## Applications

### bittorrent-tracker

Simple, robust, BitTorrent tracker (client and server) implementation.

* **Website:** [https://webtorrent.io/](https://webtorrent.io/)
* **Source Code:** [https://github.com/webtorrent/bittorrent-tracker](https://github.com/webtorrent/bittorrent-tracker)
* **License:** MIT
* **Platform:** Nodejs

### Deluge

Lightweight, cross-platform BitTorrent client.

* **Website:** [https://deluge-torrent.org/](https://deluge-torrent.org/)
* **Source Code:** [https://git.deluge-torrent.org/deluge/tree/?h=develop](https://git.deluge-torrent.org/deluge/tree/?h=develop)
* **License:** GPL-3.0
* **Platform:** Python, deb

### PrivyDrop

Simple and user-friendly, breakpoint-resumable peer-to-peer text, image, and file transfer tool based on WebRTC.

* **Website:** [https://www.privydrop.app](https://www.privydrop.app)
* **Source Code:** [https://github.com/david-bai00/PrivyDrop](https://github.com/david-bai00/PrivyDrop)
* **License:** MIT
* **Platform:** Docker, Nodejs

### qBittorrent

Free cross-platform bittorrent client with a feature rich Web UI for remote access.

* **Website:** [https://www.qbittorrent.org/](https://www.qbittorrent.org/)
* **Source Code:** [https://github.com/qbittorrent/qBittorrent](https://github.com/qbittorrent/qBittorrent)
* **License:** GPL-2.0
* **Platform:** C++

### Send

Simple, private, end to end encrypted temporary file sharing, originally built by Mozilla.

* **Source Code:** [https://gitlab.com/timvisee/send](https://gitlab.com/timvisee/send)
* **Demo:** [https://send.vis.ee/](https://send.vis.ee/)
* **Clients:** [https://gitlab.com/timvisee/send#clients](https://gitlab.com/timvisee/send#clients)
* **License:** MPL-2.0
* **Platform:** Nodejs, Docker

### slskd

⚠ A modern client-server application for the Soulseek file sharing network.

* **Source Code:** [https://github.com/slskd/slskd](https://github.com/slskd/slskd)
* **License:** AGPL-3.0
* **Platform:** Docker, C#

### Transmission

Fast, easy, free Bittorrent client.

* **Website:** [https://transmissionbt.com/](https://transmissionbt.com/)
* **Source Code:** [https://github.com/transmission/transmission](https://github.com/transmission/transmission)
* **License:** GPL-3.0
* **Platform:** C++, deb

### Webtor

Web-based torrent client with instant audio/video streaming.

* **Source Code:** [https://github.com/webtor-io/self-hosted](https://github.com/webtor-io/self-hosted)
* **Demo:** [https://webtor.io](https://webtor.io)
* **License:** MIT
* **Platform:** Docker
