Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
Tip: Start with ./ZeroNet.sh --ui_ip '*' --ui_restrict your.ip.address
to allow remote connections on the web interface.
There is an official image, built from source at: https://hub.docker.com/r/nofish/zeronet/
Next steps: ZeroNet Developer Documentation
qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode support as well as many features.
The free IP to Country Lite database by DB-IP is used for resolving the countries of peers. The database is licensed under the Creative Commons Attribution 4.0 International License.
For installation, follow the instructions from INSTALL file, but simple:
Cloud torrent is a a self-hosted remote torrent client, written in Go (golang). You start torrents remotely, which are downloaded as sets of files on the local disk of the server, which are then retrievable or streamable via HTTP.
Binaries
See the latest release or download and install it now with
Tip: Auto-run cloud-torrent
on boot
Docker
Source
Go is required to install from source
VPS
Heroku
Heroku is no longer supported
The next set of core features can be tracked here. This feature set requires large structural changes and therefore requires a complete rewrite for best results. This rewrite is in progress in the 0.9
branch though it will take quite some time.
New UI Development: For an overview of the new UI development see DEVELOPMENT.md.
Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent.
The project was inspired by other Usenet/BitTorrent movie downloaders such as CouchPotato.
See the Roadmap blogpost for an overview of planned features.
Radarr is currently undergoing rapid development and pull requests are actively added into the repository.
See the Roadmap blogpost for an overview of planned features.
Magnetissimo is a self-hosted web application that indexes all popular torrent sites.
On average the application uses about 120MB of RAM:
We work closely with other providers and search engines to be respectful of their hardware and minimize our impact to their systems.
If you'd like us to add you to our supported vendors list, please drop us a Github Issue.
Magnetissimo was designed to be easy to run.
It's been tested on:
We have guide written for you:
Want to talk about Magnetissimo or suggest features? We have an official Discord server.
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Before using this with your existing database sickrage.db please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, We HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk
To run Medusa from source you will need one of these Python versions:
Start here to read the installation guides for different setups.
There's a direct build available on Dockerhub which is updated directly from this repo on every commit to master.
For alternate architectures, the linuxserver.io team have kindly produced docker images for X86, armhf and aarch64 platforms. This is built from an older intermediary Dockerfile.
Before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present
We HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk.
Streaming torrent client for node.js with web ui.
Based on torrent-stream, inspired by peerflix.
You can configure the application using ~/.config/peerflix-server/config.json
file (doesn't exist by default).
The options are passed to all torrent-stream instances.
Here's an example that overrides the defaults:
You can also change the default port by setting PORT
environment variable:
The application stores its current state (list of torrents) in ~/.config/peerflix-server/torrents.json
If you want to run peerflix-server as a daemon, you can do it using forever:
Node.js implementation of a BitTorrent tracker, client and server.
A BitTorrent tracker is a web service which responds to requests from BitTorrent clients. The requests include metrics from clients that help the tracker keep overall statistics about the torrent. The response includes a peer list that helps the client participate in the torrent swarm.
This module is used by WebTorrent.
Also see bittorrent-dht.
To connect to a tracker, just do this:
To start a BitTorrent tracker server to track swarms of peers:
nefarious is a web application that automatically downloads Movies and TV Shows.
It aims to combine features of Sonarr, Radarr and Ombi.
It uses Jackett and Transmission under the hood. Jackett searches for torrents and Transmission does the downloading.
Features:
See DEPENDENCIES.md
You must have docker and docker-compose already installed. See dependencies.
Clone the nefarious repository and start all the Docker containers:
NOTE: the first time you bring up nefarious can take a few minutes.
Your default local URLs for all the various services will be:
Rapid bay is a self hosted video service/torrent client that makes playing videos from torrents as easy as:
Requires Docker
App will be running at http://localhost:5000
The default setting downloads all subtitle languages but it might get slow if there are many for a given file.
To solve this you need to customize which languages you want.
Add the env variable SUBTITLE_LANGUAGES to your docker params like so:
Rapidbay supports using the torrent indexer Jackett for searching. Just provide the the env variables JACKETT_HOST and JACKETT_API_KEY like so: