Go to file
Alexey Kasyanchuk 4c1c730094 fixing testing
2021-02-14 03:18:23 +03:00
.circleci fix(cicleci): fix build on cicleci 2018-05-15 22:22:19 +03:00
.github Create FUNDING.yml 2019-06-16 23:11:35 +03:00
app fix(donate): more relevant donate view, display also patreon donate :) 2018-04-30 13:05:16 +03:00
build webpack upgrade 2021-01-06 00:31:26 +03:00
config web -> desktop 2018-01-31 19:02:28 +03:00
docs Typos fix 2019-10-24 14:56:41 +03:00
resources fix(macos): mac os icon size fix #10 2018-03-10 08:27:05 +03:00
src fix(web): fix web version 2021-01-07 01:37:10 +03:00
tests fixing testing 2021-02-14 03:18:23 +03:00
translations feat(gui): tip about torrent drops 2019-07-22 00:31:19 +03:00
.appveyor.yml fix appveyor 2021-01-07 15:42:09 +03:00
.babelrc babel update 2018-08-28 17:48:26 +03:00
.editorconfig web -> desktop 2018-01-31 19:02:28 +03:00
.eslintrc.json eslint 2018-08-09 00:14:00 +03:00
.gitignore release 2020-01-04 14:34:00 +03:00
.releaserc.json release 2021-01-10 01:38:25 +03:00
.travis.yml release 2021-01-10 01:38:25 +03:00
CHANGELOG.md chore(release): 1.4.2 [skip ci] 2020-01-04 11:40:33 +00:00
format.bat lint also tests folder 2018-06-30 02:03:43 +03:00
LICENSE feat(readme): readme 2018-02-04 05:16:30 +03:00
package-lock.json fixing testing 2021-02-14 03:18:23 +03:00
package.json fix(web): fix web version 2021-01-07 01:37:10 +03:00
README.md doc(linux): some centos doc 2019-03-28 14:20:17 +03:00

Rats on The Boat - BitTorrent search engine

CircleCI Build Status Appveyor Build Status Travis Build Status semantic-release Release Documentation

BitTorrent search program for desktop and web. Collect and navigate over base of torrents statistic, categories, and give easy access to it. Work over p2p network and support Windows, Linux, Mac OS platforms.

Features

  • Works over p2p torrent network, doesn't require any trackers
  • Supports own p2p protocol for additional data transfer (like search between rats clients, descriptions/votes transfer, etc.)
  • Search over torrent collection
  • Torrent and files search
  • Search filters (size ranges, files, seeders etc...)
  • Collection filters (regex filters, adult filters)
  • Trackers peers scan supported
  • Integrated torrent client
  • Collect only statistic information and don't save any torrents internal data
  • Supports torrents rating (voting)
  • P2P Search protocol. Search in other Rats clients.
  • Web version (web interface) for servers
  • Top list (mostly common and popular torrents)
  • Feed list (Rats clients activity feed)
  • Translations: English, Russian, Ukrainian, Chinese
  • Drag and drop torrents (expand local search database with specific torrents)
  • Descriptions association from trackers

Architecture

Basic Architecture

Contributing

We are welcome any contributing: bug fixes, improvements, code refactoring and other stuffs.

Translation guide

Own strategy / Other tracker support

Usage Manuals

Server version install

Clone repository, then make sure that you have Node.js and NPM (with Node.js) installed in your system, then:

npm install

Then compile web version:

npm run buildweb

Finally start server application:

npm run server

Now you can get access to web interface on 8095 port: http://localhost:8095

More about configuration

More about server compatibility and known issues

Donation

Support Rats Search development on Patreon

Support Rats Search via PayPal

Support Rats Search via Yandex.Money: 410012059502693

Contacts / Support

Screenshots

Main Window

License

MIT