Welcome back

Opening shared build

Preparing your Mach workspace…

Preparing your secure download…

Mach
Docs
Dashboard
Overview
Quick start
Expo projects
Flutter projects
OTA updates
Web hosting
Push notifications
Store submission
Test runs
Configuration
Deep links
Managed secrets
AI integrations
CLI reference
Security audit
Performance
Troubleshooting
Mach Docs

Mach CLI documentation for mobile app CI/CD

The command reference and delivery guide for Flutter, React Native, and Expo.
Mach is built for developers who want to ship, not configure. Its framework-aware pipeline handles project preparation, cloud builds on AWS, secure signing, artifacts, and one-command store submission.
Core Philosophy
Safe Config
Mach auto-patches identifiers during build and restores them after. No more accidental overwrites.
Cloud Builds
Build iOS, Android, and Flutter web apps in the cloud with one command. Pay only for what you use.
Managed Secrets
Environment variables injected at build time, encrypted at rest, scoped by environment.
Performance
Parallel builds, smart caching, and artifact streaming for fast iteration cycles.
Quick Start
# Install the CLI
npm install -g @radhya/mach
# Login & link your project
mach login
mach link
# Build locally
mach build --platform ios --local
# End a local CLI session
mach logout
Next
Quick start