nimueller / packagemanager

ADB Packagemanager with AAB support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Manager

Warning

Still WIP

Android Package Manager written in Kotlin. Quickly explore, download, or install APKs and Android App Bundles. Lets you quickly manage all your Android apps on your desktop PC.

Fully async and high performant, making use of Kotlin's coroutines and JavaFX.

To run execute the following command:

Windows
gradlew.bat run
Linux
./gradlew run

Make sure you have a working ADB installation and the adb command is in your PATH.

Install using the following commands:

Debian based Distro
sudo apt-get install android-tools-adb 
Arch based Distro
sudo pacman -S android-tools
Fedora/SUSE
sudo dnf install android-tools
Nix
nix-env -i android-tools
Windows
winget install AndroidSDK.AndroidCommandLineTools

Screenshots

About

ADB Packagemanager with AAB support


Languages

Language:Kotlin 100.0%