2025-03-14 21:59:59 -06:00
|
|
|
# apkeep
|
|
|
|
|
|
|
|
|
|
> Download APK files from various sources.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/EFForg/apkeep/blob/master/USAGE>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Download an APK file to the specified directory:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`apkeep {{[-a|--app]}} {{com.example.application}} {{path/to/directory}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List all available versions for download:
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`apkeep {{[-a|--app]}} {{com.example.application}} {{[-l|--list-versions]}}`
|
|
|
|
|
|
|
|
|
|
- Download a specific version of an APK file:
|
|
|
|
|
|
|
|
|
|
`apkeep {{[-a|--app]}} {{com.example.application}}@{{app_version}} {{path/to/directory}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Specify a store to download from:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`apkeep {{[-a|--app]}} {{com.example.application}} {{[-d|--download-source]}} {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}`
|
2026-08-06 22:19:46 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`apkeep {{[-h|--help]}}`
|