π First end-to-end pakstr release is live on Zap Store!
Today we shipped our first end-to-end release using PAKstr β the nostr box tools app β built, signed, and published entirely through PAKstr's pipeline. One nsec, one command, no Android SDK, no keystores.
PAKstr turns any web app into a signed, installable Android APK and publishes it to Zap Store in a single CI step. You bring one secret (a Nostr nsec), run pakstr run, and it:
- Builds the APK from your web assets (dist/)
- Derives the signing key deterministically from your nsec + app id β so updates work across releases
- Signs and publishes to Zap Store automatically
If you have a Nostr web app, you can PAKstrfy it today:
npx pakstr init # one time setup
npx pakstr run # one line in your CI
Repo:

#nostr #zapstore #android #pakstr