Android, Windows and macOS, continuously delivered

Ship once.
Push updates.

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.

ARK STORE / RELEASE
$ 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 live
BUILD VERIFY SCAN PUBLISH UPDATE
01

One setup. Every release.

Start in your app repository. Keep shipping from the tools already inside your development workflow.

01

Run guided setup

One CLI command detects your project, creates the store listing, and prepares the release workflow.

02

Verify the first build

Ark Store scans the signed APK, installer, or app bundle. Approval pins the app's identity on that platform.

03

Push an update

Commit as usual. Your build runs in GitHub Actions and the release is sent securely to Ark Store.

04

Publish automatically

Every upload is checked before it replaces the current release. Users always get the latest trusted build.

02

Your release pipeline, without the ceremony.

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
Set up your app$ npx arkstore-cli setup
Publish a signed build$ npx arkstore-cli publish ./dist/ArkNotes-Setup.exe
Streaming uploadsCI-safe exit codesGitHub Actions readyGitHub OIDC credentials
03

Automation with guardrails.

Fast delivery should never mean blind delivery. Ark Store validates every release before it reaches a device.

Immutable artifacts

Every release is stored with a SHA-256 digest.

Signature continuity

Updates must match the app's original signing identity on each platform.

Version integrity

Older or duplicate version codes are rejected per platform and architecture.

Policy scanning

Every APK, installer and app bundle passes automated checks before publication.

04

Available now

Install the latest verified release directly from its developer, on the device you are holding.

READY WHEN YOUR BUILD IS

From finished build to live release.

Open the publisher dashboardExplore the CLI