Install with Options is an Android app that enables advanced APK installation without requiring ADB access.
The tool addresses the limitation that standard Android installation methods lack advanced options for testing and development scenarios. It leverages Shizuku, a system that grants shell-level permissions on-device, to unlock capabilities like installing test-only apps, bypassing Android 14's target SDK version restrictions, downgrading packages, and handling split APKs or batch installations. This approach keeps everything on the device itself, eliminating the need for a computer and ADB connection on Android 11 and later.
The project suits developers and power users who need flexible app installation options without desktop tools. It is intentionally kept simple in scope; the README acknowledges InstallerX Revived as an alternative for users requiring a more feature-rich package manager. Shizuku compatibility is important to verify, particularly on Mediatek devices where certain versions have known issues.
Development activity shows consistent maintenance with active translation support through Crowdin, indicating ongoing localization efforts. The project maintains documentation of common installation errors and their causes, suggesting attention to user support and troubleshooting clarity.