# apkeep を Homebrew, Nix, scoop でインストール

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

## インストール

```sh
sudo av install brew:apkeep
```

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

### macOS

- Homebrew (100%):

```sh
brew install apkeep
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#apkeep
```

  証拠: nixpkgs package indexes: pkgs/by-name/ap/apkeep/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/apkeep
```

  証拠: Scoop official bucket manifest trees: bucket/apkeep.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:apkeep
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/apkeep>
- **バージョン:** 1.0.0
- **ソース概要:** Command-line tool for downloading APK files from various sources
- **ホームページ:** <https://github.com/EFForg/apkeep>
- **リポジトリ:** <https://github.com/EFForg/apkeep>
- **上流ドキュメント:** <https://github.com/EFForg/apkeep#readme>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/EFForg/apkeep/archive/refs/tags/1.0.0.tar.gz>
- **最終更新:** 2026-04-30T03:22:45Z
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- apkeep (cli)
- apkeep (エイリアス)

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.0.0
- マネージャ更新日: 2026-04-30
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/EFForg/apkeep
- 検出された最新: 1.0.0 (最新)
## プロジェクトの歴史と使われ方

apkeep is an EFF-maintained Rust command-line tool for downloading Android APKs from several sources, including APKPure, F-Droid, Google Play, and Huawei AppGallery. In package-manager terms it sits in the small but useful niche between Android app-store clients, archival tooling, and reproducible APK collection workflows.

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

The public GitHub repository was created under EFForg in April 2021. The project describes itself as a command-line tool for downloading APK files from various sources and publishes prebuilt binaries, crates.io installation instructions, Docker images, and Termux guidance for Android users.

The changelog shows steady expansion after the initial public releases: versioned APK downloads for APKPure and F-Droid, F-Droid index caching, mirror and repository options, Huawei AppGallery support, Google Play split APKs and additional files, and a default config file for Google credentials. Later releases updated the Google Play API path, added F-Droid index support, exposed more device options, and reached 1.0.0 in April 2026.

### 採用の歴史

Official installation paths include GitHub release binaries, crates.io via Cargo, Docker images from GitHub Container Registry, and Termux on Android. The supplied package metadata also records packaging in Homebrew, Nix, and Scoop, which is typical for a CLI used by cross-platform Android tooling people.

The repository's GitHub metadata showed roughly 1.9k stars and 148 forks at the time of research, enough to indicate adoption beyond a private EFF utility without needing non-official popularity sources.

### 使われ方

The normal CLI flow is to pass an app id, optional version, download source, and output path. APKPure is the default source and does not require credentials; Google Play requires an email plus AAS token or auth token; F-Droid and Huawei AppGallery are documented as alternate download sources.

For Google Play, apkeep documents a user config file named apkeep.ini under the user config directory, usually ~/.config/apkeep/apkeep.ini on Linux. That file can hold Google email and token values so they do not have to be supplied on every command line.

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

apkeep matters to package nerds because it turns mutable Android app-store distribution into scriptable artifacts: package ids in, APK or XAPK outputs out. It is useful for APK archival, comparison, reproducible testing inputs, F-Droid mirror workflows, and cases where GUI app-store clients are a poor fit.

The interesting implementation angle is that one CLI abstracts several Android distribution ecosystems while still exposing source-specific options such as device profiles, locales, split APKs, F-Droid entry points, and APKPure version listing.

### タイムライン

- 2021: Public EFForg/apkeep repository created on GitHub.
- 2021: Changelog records F-Droid package-index caching and versioned app download support.
- 2022: Huawei AppGallery, Google Play split APKs, additional files, and a default credential config file were added.
- 2024: Google Play API v3 support and documented Google Play workflow landed.
- 2026: Version 1.0.0 added dex metadata downloads, auth-token support, and custom device properties.

### Related projects

- apkeep's Google Play workflow points to EFForg/rs-google-play device profiles. Its source list overlaps with F-Droid, APKPure, Google Play, Huawei AppGallery, and Android package-analysis tools that consume APK files.

### ソース

- <https://api.github.com/repos/EFForg/apkeep>
- <https://github.com/EFForg/apkeep#readme>
- <https://github.com/EFForg/apkeep/blob/master/CHANGELOG.md>
- <https://github.com/EFForg/apkeep/blob/master/USAGE>
- <https://github.com/EFForg/apkeep/blob/master/USAGE-google-play.md>
- source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

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.


## Configuration files

- Linux: ~/.config/apkeep/apkeep.ini

## Credential files

- Linux: ~/.config/apkeep/apkeep.ini
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** apkeep
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Nix - apkeep: normalized package name match | nixpkgs package indexes: pkgs/by-name/ap/apkeep/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - extras/apkeep: normalized package name match | Scoop official bucket manifest trees: bucket/apkeep.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [ares](https://www.automicvault.com/ja/pkg/brew/ares/) - Shares av.db curated category or tags: cli, download, networking.
- [aria2](https://www.automicvault.com/ja/pkg/brew/aria2/) - Shares av.db curated category or tags: cli, download, networking.
- [axel](https://www.automicvault.com/ja/pkg/brew/axel/) - Shares av.db curated category or tags: cli, download, networking.
- [httrack](https://www.automicvault.com/ja/pkg/brew/httrack/) - Shares av.db curated category or tags: cli, download, networking.
- [jigdo](https://www.automicvault.com/ja/pkg/brew/jigdo/) - Shares av.db curated category or tags: cli, download, networking.
- [plowshare](https://www.automicvault.com/ja/pkg/brew/plowshare/) - Shares av.db curated category or tags: cli, download, networking.
- [wget](https://www.automicvault.com/ja/pkg/brew/wget/) - Shares av.db curated category or tags: cli, download, networking.
- [wget2](https://www.automicvault.com/ja/pkg/brew/wget2/) - Shares av.db curated category or tags: cli, download, networking.
- [jdnssec-tools](https://www.automicvault.com/ja/pkg/brew/jdnssec-tools/) - Local package facts share a topical domain. Shared terms: cli, command-line, line, networking.

## Combined YAML source

View the package source record on GitHub. [combined/apkeep.yml](https://github.com/automic-vault/db/blob/main/combined/apkeep.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
