https://github.com/pkgforge-dev/android-tools-appimage
Unofficial AppImage of Android Platform Tools (adb, fastboot, etc). Can also install udev rules. [Maintainer=@Samueru-sama]
https://github.com/pkgforge-dev/android-tools-appimage
appimage appimage-format linux shell-script
Last synced: 19 days ago
JSON representation
Unofficial AppImage of Android Platform Tools (adb, fastboot, etc). Can also install udev rules. [Maintainer=@Samueru-sama]
- Host: GitHub
- URL: https://github.com/pkgforge-dev/android-tools-appimage
- Owner: pkgforge-dev
- License: gpl-3.0
- Created: 2024-04-11T03:18:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T20:49:48.000Z (about 2 months ago)
- Last Synced: 2026-02-03T10:45:02.613Z (about 2 months ago)
- Topics: appimage, appimage-format, linux, shell-script
- Language: Shell
- Homepage:
- Size: 171 KB
- Stars: 24
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-tools-AppImage 🐧
[](https://github.com/pkgforge-dev/android-tools-AppImage/releases/latest)
[](https://github.com/pkgforge-dev/android-tools-AppImage/releases/latest)
* [Latest Stable Release](https://github.com/pkgforge-dev/android-tools-AppImage/releases/latest)
---
Unofficial AppImage of Android Platform Tools (adb, fastboot, etc), uses the official [binaries](https://developer.android.com/tools/releases/platform-tools) and turns them into an AppImage.
**This AppImage bundles everything and should work on any linux distro, even on musl based ones.**
AppImage made using [sharun](https://github.com/VHSgunzo/sharun), which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
**This AppImage bundles everything and should work on any linux distro, even on musl based ones.**
It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead:
* [AM](https://github.com/ivan-hc/AM) `am -i android-tools` or `appman -i android-tools`
* [dbin](https://github.com/xplshn/dbin) `dbin install android-tools.appimage`
* [soar](https://github.com/pkgforge/soar) `soar install android-tools`
This appimage works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the [uruntime](https://github.com/VHSgunzo/uruntime)
raison d'être