Dexify is a modern, privacy-friendly APK extractor built with Flutter and Material 3. It lets you effortlessly browse installed apps, extract APKs with custom naming, and switch between grid or list layouts, all without ads or bloat.
git clone https://github.com/iamkartiknayak/dexify.git
cd dexify
flutter pub get
flutter run
-
View all installed applications
-
Display system apps separately
-
View background-running apps with a toggle
-
Detect and display the build platform (e.g. Flutter, Native, Unity etc) of each app
-
Extract APKs to local storage
-
Batch extract APKs using multi-select
-
Choose a custom APK filename pattern for exports
-
Switch between GridView and ListView layouts
-
100% ad-free with a clean Material 3 UI
-
Dynamic theming (Material You support)
This project is licensed under the GPL3 License.
The development of this app was made possible by the Flutter community's extensive resources. Special thanks to all those who contribute to the Flutter framework and its ecosystem.
Stay healthy and enjoy using the dexify app!