Products
More than just file uploads. Capgo understands your app and protects your users.
CLI scans native dependencies and warns you before deploying incompatible updates. See compatibility status for every package.
Downloads, installation, and activation run on native OS threads. JavaScript crashes can't affect the update process.
If your app doesn't call notifyAppReady() within 10 seconds, we automatically roll back to the last working version.
Fallback bundle mechanism always maintains a working version. Your users never see a broken app.
Validates notifyAppReady(), index.html, bundle size limits, and checksums before accepting any upload.
Every update is checksummed, signed, and encrypted end-to-end. No one can tamper with updates - not even Capgo can see what's inside your bundles.
Traditional updates download the entire bundle every time. With delta updates, devices only download the files that actually changed - saving 50-90% bandwidth.
Each file is uploaded and checksummed individually. Devices compare manifests and only download changed files.
Images, fonts, and videos are downloaded only once. Small code changes don't re-download your entire asset folder.
Just add --partial to your upload command to enable delta updates for your bundle.
# Upload with delta updates enabled
npx @capgo/cli bundle upload --partial
✔ Uploading 847 files...
✔ Generated manifest with checksums
✔ Bundle uploaded successfully
# Device downloads only changed files
→ Comparing manifests...
→ 12 files changed, 835 unchanged
✔ Downloaded 245 KB (vs 4.2 MB full bundle) Channels let you target specific user groups with specific builds. Manage channels from the cloud dashboard, API, or mobile app.
Create, configure, and switch channels from the web dashboard. Roll back instantly with one click.
Automate channel management with our CLI or REST API. Perfect for CI/CD integration.
Let devices switch channels at runtime with setChannel(). Great for QA testers or beta programs.
Forced device > Cloud override > Config default > Cloud default. Full control over update routing.
Real-time visibility into your update deployments. Track download progress, success rates, and device health across your entire user base.
See which devices are downloading, installed, or pending. Track progress across your entire fleet.
Monitor update success rates in real-time. Identify issues before they affect more users.
Track which devices are on which versions. Identify devices stuck on old versions.
See bundle sizes, download times, and rollback frequency. Optimize your update strategy with data.
No pressure to upgrade immediately. Capgo officially supports Capacitor 7, 6, and 5 - giving you years of support and flexibility to upgrade on your own schedule.
Manual updates give you all the tools to break your app. Capgo's CLI catches mistakes before they reach your users.
CLI scans your native plugins and compares versions. If your JS bundle expects a newer native plugin version than what's installed, we warn you before deploy.
Already uploaded this exact version? We'll catch it and prevent accidental overwrites or confusion.
Certain features require specific CLI versions. We validate compatibility between your CLI and the Capgo hub before allowing uploads.
Missing index.html? No notifyAppReady() call? Bundle too large? We catch these issues before they become production problems.
Upload a JS bundle that expects native plugins your users don't have? Your app breaks. And if your rollback is also in JS, you have no way to recover. Users are stuck until they reinstall from the App Store.
A safety net at every step of the update process
Before upload, CLI checks native dependencies, version compatibility, and required files
Pure native code downloads and installs the update - completely isolated from JavaScript
Your app calls notifyAppReady(). If it doesn't within 10s, automatic rollback kicks in
See why intelligent updates matter
| Feature | Capgo | Manual / Others |
|---|---|---|
| Breaking update detection | ✓ | ✗ |
| Automatic rollback | ✓ | ✗ |
| Native crash recovery | ✓ | ✗ |
| Pre-deployment validation | ✓ | ✗ |
| Self-healing updates | ✓ | ✗ |
| Cloud rollback & modify | ✓ | ✗ |