Go to file
2022-08-10 18:52:37 +03:00
.circleci fix(ci): restore installation on ci 2022-06-25 22:29:50 +03:00
.github fix linux tests 2022-08-10 18:41:52 +03:00
app fix(donate): change patreon to opencollective 2021-07-07 13:55:31 +03:00
build feat(tests): support custom test to run 2021-06-16 01:03:47 +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(torrent): fix search by magnet 2022-06-06 15:03:36 +03:00
tests perf(db): optimize some tables to stored_only_fields to recrudesce memory usage of big databases #152 2021-09-12 02:18:40 +03:00
translations feat(torrent): generation of torrent functionality 2021-07-07 15:19:45 +03:00
.appveyor.yml fix(ci): restore installation on ci 2022-06-25 22:29:50 +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 2021-07-12 14:44:15 +03:00
.releaserc.json release 2021-06-10 17:04:49 +03:00
CHANGELOG.md chore(release): 1.8.1 [skip ci] 2021-09-22 02:32:59 +00:00
Dockerfile fix(docker): moved to 16 version 2021-08-31 01:02:07 +03: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 feat(core): update 2022-08-10 18:24:04 +03:00
package.json fix(build): build only x64 packages for linux 2022-08-10 18:52:37 +03:00
README.md feat(core): update electron 2022-06-25 22:26:13 +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
  • Torrent generation and automatic adding to search DB

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

Download Desktop client

By default we recomended using desktop version of application. Download and install most recent one for Windows, MacOS, Linux.

Start desktop client from master branch

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

npm install --force

and start master develop branch version:

npm start

Server webUI version installation

Beside default desktop cross-platform client, also exist separated webUI that can run from server independant as web-client + Node.JS server.

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

npm install --force

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 OpenCollective

Support Rats Search via PayPal

Support Rats Search via Yoo.Money: 410012059502693

Contacts / Support

Screenshots

Main Window

License

MIT