Go to file
2018-04-18 00:19:08 +03:00
.circleci try with npm 2018-03-24 01:39:54 +03:00
app feat(donate): donate window 2018-03-07 04:50:39 +03:00
build tests fix 2018-04-06 17:40:51 +03:00
config web -> desktop 2018-01-31 19:02:28 +03:00
docs Update USAGE.RU.md 2018-04-02 12:27:29 +03:00
resources fix(macos): mac os icon size fix #10 2018-03-10 08:27:05 +03:00
src fix(peerdb): transfer data fix 2018-04-18 00:19:08 +03:00
tests fix(tests): fix quit timeout 2018-04-01 02:52:27 +03:00
.appveyor.yml also fix appveyor 2018-03-24 01:42:48 +03:00
.babelrc web -> desktop 2018-01-31 19:02:28 +03:00
.editorconfig web -> desktop 2018-01-31 19:02:28 +03:00
.gitignore release 2018-04-07 13:50:15 +03:00
.releaserc.json fix(portable): portable win32 build 2018-03-25 16:40:13 +03:00
.travis.yml update semantic 2018-03-10 14:03:41 +03:00
CHANGELOG.md chore(release): 0.18.0 [skip ci] 2018-04-07 10:54:41 +00:00
LICENSE feat(readme): readme 2018-02-04 05:16:30 +03:00
package-lock.json feat(peerDB): store on peers feature 2018-04-13 00:33:11 +03:00
package.json feat(peerDB): store on peers feature 2018-04-13 00:33:11 +03:00
README.md docs(server): web version setup docs 2018-04-07 10:52:32 +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
  • Search over torrent collection
  • Torrent and files search
  • Search filters
  • Trackers peers scan supported
  • Integrated torrent client
  • Pretty safe to use and don't send any information about collected torrents data (statistic)
  • Collect only statistic information and don't save any torrents internal data
  • Supports torrents ratings for web version
  • P2P Search. Search in other Rats clients.

Architecture

Basic Architecture

Contributing

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

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

Screenshots

Main Window Torrent Details

License

MIT