Build from any pc
Stop Buying Mac Minis. Start Shipping.
Your team can't afford expensive Mac hardware for every developer. Build iOS apps and publish to TestFlight from anywhere - no Mac required.
Cloud Native Builds
Build iOS and Android apps without local setup. Submit directly to stores.
Cloud Builds
Build iOS and Android apps in the cloud. No local Xcode or Android Studio required.
Automated Signing
We handle certificates, provisioning profiles, and keystores. Just upload once.
App Store Upload
Automatic submission to App Store Connect and Google Play Store after successful builds.
CI/CD Integration
Works with GitHub Actions, GitLab CI, Jenkins, and any CI/CD pipeline.
Bring Your Own Credentials
Pass your certificates at build time - we never store them. Use your existing CI/CD secrets or local credentials. Maximum security compliance.
Real-time Logs
Stream build logs directly to your terminal. Debug issues instantly.
One Command, Works Anywhere
Just a CLI tool that uploads and builds. No integration needed - run it locally, in GitHub Actions, GitLab CI, Jenkins, or any CI/CD. Minimal scope for maximum security compliance.
Build logs stream directly to your terminal via Server-Sent Events. See every step of your build in real-time - no waiting, no refreshing. Debug issues instantly as they happen.
# Build your app with a single command
npx @capgo/cli build com.example.app \
--platform ios \
--build-mode release
✔ Creating build job...
✔ Uploading project (15.2 MB)...
✔ Build started
# Real-time logs stream to your terminal
→ Running pod install...
→ Building with Xcode...
→ Signing IPA...
✔ Build succeeded in 7m 23s
✔ Submitted to App Store Connect Zero Storage - Runtime Only
Your credentials are never stored. They exist only in runtime memory during the build.
Credentials Never Stored
Your certificates and keystores exist only in runtime memory during the build. They are never written to disk or stored on our servers - purely runtime.
Minimal Upload
We only upload the platform you request (iOS or Android) plus your built JS code. Nothing else. Your source code stays on your machine.
Dedicated Build Infrastructure
iOS builds run on dedicated Mac Mini M4 machines. Android builds run in isolated Docker containers - making Android builds 2x cheaper.
No Log Storage
Build logs only stream to your terminal in real-time. We never store your build logs on our servers.
Pay Only for Build Time
No storage costs. No hidden fees. Just build minutes.
Build minutes are included in your plan, or purchase extra via our credit system. iOS runs on Mac Mini M4, Android on Docker (2x cheaper). Average build time: 2-3 minutes.
How It Works
From code push to App Store in minutes
Push Your Code
Commit and push to your repository. Our CLI or CI/CD triggers the build.
Cloud Builds
iOS and Android apps built in parallel on our cloud infrastructure.
Store Submission
Signed apps automatically uploaded to App Store Connect and Play Store.
Cloud vs Local Builds
Skip the complexity of local native builds
| Feature | Cloud Builds | Local Builds |
|---|---|---|
| No Xcode required | ✓ | ✗ |
| No Android Studio setup | ✓ | ✗ |
| Automatic code signing | ✓ | ✗ |
| iOS & Android in parallel | ✓ | ✗ |
| Direct store submission | ✓ | ✗ |
Frequently Asked Questions
Everything you need to know about cloud builds
Yes! We build exactly what you have locally. Run any custom Gradle scripts, CocoaPods, native code changes - just configure it before running the CLI. We use your local project as-is.
No. All dependencies should be installed locally before you run the build command. We only receive what you upload - no access to your Git repos, npm registries, or private packages.
We don't store them. Pass certificates at build time via CLI flags or environment variables. Store them in your CI/CD secrets (GitHub, GitLab, etc.) - credentials only exist in memory during the build.
Build minutes are included in your plan. Need more? Buy credits. iOS builds run on Mac Mini M4, Android builds run in Docker containers (2x cheaper). No storage fees - ever.
Average build time is 2-3 minutes depending on your project size and configuration. iOS and Android can build in parallel to save time.
iOS and Android. iOS builds for App Store, TestFlight, and ad-hoc distribution. Android builds for Play Store and direct APK/AAB downloads.