Implant can build 100+ open-source Android apps, install them on your phone over USB, or generate an F-Droid repository so you can install them with the F-Droid client
docker run --rm bakerba/implant list to list available apps
Examples
First create an implant
alias
- Build and serve all apps as an F-Droid Repository
- Install Signal, Syncthing, and NewPipe over USB
implant install org.thoughtcrime.securesms com.nutomic.syncthing org.schabi.newpipe - Update apps
docker pull bakerba/implant implant update
Commands
list [--installed]show available appsfdroid [--serve] [package ...]build apps, generate an F-Droid index, and start a web serverinstall [package ...]build and install apps over USBbuild [package ...]build appsupdateupdate appspasswdchange signing key passwordadb [...]execute adb commands
Requirements
Additional setup for USB installs
- Enable USB debugging on your Android device
- macOS/Windows: Docker can't see your phone, so start an
adbserver 😭
Please contribute!
File bug reports, help add features, submit new apps, or maintain existing apps