Streamline building and deploying iOS and Android apps with fastlane, a tool for startup founders, backed by 42k+ GitHub stars
41,740 stars6,021 forksRubyQuality 9/10Updated 7/4/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
1Create a new Fastfile by running `fastlane init` in your project directory
2Configure your app's settings in the `Fastfile` using actions such as `update_app_version` and `upload_to_app_store`
3Run `fastlane [lane_name]` to execute a specific lane, such as `fastlane beta` to build and deploy a beta version of your app
4Use the `fastlane deliver` action to upload your app to the App Store
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
What's inside — free to inspect
No purchase needed
Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.
26
top-level files
24
folders
83.2M
repo size
MIT
license
Key files
README.md
File tree
.assets/
.bundle/
.github/
bin/
cert/
credentials_manager/
deliver/
fastlane/
fastlane_core/
frameit/
gym/
internal/
match/
pem/
pilot/
precheck/
produce/
scan/
screengrab/
sigh/
snapshot/
spaceship/
supply/
trainer/
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.
Related skills
More automation tools founders pair with this one.