Daisuke Signer is an experimental iPA signer and website made using zsign, a CJS wrapper, and Vite for a frontend. The signer includes easy ways to sign any iPA file using custom certificates and the ability to modify the iPA however you want using cyan
Tip
You can change App Names, Version, Bundle ID, and icons, as well as adding your own tweaks to make your sideloading experience easier.

- Download the repo code as a zip file.
- Run this in the project directory
npm install
- In the .env file replace these values for your environment
UPLOAD_URL=https://changeme.com
WORK_DIR=/path/to/uploads
ENCRYPTION_KEY=f526826e8d522a909d18566e840a591ef8b922dea6502bcbf5348a42ddd75091
- Run the website and signer using:
npm run dev