macOS
brew install --cask android-platform-toolslocal Homebrew cask metadata
cask
android-platform-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install --cask android-platform-toolslocal Homebrew cask metadata
概要
Android SDK component
履歴
Android SDK Platform-Tools is the Android SDK component that ships adb, fastboot, and related host-side utilities. In package-manager practice it is the small install that developers, ROM maintainers, CI images, and device tinkerers reach for when they need Android device access without a full IDE.
The Android Debug Bridge is documented by Android as a command-line tool for communicating with a device, installing and debugging apps, and running shell commands. The platform-tools package became the distribution vehicle for adb and fastboot as Android separated SDK components into independently updated downloads.
Google's Platform-Tools release notes show the package as a continuously updated SDK component rather than a standalone application. Its history is therefore tied to Android device protocols and host tooling: adb for development and debugging, fastboot for bootloader-level flashing, and small filesystem/image helpers used by the Android build and device ecosystem.
The toolset is installed by Android Studio and the Android SDK Manager, but package managers also carry it because many users need only adb and fastboot. Homebrew distributes it as a cask, making macOS command-line Android workflows possible without installing the full Android Studio application.
Its adoption spread beyond app developers into CI pipelines, hardware labs, custom ROM communities, recovery workflows, and test automation. That mixed audience explains why platform-tools is treated like a core system utility package even though it is officially an SDK component.
Common use centers on `adb devices`, `adb install`, `adb shell`, log capture, port forwarding, file transfer, and fastboot flashing or boot commands. The Android documentation also records `ANDROID_USER_HOME` as the parent for Android tool configuration, with the default user directory under `.android`.
Package users care about version freshness because adb and fastboot need to track Android platform behavior, USB/device protocol changes, and security fixes. Installing platform-tools from a package manager gives scripts a stable executable path while still following Google's SDK releases.
This is a classic package-manager split: a large vendor SDK is reduced to the few host binaries people actually put in PATH. It is especially valuable on macOS and CI runners where installing Android Studio would be slow, stateful, and unnecessary.
The source lives in Android's public Gitiles infrastructure rather than a conventional GitHub project, which is a useful reminder that official source-control URLs are not always the same shape as community package metadata expects.
セキュリティ状態
android-platform-tools に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$ANDROID_USER_HOME~/.android/実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
adb | バイナリ | Homebrew cask バイナリ | adb |
etc1tool | バイナリ | Homebrew cask バイナリ | etc1tool |
fastboot | バイナリ | Homebrew cask バイナリ | fastboot |
hprof-conv | バイナリ | Homebrew cask バイナリ | hprof-conv |
make_f2fs | バイナリ | Homebrew cask バイナリ | make_f2fs |
make_f2fs_casefold | バイナリ | Homebrew cask バイナリ | make_f2fs_casefold |
mke2fs | バイナリ | Homebrew cask バイナリ | mke2fs |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://developer.android.com/tools/releases/platform-tools
インストールメタデータ
| パッケージキー | cask:android-platform-tools |
|---|---|
| バージョン | 37.0.1 |
| パッケージマネージャ | Homebrew Cask |
| パッケージマネージャページ | https://formulae.brew.sh/cask/android-platform-tools |
| ホームページ | https://developer.android.com/tools/releases/platform-tools |
| 上流ドキュメント | https://developer.android.com/tools/releases/platform-tools |
| ソースアーカイブ | https://dl.google.com/android/repository/platform-tools_r37.0.1-darwin.zip |
| 最終更新 | 2026-07-09T19:03:03Z |
| Pulse | updated |
| SHA-256 | 7d009f4fb1a70ecaa52937ef4d68f5180c9578e9502fb985f000b50e01b4c9e2 |
| ダウンロード URL | https://dl.google.com/android/repository/platform-tools_r37.0.1-darwin.zip |
| Bottle | 未記録 |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew cask API |
|---|---|
| Tap | homebrew/cask |
| Full Token | android-platform-tools |
| Names |
|
| Artifacts | |
| Deprecated | no |
| Disabled | no |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
adb 1:34.0.5-12
Android Debug Bridge
https://developer.android.com/studio/releases/platform-tools
sudo apt install adbadbd 34.0.5-12
Android Debug Bridge daemon
https://developer.android.com/studio/releases/platform-tools
sudo apt install adbdandroid-libbacktrace 1:34.0.5-12
Android backtrace library
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libbacktraceandroid-libbacktrace-dev 1:34.0.5-12
Android backtrace library - Development files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libbacktrace-devandroid-libbase 1:34.0.5-12
Android base library
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libbaseandroid-libbase-dev 1:34.0.5-12
Android base library - Development files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libbase-devandroid-libcutils 1:34.0.5-12
Android utils library for C
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libcutilsandroid-libcutils-dev 1:34.0.5-12
Android utils library for C - Development files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libcutils-devandroid-liblog 1:34.0.5-12
Android NDK logger interfaces
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-liblogandroid-liblog-dev 1:34.0.5-12
Android NDK logger interfaces - Development files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-liblog-devandroid-libnativehelper 34.0.5-12
Support functions for Android's class libraries
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libnativehelperandroid-libnativehelper-dev 34.0.5-12
Support functions for Android's class libraries - Development files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libnativehelper-devandroid-libsparse 1:34.0.5-12
Library for sparse files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libsparseandroid-libsparse-dev 1:34.0.5-12
Library for sparse files - Development files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libsparse-devandroid-libutils 1:34.0.5-12
Android Utility Function Library
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libutilsandroid-libutils-dev 1:34.0.5-12
Android Utility Function Library - Development files
https://developer.android.com/studio/releases/platform-tools
sudo apt install android-libutils-devソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.