apkeep
brew install apkeep
v1.0.0
MIT
Command-line tool for downloading APK files from various sources
387
30-day installs · #1969
903
90-day · #2297
1.0k
365-day · #3760
1.9k
★ GitHub stars · updated 3mo ago
Build dependencies
Links
- https://github.com/EFForg/apkeep
- GitHub: EFForg/apkeep
- Brew formula source: Formula/a/apkeep.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"pkgconf",
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Command-line tool for downloading APK files from various sources",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:27+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "apkeep",
"github_default_branch": "master",
"github_last_commit_at": "2026-05-04T23:41:21Z",
"github_readme_excerpt": "\u003c!--- `README.md` is automatically generated from the rustdoc using [`cargo-readme`](https://crates.io/crates/cargo-readme). --\u003e\n# `apkeep` - A command-line tool for downloading APK files from various sources\n\n[](https://crates.io/crates/apkeep)\n[](./LICENSE)\n\n\n\n## Installation\n\nPrecompiled binaries for `apkeep` on various platforms can be downloaded\n[here](https://github.com/EFForg/apkeep/releases).\n\nTo install from `crates.io`, simply [install rust](https://www.rust-lang.org/tools/install) and\nrun\n\n```shell\ncargo install apkeep\n```\n\nOr to install from the latest commit in our repository, run\n\n```shell\ncargo install --git https://github.com/EFForg/apkeep.git\n```\n\nIf using on an Android platform, [`termux`](https://termux.org/) must be installed first.\nUpgrade to the latest packages with `pkg update`, then install the `apkeep` precompiled binary\nas described above or run `pkg install apkeep` to install from the `termux` repository.\n\nDocker images are also available through the GitHub Container Registry. Aside from using a\nspecific release version, the following floating tags are available:\n\n- stable: tracks the latest stable release (recommended)\n- latest: tracks the latest release, including pre-releases\n- edge: tracks the latest commit\n\n## Usage\n\nSee [`USAGE`](https://github.com/EFForg/apkeep/blob/master/USAGE).\n\n## Examples\n\nThe simplest example is to download a single APK to the current directory:\n\n```shell\napkeep -a com.instagram.android .\n```\n\nThis downloads from the default source, APKPure, which does not require credentials. For more\nAPKPure usage examples, such as specifying a package architecture, refer to the\n[`USAGE-apkpure.md`](USAGE-apkpure.md) document.\n\nTo download directly from the google play store, you will first have to [obtain an AAS token](USAGE-google-play.md).\nThen,\n\n```shell\napkeep -a com.instagram.androi",
"github_repo": "EFForg/apkeep",
"github_stars": 1890,
"github_topics": [],
"homepage": "https://github.com/EFForg/apkeep",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 387,
"installs_365d": 1041,
"installs_90d": 903,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "apkeep",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 1969,
"rank_365d": 3760,
"rank_90d": 2297,
"raw_hash": "2dbeb0d499a6f7a2",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/apkeep.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.0.0",
"versioned_formulae": [],
"why_use_this": null
}