- Intro
- Download
- Features
- Screenshots
- Building from Source
- Contributing
- Contributors
- Tech Stack and Open Source Libraries
- Acknowledgements
- Disclaimer
TorrentSearch is an Android app for searching torrents across multiple providers simultaneously, with fast search speed, detailed results, category filters, and a full set of torrent actions.
Note
TorrentSearch requires Android 7.1 or newer.
Nightly builds are available in the artifacts section of GitHub Actions workflow runs. They are generated automatically for each commit and may be unstable.
- Query all providers simultaneously, with per-provider enable/disable toggles
- Search by category:
Anime,Apps,Books,Games,Movies,Series, and more - Results are shown progressively as providers respond
- Sort by
torrent name,seeders,peers,file size, orupload date - Filter out dead or already-viewed torrents
- Filter results by name, provider or category
Each result includes:
- Torrent name
- File size
- Seeders and peers
- Upload date
- Category
- NSFW indicator
- Provider name
- Open magnet link in an external torrent client
- Download
.torrentfile to local storage - View torrent details directly inside the app or open the full page in your browser
- Copy or share the magnet link or details page URL
If no torrent client is installed, TorrentSearch provides links to FOSS torrent clients.
- Native details screen — view torrent details inside the app without a browser or WebView; can be disabled to open the page directly in your default browser instead
- Media poster with automatic NSFW image blurring (can be disabled)
- Screenshot previews
- Full description with inline image support
- Explore top and latest torrents from your enabled providers
- Filter by category and sort order — changing either instantly refreshes results
- Filter out dead or already-viewed torrents
- Filter torrents by name or provider
- Save torrents for later
- Export and import bookmarks
When enabled, Safe Mode automatically:
- Disables unsafe and NSFW providers
- Hides NSFW categories and torrents
Connect your own indexer via the Torznab API:
See the wiki for setup instructions.
- Clean, easy-to-use interface
- Adapts to your wallpaper and system theme, with full light/dark mode support
The easiest way is to open the project in Android Studio — it handles all setup and lets you run the app in a single click.
Requirements:
- JDK 17+ with
JAVA_HOMEset (Adoptium recommended) - Android SDK — version depends on project configuration. If you have Android Studio installed, it
has already downloaded, set up, and configured the SDK location for you. Otherwise, install it
manually and set
ANDROID_HOME, or addsdk.dirtolocal.propertiesin the project root.
git clone https://github.com/prajwalch/TorrentSearch.git
cd TorrentSearch
./gradlew assembleDebugOutput: app/build/outputs/apk/debug/
Bug fixes, new providers, UI improvements, and translations are all welcome. Read CONTRIBUTING.md before opening a pull request.
Translations are managed on Weblate — no local setup needed, contribute directly from your browser.
- Language: Kotlin
- UI: Jetpack Compose, Material 3
- Architecture: Modern App Architecture
- Async: Coroutines, Flow
- Networking: Ktor
- Storage: Room, Jetpack DataStore
- Dependency injection: Hilt
- Image loading: Coil
- HTML parsing: Jsoup
- Immutable collections: Kotlinx immutable collections
- Markdown rendering: ComposeMarkdown
- Scrollbar: LazyColumnScrollbar
- Image Blurring: BlurTransformation
- IconKitchen — app icon
- Metrolist and Canta — referenced for architecture and implementation patterns during development
TorrentSearch does not host, store, or distribute any torrent files or copyrighted content. It searches publicly accessible third-party sources and displays the results. The developer is not responsible for how those results are accessed or used.
Users are responsible for complying with their local laws and regulations.











