# adb-enhanced を Homebrew, dnf でインストール

adb-enhanced のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:adb-enhanced
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install adb-enhanced
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install adb-enhanced
```

  証拠: Fedora Rawhide package metadata: adb-enhanced from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:adb-enhanced
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.11.0
- **ソース概要:** Swiss-army knife for Android testing and development
- **ホームページ:** <https://ashishb.net/tech/introducing-adb-enhanced-a-swiss-army-knife-for-android-development/>
- **最終更新:** 2026-07-23T20:29:30Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- adbe (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.11.0
## プロジェクトの歴史と使われ方

adb-enhanced is a Python command-line wrapper around Android Debug Bridge that automates common Android development and testing scenarios.

### プロジェクトの歴史

The GitHub repository was created in January 2017. The author blog post, published in June 2018, explains that repeated Android testing flows first became notes and shell scripts, then became the open source tool `adb-enhanced`.

The README positions the tool as a wrapper around `adb`, not a replacement, with commands for device state, permissions, app data, screenshots, screen recording, app inspection, and filesystem operations.

### 採用の歴史

adb-enhanced is distributed as a Python package and through Homebrew. The README includes install tests for pip and Homebrew, and the supplied package-manager facts list Homebrew and Fedora packaging.

### 使われ方

Users invoke the `adbe` executable to toggle Android device states such as doze, battery saver, mobile data, wireless debugging, runtime permissions, app lifecycle commands, screenshots, and screen recording.

### パッケージ好きにとっての重要性

The package is useful for developers who want repeatable Android device state changes without remembering long `adb shell` sequences. For maintainers, the main packaging concerns are Python 3 support, installing the `adbe` entry point, and documenting the underlying ADB dependency.

### タイムライン

- 2017: GitHub repository `ashishb/adb-enhanced` was created.
- 2018: Author published the release/introductory blog post for adb-enhanced.
- 2018: README documented the Python 3 migration timeline and Python 2 deprecation plan.
- 2020: README states Python 2 no longer worked with the current master branch.

### Related projects

- adb-enhanced wraps Android Debug Bridge and relates to Android SDK platform-tools, Android emulator/device testing, and earlier inspiration from `android-scripts`.

### ソース

- <https://api.github.com/repos/ashishb/adb-enhanced>
- <https://ashishb.net/programming/adb-enhanced/>
- <https://github.com/ashishb/adb-enhanced#readme>


## セキュリティノート

adb-enhanced に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## 他のパッケージマネージャ記録

- dnf - adb-enhanced - 2.11.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: adb-enhanced from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tool for Android testing and development | https://github.com/ashishb/adb-enhanced


## Combined YAML source

View the package source record on GitHub. [combined/adb-enhanced.yml](https://github.com/mxcl/pkgdb/blob/main/combined/adb-enhanced.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
