Skip to content

record10/record-tor-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

RecordTor

A modern, lightweight torrent client with built-in video streaming — available on desktop and Android.

Download Latest Release


Features

  • Torrent Downloads — Add torrents via magnet links or .torrent files
  • Stream While Downloading — Watch video content as it downloads, no need to wait
  • Create Torrents — Create .torrent files from your local directories
  • File Priority Control — Choose which files to download and set per-file priority (high / medium / low)
  • Video Player — Built-in video player with playback progress tracking
  • Pause & Resume — Pause and resume individual torrents at any time
  • Seeding Controls — Configure seed ratio and automatic seeding behavior
  • Speed Limits — Set download and upload speed caps (MB/s)
  • Network Settings — Configure port, UPnP, DHT, PEX, and max connections
  • Piece Visualizer — See exactly which pieces of a torrent have been downloaded
  • Copy Magnet Link — Copy the magnet link of any torrent to clipboard
  • Dark / Light Theme — Switch between dark and light mode
  • Deep Linking — Open magnet links directly from your browser via magnet:// or torrent:// protocol
  • System Tray — Minimize to tray and keep downloading in the background (desktop)
  • Start on Boot — Optionally launch RecordTor when your system starts (desktop)
  • Notifications — Get notified when downloads complete
  • Cross-Platform — Available for macOS, Windows, Linux, and Android

Download

Head to the Releases page and download the installer for your operating system:

Platform File
macOS RecordTor_x64.dmg
Windows RecordTor_x64-setup.exe
Linux (AppImage) record-tor_amd64.AppImage
Linux (Debian) record-tor_amd64.deb
Android RecordTor.apk

Installation

macOS

  1. Download RecordTor_x64.dmg from the Releases page.

  2. Open the .dmg file and drag RecordTor into your Applications folder.

  3. Important — the app is unsigned. macOS will block it on first launch. To allow it, run the following command in Terminal once after installation:

    xattr -cr /Applications/RecordTor.app
  4. Now you can open RecordTor normally from Applications.

Windows

  1. Download RecordTor_x64-setup.exe from the Releases page.
  2. Run the installer and follow the on-screen instructions.
  3. The app is unsigned, so Windows SmartScreen may show a warning. Click "More info" and then "Run anyway" to proceed with the installation.

Linux

AppImage

  1. Download record-tor_amd64.AppImage from the Releases page.

  2. Make it executable and run:

    chmod +x record-tor_amd64.AppImage
    ./record-tor_amd64.AppImage

Debian / Ubuntu (.deb)

  1. Download record-tor_amd64.deb from the Releases page.

  2. Install it:

    sudo dpkg -i record-tor_amd64.deb

Android

  1. Download RecordTor.apk from the Releases page.
  2. Open the APK file on your device. If prompted, enable "Install from unknown sources" in your device settings.
  3. Follow the on-screen instructions to complete the installation.

Troubleshooting

macOS — "App is damaged and can't be opened"

This happens because the app is not signed with an Apple Developer certificate. Run the following command to remove the quarantine flag:

xattr -cr /Applications/RecordTor.app

Windows — SmartScreen warning

Click "More info""Run anyway". This warning appears because the app is not signed with a Windows code-signing certificate.

Linux — AppImage won't launch

Make sure the file is executable:

chmod +x record-tor_amd64.AppImage

License

All rights reserved. This software is provided as-is for personal use.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors