Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

arghya339/apkdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

350 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apkdl

apk downloader


Purpose

  • This script automates process of downloading apk file using shell script.

Supported sources

Prerequisites

  • macOS/ Android device with working internet connection.

Usage

Android/ macOS

Open macOS Terminal/ Android Termux & run script with following command:

curl -L --progress-bar -o "$HOME/.apkdl.sh" https://raw.githubusercontent.com/arghya339/apkdl/main/bash/apkdl.sh && bash "$HOME/.apkdl.sh"

Run apkdl with these commands in Terminal/ Termux:

apkdl

Note

This script was tested on an arm64-v8a device running Android 14 with Termux v0.118.3 with bash v5.2.37(1).

Note

This script was tested on an Intel Mac running macOS Sonoma (14) with Terminal v2.14(453) with bash v5.3.3(1).

How it works (Demo on YouTube)

Developer: @arghya339