Join Nostr
2026-08-27 10:59:29 UTC

AJ on Nostr: We build and we ship hmu in the comments if you want to build and ship too ...

We build and we ship

hmu in the comments if you want to build and ship too
🚀 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: https://git.nostrdev.com/stuff/pakstr

#nostr #zapstore #android #pakstr