Skip to content

SilverOTAOver-the-air updates for React Native

Ship bug fixes and features instantly without app store approval

Quick Start ​

Install the CLI tool:

bash
npm install -D @silverbullet-ota/cli
# or
yarn add -D @silverbullet-ota/cli
# or
pnpm add -D @silverbullet-ota/cli

Initialize your project:

bash
npx silverbullet-ota project init

Deploy your first update:

bash
npx silverbullet-ota deploy --platform ios --target-app-version 1.0.0

Why SilverOTA? ​

SilverOTA provides a complete solution for managing over-the-air updates in React Native applications:

  • Zero App Store Delays: Push JavaScript and asset updates directly to your users
  • Flexible Deployment: Support for both bare React Native and Expo workflows
  • Enterprise Ready: Multi-organization support, team management, and detailed audit logs
  • Cost Effective: Competitive pricing with generous free tier for indie developers
  • Modern Architecture: Built with the latest technologies for reliability and performance

Get Started β†’