Run guided setup
One CLI command detects your project, creates the store listing, and prepares the release workflow.
Set up your app from one guided command, then deliver every update from GitHub or the terminal. Ark Store verifies, scans and ships it for you on every platform.
$ npx arkstore-cli setup
✓ App and workflow created
✓ Repository trust verified with OIDC
$ git push origin main
BUILD app-release.apk · Setup.msix · App.dmg
SCAN signature + version + policy
SHIP v2.4.0 is liveStart in your app repository. Keep shipping from the tools already inside your development workflow.
One CLI command detects your project, creates the store listing, and prepares the release workflow.
Ark Store scans the signed APK, installer, or app bundle. Approval pins the app's identity on that platform.
Commit as usual. Your build runs in GitHub Actions and the release is sent securely to Ark Store.
Every upload is checked before it replaces the current release. Users always get the latest trusted build.
Use the Ark Store CLI locally or let GitHub Actions publish after every successful build. The same security checks protect both paths.
View the CLI on npm ↗$ npx arkstore-cli setup$ npx arkstore-cli publish ./dist/ArkNotes-Setup.exeFast delivery should never mean blind delivery. Ark Store validates every release before it reaches a device.
Every release is stored with a SHA-256 digest.
Updates must match the app's original signing identity on each platform.
Older or duplicate version codes are rejected per platform and architecture.
Every APK, installer and app bundle passes automated checks before publication.
Install the latest verified release directly from its developer, on the device you are holding.