Introduction

AppMD reads an Android application and returns developer-grade documentation. This is how it works and how to get the most from it.

What AppMD does

You give AppMD an APK you own or are authorized to analyze. It unpacks the binary, runs a pipeline of specialized static analyzers, and reasons over the results to produce a structured, interactive report, an AI summary, screen and flow detection, a recovered design system, architecture and library maps, security insights, and ready-to-use implementation prompts.

What it is not

AppMD produces understanding, not a decompiled source dump. It is built to help you comprehend software faster, not to clone it or expose proprietary source. You are responsible for only analyzing apps you have the rights to. See the Acceptable Use Policy.

Ways to use it

  • Web app: upload and explore the interactive report.
  • CLI: analyze builds from your terminal and pipe JSON.
  • API: automate analysis in CI or your own tooling.

Next steps

Head to the Quickstart to run your first analysis in under two minutes.