workflowstacks
automation

Automate App Releases with fastlane

Streamline building and deploying iOS and Android apps with fastlane, a tool for startup founders, backed by 42k+ GitHub stars
41,919 stars6,023 forksRubyHealth Score 9/10Updated 8/1/2026100% free · open source
What it does

Fastlane automates the build, test, and deployment process for iOS and Android apps, saving time and reducing the risk of human error

Install / run
gem install fastlane
When to use it
  • When you need to automate repetitive tasks in your app development workflow
  • When you want to ensure consistent and reliable builds across different environments
  • When you need to integrate your app development process with other tools and services, such as CI/CD pipelines
Quick start
  1. 1Create a new Fastfile by running `fastlane init` in your project directory
  2. 2Configure your app's settings in the `Fastfile` using actions such as `update_app_version` and `upload_to_app_store`
  3. 3Run `fastlane [lane_name]` to execute a specific lane, such as `fastlane beta` to build and deploy a beta version of your app
  4. 4Use the `fastlane deliver` action to upload your app to the App Store
  5. 5Use the `fastlane supply` action to upload your app's metadata and screenshots to Google Play
Ready-to-paste prompt
fastlane beta --build_number 12 --scheme MyScheme
Heads up: You need to have the Apple Developer Tools and an Apple Developer account to use Fastlane's Actions related to the App Store, such as `upload_to_app_store`
Saves to your device

Topics

android
apps
automation
deployment
fastlane
hacktoberfest
ios
mobile
ruby
screenshots
How Automate App Releases with fastlane works
Codeflow
Free to inspect

Automate App Releases with fastlane is a very large Ruby project (~114k lines across 993 code files, plus 527 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, MIT license, has a test suite.

Size
Very large codebase
~114k lines · 993 code files · days to read — use, don't read
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Ruby
No API keys detected
Ruby 83%Swift 14%HTML 1%Objective-C 1%Java 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    bin/console
    Where the program starts running
  3. 3
    fastlane/README.md
    Inside fastlane/ — the main logic begins here
What's in each folder
fastlane/Core code — the actual logic882 files
internal/Core code — the actual logic5 files
bin/Command-line entry points4 files
spaceship/Folder586 files
gym/Folder340 files
fastlane_core/Folder242 files
trainer/Folder159 files
snapshot/Folder121 files
READMEHas testsDocumentedCI checksMIT licenseUpdated this month
Quick Actions
Details
Creator
fastlane
Language
Ruby
Category
automation
Published
12/2/2014

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.