AUTO-UPDATED

Android’s controversial sideloading changes pushed me to build my own app installer

New Android sideloading restrictions have prompted a developer to create a custom, lightweight Go-based installer that simplifies the APK installation process for power users via terminal commands.

Key Points

  • The developer built "Tiny APK Installer" to bypass complex Android Debug Bridge (ADB) command-line requirements and Google’s new 24-hour sideloading wait times.
  • The tool is a 7MB cross-platform executable that supports wireless debugging, file browsing, and the installation of APK, APKM, XAPK, and APKS bundles.
  • Development was completed in three days using "vibe coding," a collaborative approach pairing human planning with AI models like MiniMax M2.7 and GLM 5.
  • The project utilized the Go programming language and the Bubble Tea terminal user interface framework to ensure a compact, efficient design.
  • The source code and releases are publicly available on the Tiny APK Installer GitHub repository for community testing and feedback.

Why it Matters

This project highlights how AI-assisted development can significantly accelerate the creation of niche utility software for power users navigating restrictive platform changes. However, it also underscores the security risks of "vibe coding," as developers must remain vigilant to identify vulnerabilities like zip slip errors in AI-generated code.
Android Authority Published by Robert Triggs
Read original