# QAdb-Desktop

QAdb Logo

🚀 A cross-platform ADB GUI tool based on Jetpack Compose Multiplatform
Supports Windows and macOS, making ADB operations more intuitive and efficient.

🇨🇳 中文 | 🇺🇸 English

--- ## ✨ Key Features - 🔍 **Device Management**: Quickly identify connected devices with automatic status refresh - 📊 **Device Information**: View detailed information (model, system version, status, etc.) - 📱 **Common Operations**: Reboot, shutdown, screenshot, screen recording with one click - 📦 **App Management**: Install, uninstall, clear data, export APK - 🔌 **Plug and Play**: Automatically detect device changes without complex configuration --- ## 🖥️ Supported Platforms - ✅ Windows - ✅ macOS --- ## 📦 Download Go to [👉 GitHub Releases](https://github.com/ludoven/QAdb-Desktop/releases) to get the latest version: - 🖥 **Windows**: `QAdb.exe` or `QAdb.msi` - 🍎 **macOS**: `QAdb.dmg` --- ## 📸 Interface Preview | Home | Common Operations | App Management | |------|-------------------|----------------| | ![Home](1.png) | ![Common](2.png) | ![App](3.png) | | App Functions | Settings | |---------------|----------| | ![App](4.png) | ![set](5.png) | --- ## ⚡ Usage 1. Install [ADB](https://developer.android.com/tools/adb) and configure environment variables 2. Open QAdb-Desktop, it will automatically load connected devices 3. Select a device to perform corresponding operations --- ## 📮 Feedback & Suggestions If you encounter problems during use or have new feature requests: 👉 Welcome to submit feedback through [Issues](https://github.com/ludoven/QAdb-Desktop/issues)! --- ## 📌 Disclaimer This project is only a **GUI wrapper tool for ADB** and does not include or modify ADB itself. Running depends on the system's installed `adb`.