# Adbrowser
[](https://github.com/BetterAndroid/Adbrowser/blob/main/LICENSE)
[](https://t.me/BetterAndroid)
[](https://t.me/HighCapable_Dev)
[](https://qm.qq.com/cgi-bin/qm/qr?k=Pnsc5RY6N2mBKFjOLPiYldbAbprAU3V7&jump_from=webapi&authKey=X5EsOVzLXt1dRunge8ryTxDRrh9/IiW1Pua75eDLh9RE3KXE+bwXIYF5cWri/9lf)
A modern cross-platform Android file manager powered by ADB.
English | [简体中文](README-zh-CN.md)
| | [BetterAndroid](https://github.com/BetterAndroid) |
|---------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|
This project belongs to the above-mentioned organization, **click the link above to follow this organization** and discover more good projects.
## What's this
**Adbrowser** is a modern, cross-platform Android device file manager built
with [Jetpack Compose Multiplatform](https://github.com/JetBrains/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.
## Features
- 🔌 **ADB Integration**: Connect to authorized Android devices via ADB
- 🗂 **Full Filesystem Access**: Browse from root `/`, support for `/data/data` via `run-as` or `su`
- 💻 **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
## Maintenance Status
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!
## Promotion