hmu in the comments if you want to build and ship too
quoting🚀 First end-to-end pakstr release is live on Zap Store!
nevent1q…wmpn
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: https://git.nostrdev.com/stuff/pakstr
#nostr #zapstore #android #pakstr
