ADB Remote wraps common ADB and Gradle operations into a single interface. Useful for quick tasks like checking logcat, pulling files, running a build on a device, or testing a specific branch—situations where spinning up Android Studio feels like overkill.
Built with Kotlin/Compose Multiplatform.
Attach any Android project directory. The app detects Gradle configuration, available build variants, and connected devices automatically.
Run builds, checkout tags, edit code from your terminal.