Skip to content

nimueller/packagemanager

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages