BRX is distributed via Homebrew for easy installation and updates.
# Add the BRX tap
brew tap thegptpros/brx
# Install BRX
brew install brx
# Verify installation
brx --version
BRX gives you 3 free builds to test the tool before purchasing a license.
# Create your first app
brx build --name MyApp
# Run it on the simulator
cd MyApp
brx run
# You'll see: "Free builds remaining: 2/3"
After 3 free builds, activate your license for unlimited usage.
# Activate with your license key
brx activate --license-key BRX-XXXX-XXXX-XXXX-XXXX
# Verify activation
brx doctor