# iBotPeaches/Apktool

A tool for reverse engineering Android apk files

Repository: https://github.com/iBotPeaches/Apktool
Canonical: https://ross.abutalabs.com/products/apktool
Homepage: https://apktool.org
Language: Java
License: Apache-2.0
License Family: permissive
Topics: apktool, apk, android, reverse-engineering, arsc, 9patch
Last push: 2026-08-26T10:30:33+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 69, longevity 100
- inputs: {"age_days": 5280, "days_push": 7, "days_rel": 44, "gap_med": 91, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 25386, forks 3989 (observed 2026-08-28T04:11:38.153026+00:00)

## What it is
Apktool is a Java-based command-line tool for reverse engineering Android APK files. It decodes resources and manifest files to nearly original form, disassembles dex to smali, and rebuilds modified apps back into installable APKs.

## Use cases
- decompile an apk to inspect its manifest and resources
- translate or localize an android app by editing its resources
- debug smali code step by step
- rebuild a modified apk after changing resources or permissions
- analyze a closed-source android app's structure
- extract assets and resources from an apk

## When to choose
- you need to decode and re-encode Android binary resources and manifests
- you want to disassemble dex to readable smali and rebuild the apk
- you need a mature, widely used tool for apk reverse engineering on any OS

## When to avoid
- you need full Java decompilation to source code rather than smali
- you only want to install or run apks, not inspect or modify them
- you need to analyze iOS or non-Android binaries

## Facets
- artifact type: cli-tool
- maturity: stable
- function: reverse-engineering, parser, cli, developer-tools
- domain: reverse-engineering, android-tools, security, developer-tools, mobile-development
- platform: cli, cross-platform, jvm, windows
- tags: apk, smali, dex, android-resources, decompilation, apk-repackaging, java, linux, macos

## Member repositories
- iBotPeaches/Apktool (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:38.153026+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:56:03.503714+00:00, confidence not recorded.
  - readme: https://github.com/iBotPeaches/Apktool (fetched 2026-08-28T04:11:38.153026+00:00, sha 8d777467bf95)
  - homepage: https://apktool.org (fetched 2026-08-29T07:52:55.628335+00:00, sha 7604df4a1c2a)
  - site_page: https://apktool.org/docs/build (fetched 2026-08-29T07:52:55.631059+00:00, sha 36dfc3ef9ae7)
  - site_page: https://apktool.org/docs/install (fetched 2026-08-29T07:52:55.632843+00:00, sha 29e5dc4045d9)
  - site_page: https://apktool.org/docs/2.x/build (fetched 2026-08-29T07:52:55.636212+00:00, sha d902be602898)
  - site_page: https://apktool.org/docs/cli-parameters (fetched 2026-08-29T07:52:55.637878+00:00, sha 7409dff268e2)
  - site_page: https://apktool.org/docs/2.x/cli-parameters (fetched 2026-08-29T07:52:55.639657+00:00, sha c88fd8f4c7e7)
  - site_page: https://apktool.org/blog (fetched 2026-08-29T07:52:55.634349+00:00, sha 97386cb4ac4e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
