Skip to content

Download

Terminal window
curl -fsSL https://raw.githubusercontent.com/c22-space/fastlane-new/main/install.sh | bash

Download the native app for your platform:

Platform Architecture Download
macOS Apple Silicon (M1+) fastlane-macos-aarch64.tar.gz
macOS Intel fastlane-macos-x86_64.tar.gz
Linux x86_64 fastlane-linux-x86_64.tar.gz

If someone referred you, use their code to support them:

Terminal window
curl -fsSL https://raw.githubusercontent.com/c22-space/fastlane-new/main/install.sh | bash -s -- --affiliate FAST-AFF-abc123

Or set it in the app settings after install.

Terminal window
git clone https://github.com/c22-space/fastlane-new.git
cd fastlane-new
cargo build --release
Terminal window
fastlane --version