brx drives Apple's toolchain directly from your editor. One clean CLI for build, simulator, test, and ship — no UI clicks.
"After my third Xcode crash of the morning, I knew something had to change. I built BRX to help as many developers as possible ship iOS apps without the constant pain of context switching and cryptic errors."
— Zach Noble"BRX saved me 2 hours yesterday. No more Xcode crashes during builds. Worth every penny."
"Finally, a tool that gets signing right. My provisioning nightmare is over."
"My team ships 3x faster now. BRX eliminated our biggest development bottleneck."
Stay in Cursor/VS Code. No context switching.
Wraps xcodebuild
, simctl
, xcodegen
. No private APIs.
Yearly or lifetime license. Volume discounts available. Offline after activation.
Tap and install the signed binary. Works on Apple Silicon/Intel.
# add tap
brew tap thegptpros/brx
# install brx
brew install brx
# try it FREE (3 builds)
brx build --name MyApp
brx run
# after 3 builds, activate for unlimited
brx activate --license-key <LICENSE-KEY>
Download the zip, verify signature, move to PATH.
# download & unzip
curl -L https://github.com/thegptpros/homebrew-brx/\
releases/download/v3.0.0/brx-3.0.0-macos.tar.gz \
-o brx.tar.gz
tar -xzf brx.tar.gz
# (optional) verify sha256
shasum -a 256 BRX
# move to PATH
chmod +x BRX && sudo mv BRX /usr/local/bin/brx
brx build # create project from template & build
brx run # build, launch & watch for changes
brx ship # archive & upload to TestFlight
brx publish # submit for App Store review
brx devices # list/manage simulators & devices
brx doctor # check environment & dependencies
# brx.yml
name: MyApp
bundle_id: com.yourco.myapp
project: MyApp.xcodeproj
scheme: MyApp
Start with 3 free builds, then choose your plan
14-day money-back guarantee • Works offline after activation
Yes — brx drives Apple's official CLI (xcodebuild, simctl). You just skip the GUI.
After one-time activation, yes. Build anywhere.
14-day, no questions.
Xcode 15+, iOS 16+ targets, macOS Ventura+.