🕸️
Cyberdrop-DL
Cyberdrop-DL
Cyberdrop-DL
  • Welcome!
  • Getting Started
    • Python Install
      • Windows
      • Linux
      • macOS
    • Cyberdrop-DL Install
    • Running CDL on Android
  • Transition to V6
  • Frequently Asked Questions
  • Migration to Cyberdrop-DL-Patched
  • SimpCity Support Dropped
  • Reference
    • Supported Websites
    • Configuration Options
      • Special Type Options
      • Authentication
      • Settings
        • Browser Cookies
        • Download Options
        • Dupe Cleanup Options
        • File Size Limits
        • Files
        • Ignore Options
        • Logs
        • Media Duration Limits
        • Runtime Options
        • Sorting
      • Global Settings
        • General
        • Rate Limiting Options
        • UI Options
    • CLI Arguments
    • Notifications
    • Changelog
    • Contributing
Powered by GitBook
On this page

Last updated 2 months ago

Cyberdrop-dl is a terminal app. That means you need a terminal emulator to run it. The defacto choice in Android is .

Most of the dependencies need to be compiled from source. A rust compiler is required. This means the installation could take several minutes, especially on low end phones

Compiling from source also requires a lot of extra storage. You will need at least 3.4GB just for the installation of CDL

1. Install termux

Termux wiki:

Install termux from or from the :

2. Install cyberdrop-dl-patched

Run the following commands inside termux

How to update cyberdrop-dl-patched?

Run this command inside termux:

uv tool upgrade cyberdrop-dl-patched
  1. Getting Started

Running CDL on Android

PreviousCyberdrop-DL InstallNextTransition to V6
  • 1. Install termux
  • 2. Install cyberdrop-dl-patched
  • How to update cyberdrop-dl-patched?
# Get storage access permission
termux-setup-storage

# Install dependencies
pkg upgrade -y
pkg install rust which micro libjpeg-turbo python uv -y

# Install CDL and setup appdata folder
uv tool install cyberdrop-dl-patched
uv tool update-shell
mkdir /sdcard/cyberdrop-dl
echo 'alias cyberdrop-dl="cyberdrop-dl --portrait --appdata-folder /sdcard/cyberdrop-dl"' >> ~/.bashrc
source ~/.bashrc
termux
https://wiki.termux.com/wiki/Installation
F-droid (recommended)
Google Playstore (restricted version)