A modern cross-platform Android file manager powered by ADB.
English | 简体中文
![]() |
BetterAndroid |
---|
This project belongs to the above-mentioned organization, click the link above to follow this organization and discover more good projects.
Adbrowser is a modern, cross-platform Android device file manager built
with Jetpack Compose Multiplatform.
It allows developers and testers to access Android devices through ADB and visually browse and manage files on PC — including debug app data without
root access.
The original intention of this project was that the Device File Explorer feature of Android Studio is not stable and reliable enough in some cases and cannot run independently, and currently there is no complete cross-platform solution.
- 🔌 ADB Integration: Connect to authorized Android devices via ADB
- 🗂 Full Filesystem Access: Browse from root
/
, support for/data/data
viarun-as
orsu
- 💻 Cross-platform GUI: Runs on Windows, macOS, and Linux using compose-multiplatform based on JavaFX
- 🧭 Tabbed File Browsing: Multi-tab design for easy navigation
- 🧲 Drag and Drop Support: Drag files in/out between device and PC
- 🧠 Smart Access Layer: Automatic privilege fallback — root,
run-as
, or read-only - 🛠 Designed for Developers: Useful for debugging, testing, and inspecting app data
This project is a work in progress (WIP) and under active development. Judging from the developers' free time, the implementation may not be very fast.
The goal is to build a fast, reliable, and intuitive ADB-based file manager for Android devices.
✅ Code contributions, bug reports, and feature suggestions are very welcome!
Copyright (C) 2019 HighCapable
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Copyright © 2019 HighCapable