macOS
brew install bundletoollocal Homebrew formula metadata
brew
Command-line tool to manipulate Android App Bundles. Version 1.18.3 via Homebrew; verified from local package data.
install
brew install bundletoollocal Homebrew formula metadata
nix profile install nixpkgs#bundletoolnixpkgs package indexes · pkgs/by-name/bu/bundletool/package.nix · source: api.github.com
scoop install main/bundletoolScoop official bucket manifest trees · bucket/bundletool.json · source: api.github.com
overview
Command-line tool to manipulate Android App Bundles
history
bundletool is Google's command-line tool for building, inspecting, generating, extracting, and installing Android App Bundles, Android SDK Bundles, and the APK sets derived from them.
bundletool grew out of the Android App Bundle distribution model introduced at Google I/O 2018. The official Android Developers blog described App Bundles and Google Play Dynamic Delivery as a way to publish all code and resources while letting Google Play deliver only the pieces matching a user's device.
The GitHub README defines bundletool's responsibilities around building app bundles from precompiled modules, generating APK Set archives for possible devices, extracting device-compatible APKs, installing those APKs, extracting device specs, and handling code transparency. It later also gained Android SDK Bundle responsibilities for runtime-enabled SDKs.
bundletool became foundational Android packaging infrastructure because Android Studio, the Android Gradle plugin, and Google Play use it to construct App Bundles and convert them into APKs for deployment. Its command-line interface gives developers and CI systems the same underlying operations for local testing and release validation.
Typical direct use includes generating an `.apks` archive from an `.aab`, extracting APKs compatible with a connected or described device, installing those APKs for testing, dumping bundle metadata, and creating device spec JSON. Most developers encounter it indirectly through Android Studio or Gradle, while release engineers use it explicitly in build pipelines.
bundletool is package-nerd significant because it separates the published Android package from the device-specific install artifact. It is the practical machinery behind App Bundles, split APK generation, dynamic delivery, code transparency checks, and SDK bundle packaging, so it changed what an Android 'package' means after the APK-only era.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bundletool | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/google/bundletool
install metadata
| Package key | brew:bundletool |
|---|---|
| Version | 1.18.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bundletool |
| Homepage | https://github.com/google/bundletool |
| Repository | https://github.com/google/bundletool |
| Upstream docs | https://developer.android.com/studio/command-line/bundletool |
| License | Apache-2.0 |
| Source archive | https://github.com/google/bundletool/releases/download/1.18.3/bundletool-all-1.18.3.jar |
| Dependencies | openjdk |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bundletool |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bundletool
nix profile install nixpkgs#bundletoolmain/bundletool
scoop install main/bundletoolsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.