# jadx を Homebrew, apk, chocolatey, Nix, pacman, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:jadx
```

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

### macOS

- Homebrew (100%):

```sh
brew install jadx
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add jadx
```

  証拠: Alpine Linux edge package indexes: jadx from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#jadx
```

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

- pacman (92%):

```sh
sudo pacman -S jadx
```

  証拠: Arch Linux sync databases: jadx from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Chocolatey (92%):

```sh
choco install jadx
```

  証拠: Chocolatey community package catalog: jadx from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.928','obs-virtualcam'

- Scoop (92%):

```sh
scoop install extras/jadx
```

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

- winget (92%):

```sh
winget install --id Skylot.jadx -e
```

  証拠: Windows Package Manager source index: Skylot.jadx from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:jadx
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.5.6
- **ソース概要:** Dex to Java decompiler
- **ホームページ:** <https://github.com/skylot/jadx>
- **リポジトリ:** <https://github.com/skylot/jadx>
- **最終更新:** 2026-07-10T21:13:15Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- jadx (エイリアス)
- jadx-gui (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

jadx is a Dex-to-Java decompiler for Android application artifacts. Its package identity is unusually clear: one install provides both a command-line decompiler and a desktop GUI for inspecting APK, DEX, AAR, AAB, ZIP, and related Android formats.

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

The public GitHub repository was created in March 2013 and describes the project as a Dex to Java decompiler. The README frames jadx around two surfaces, `jadx` for command-line workflows and `jadx-gui` for interactive reverse-engineering, with core features such as Dalvik bytecode decompilation, Android resource decoding, and deobfuscation.

Over time the project grew from a decompiler into a broader Android inspection workbench. The README documents syntax-highlighted browsing, jump-to-declaration, usage search, full-text search, and a smali debugger in the GUI, while release notes show continuing work on newer Android formats, Gradle export, plugin handling, malformed archive resistance, and DEX format changes.

### 採用の歴史

jadx became a standard package-manager tool for Android reverse-engineering because it avoids the split between a GUI-only app and a scriptable decompiler. The project README lists package-manager installs through Arch Linux, Homebrew, and Flathub, and Homebrew API data available during this enrichment recorded 31,173 installs over 365 days.

Its high GitHub star count, release download badges, Maven Central badge for `jadx-core`, and separate `jadx-gui` workflow all point to adoption by both individual reverse engineers and Java tooling users who embed the decompiler library.

### 使われ方

Typical use is to point `jadx` or `jadx-gui` at an Android artifact and emit Java-like source, decoded resources, or a browsable project view. The README explicitly warns that decompilation is not perfect, which is part of the tool's practical culture: package users expect fast inspection and good-enough reconstruction rather than source recovery guarantees.

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

For package nerds, jadx is the Android decompiler that makes a Homebrew, Arch, Flatpak, or Windows package feel equivalent to a small reverse-engineering suite. It matters because it packages a Java/Android-specific workflow into predictable CLI and GUI entry points, while still exposing `jadx-core` for library use.

### タイムライン

- 2013: GitHub repository created for the Dex-to-Java decompiler.
- 2024: v1.5.1 release notes included GUI navigation/search refinements, smali code folding, and resource decoding work.
- 2025: v1.5.2 release notes included Gradle export templates, APKM support, and initial DEX v41 support.
- 2026: v1.5.4 release notes added CLI configuration load/save support.

### Related projects

- jadx sits near apktool, smali/baksmali, Android Studio, and other APK inspection tools, but its niche is Java-like source reconstruction plus a browsable GUI. Its plugin and library surfaces also make it adjacent to Java build tooling and custom Android analysis pipelines.

### ソース

- <https://api.github.com/repos/skylot/jadx>
- <https://api.github.com/repos/skylot/jadx/releases?per_page=5>
- <https://formulae.brew.sh/api/formula/jadx.json>
- <https://github.com/skylot/jadx>
- <https://raw.githubusercontent.com/skylot/jadx/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - jadx: normalized package name match | nixpkgs package indexes: pkgs/by-name/ja/jadx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - jadx - 1.5.5-r0: normalized package name match | Alpine Linux edge package indexes: jadx from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Tool for producing Java source code from Android Dex and Apk files | https://github.com/skylot/jadx
- apk - jadx-doc - 1.5.5-r0: normalized package name match | Alpine Linux edge package indexes: jadx-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Tool for producing Java source code from Android Dex and Apk files (documentation) | https://github.com/skylot/jadx
- pacman - jadx - 1.5.6-1: normalized package name match | Arch Linux sync databases: jadx from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Command line and GUI tools to produce Java source code from Android Dex and APK files | https://github.com/skylot/jadx
- Chocolatey - jadx: normalized package name match | Chocolatey community package catalog: jadx from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.928','obs-virtualcam'
- Scoop - extras/jadx: normalized package name match | Scoop official bucket manifest trees: bucket/jadx.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - Skylot.jadx: normalized package name match | Windows Package Manager source index: Skylot.jadx from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/jadx.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jadx.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
