# 使用 Homebrew, apk, chocolatey, Nix, pacman, scoop, winget 安装 jadx

查看 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
