Download
Download Fastlane
Section titled “Download Fastlane”Quick Install
Section titled “Quick Install”curl -fsSL https://raw.githubusercontent.com/c22-space/fastlane-new/main/install.sh | bashDesktop App
Section titled “Desktop App”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 |
Install with Affiliate Code
Section titled “Install with Affiliate Code”If someone referred you, use their code to support them:
curl -fsSL https://raw.githubusercontent.com/c22-space/fastlane-new/main/install.sh | bash -s -- --affiliate FAST-AFF-abc123Or set it in the app settings after install.
Building from Source
Section titled “Building from Source”git clone https://github.com/c22-space/fastlane-new.gitcd fastlane-newcargo build --releaseVerify
Section titled “Verify”fastlane --version