# Install jadx with Homebrew, apk, Nix, pacman, scoop, winget

Dex to Java decompiler. Version 1.5.5 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install jadx
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add jadx
```

  Evidence: 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
```

  Evidence: 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
```

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

### Windows

- Scoop (92%):

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

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:jadx
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/jadx>
- **Version:** 1.5.5
- **Source summary:** Dex to Java decompiler
- **Homepage:** <https://github.com/skylot/jadx>
- **Repository:** <https://github.com/skylot/jadx>
- **Upstream docs:** <https://github.com/skylot/jadx>
- **License:** Apache-2.0
- **Source archive:** <https://github.com/skylot/jadx/archive/refs/tags/v1.5.5.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- jadx (cli)
- jadx-gui (cli)
- jadx (alias)
- jadx-gui (alias)

## Dependencies

- openjdk

## Build dependencies

- gradle

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.5.5
- Local data: ok
- Upstream repository: https://github.com/skylot/jadx
- Upstream latest detected: v1.5.5 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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.

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jadx
- **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

## Other Package-Manager Records

- 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.5-2: 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
- 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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openjdk](https://www.automicvault.com/pkg/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [gradle](https://www.automicvault.com/pkg/brew/gradle/) - Build dependency declared by Homebrew.
- [apkleaks](https://www.automicvault.com/pkg/brew/apkleaks/) - Popular package that depends on this formula.
- [ghidra](https://www.automicvault.com/pkg/brew/ghidra/) - Shares av.db curated category or tags: cli, decompiler, reverse-engineering, security.
- [retdec](https://www.automicvault.com/pkg/brew/retdec/) - Shares av.db curated category or tags: cli, decompiler, reverse-engineering, security.
- [ipsw](https://www.automicvault.com/pkg/brew/ipsw/) - Shares av.db curated category or tags: cli, reverse-engineering, security.
- [radare2](https://www.automicvault.com/pkg/brew/radare2/) - Shares av.db curated category or tags: cli, reverse-engineering, security.
- [redress](https://www.automicvault.com/pkg/brew/redress/) - Shares av.db curated category or tags: cli, reverse-engineering, security.
- [rizin](https://www.automicvault.com/pkg/brew/rizin/) - Shares av.db curated category or tags: cli, reverse-engineering, security.
- [rp](https://www.automicvault.com/pkg/brew/rp/) - Shares av.db curated category or tags: cli, reverse-engineering, security.
- [urh](https://www.automicvault.com/pkg/brew/urh/) - Shares av.db curated category or tags: cli, reverse-engineering, security.
- [dex2jar](https://www.automicvault.com/pkg/brew/dex2jar/) - Both packages touch the same language runtime or ecosystem. Shared terms: android, cli, dex, engineering, java.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- 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
