Ever wondered what’s actually lurking inside that sketchy app you downloaded? LibChecker is like having a code archaeologist in your pocket. Point it at any Android app and it’ll dissect the entire dependency tree, revealing every third-party library, SDK, and framework the developers bundled in. Think of it as “View Source” for mobile apps - except it actually works.

What sets LibChecker apart is its forensic-level detail and crowd-sourced intelligence. It doesn’t just list random .so files - it identifies well-known libraries through a community-maintained rules database, shows you ABI architectures (32-bit vs 64-bit), and even ranks apps by library bloat. The app supports Android 7.0 through 16, runs completely offline after initial setup, and integrates with F-Droid for the privacy-conscious crowd.

Perfect for security researchers auditing apps, developers doing competitive analysis, or curious users who want to see what they’re really installing. With 6.5K+ stars and active community discussions, it’s become the go-to tool for Android app transparency. Available on Google Play and F-Droid - no root required, just install and start exploring the hidden dependencies powering your device.


Stars: 6510
💻 Language: Kotlin
🔗 Repository: LibChecker/LibChecker