Quickstart

Analyze your first app in under two minutes, from the web app or the CLI.

1. Create an account

Sign up for a free account. Your first analysis is free, no credit card required.

2. Upload an APK

Drag an .apk onto the upload area, or paste a link. Confirm that you own or are authorized to analyze it. Files are processed in an isolated sandbox and encrypted at rest.

3. Or use the CLI

Install the CLI and analyze a local build:

npm i -g @appmd/cli
appmd login
appmd analyze ./app-release.apk --json

4. Read the report

In about 90 seconds you’ll have an interactive report. Explore the summary, screens, assets, architecture, and security tabs, or ask questions in chat. Learn what each panel means in Understanding the report.

5. Automate it

Ready to wire AppMD into CI? See the API reference and CLI docs.