signapk

Command line tool for signing Android ZIP/JAR/APK

Install

All systems
curl cmd.cat/signapk.sh
Debian Debian
apt-get install signapk
Ubuntu
apt-get install signapk
image/svg+xml Kali Linux
apt-get install signapk
Windows (WSL2)
sudo apt-get update sudo apt-get install signapk
Raspbian
apt-get install signapk

signapk

Command line tool for signing Android ZIP/JAR/APK

signapk is a command line tool for signing ZIP files, including JARs, APKs, and Over-The-Air (OTA) updates, in a way compatible with Android's mincrypt verifier, using EC or RSA keys and SHA1 or SHA-256. The tool can additionally sign APKs using APK Signature Scheme v2. It is the standard tool used to sign APK and JAR files distributed as part of Android ROMs.