認証情報アクセス
Reads signing keys, app-store credentials, API keys, and environment variables.
brew
fastlane のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
fastlane automates mobile build, signing, and release workflows.
Reads signing keys, app-store credentials, API keys, and environment variables.
Can upload builds, modify metadata, and trigger release workflows.
Publishes mobile app builds and release metadata.
Gate upload, signing, match, deliver, pilot, and credential commands.
Allow lane inspection; require approval for signing, uploads, and store mutations.
インストール
brew install fastlanelocal Homebrew formula metadata
nix profile install nixpkgs#fastlanenixpkgs package indexes · pkgs/by-name/fa/fastlane/package.nix · ソース: api.github.com
概要
Easiest way to build and release mobile apps
履歴
fastlane is a Ruby-based command-line automation suite for mobile app release engineering. It became the default package-manager answer to a painful class of iOS and Android chores: signing, screenshots, beta distribution, store metadata, builds, and CI release lanes.
The public GitHub repository was created in December 2014. By May 2015, founder Felix Krause announced fastlane 1.0 and described work toward semantic versioning, multi-platform support, terminal-visible action documentation, and a refactored configuration system for built-in integrations.
In October 2015, Krause announced that fastlane had become part of Fabric at Twitter. That post framed fastlane as a side project that had grown into a full-time maintenance effort and promised that it would remain open source while expanding beyond iOS toward Android.
In January 2017, Krause announced that fastlane, along with Fabric, was joining Google and working with Firebase. The same post says the intervening Fabric period added a configuration web app, prepackaged fastlane distribution, plugins, two-factor Apple ID support, a monorepo migration, and the docs.fastlane.tools site.
fastlane's adoption came from collapsing many fragile mobile-release scripts into a shared vocabulary of lanes and actions. The project README and docs continue to position it as automation for beta deployments and App Store/Google Play releases, and the repository's large contributor table, tens of thousands of GitHub stars, and package-manager presence reflect durable use across mobile teams.
Its adoption also tracks platform pain: Apple code signing, provisioning profiles, localized screenshots, TestFlight uploads, App Store metadata, Google Play uploads, and CI setup all changed often enough that a maintained shared tool was cheaper than every team owning its own scripts.
A fastlane project usually defines lanes in a Fastfile. The docs show lanes that run tests, build an app, upload to beta services, capture screenshots, upload to the App Store, and notify teammates, then invoke them with commands such as fastlane release.
The action catalog is the operational heart of fastlane: build_app/gym builds and signs apps, match syncs signing materials, snapshot and screengrab automate localized screenshots, pilot uploads to TestFlight, deliver uploads to App Store Connect, and supply works with Google Play. CI actions help prepare Jenkins, Travis CI, CircleCI, and other automated environments.
fastlane matters to package nerds because it made mobile release automation feel like a packageable CLI rather than a pile of per-company shell scripts. Homebrew and RubyGems installs put a large, fast-moving mobile deployment stack behind one command, while the Fastfile gave teams a versioned, reviewable release recipe.
It is also a classic packaging challenge: fastlane has to bridge Ruby, native mobile toolchains, Xcode, Android tooling, Apple/Google APIs, stored credentials, and CI keychains. That messy boundary is exactly why users prefer installing one maintained tool.
セキュリティ状態
fastlane に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
~/.fastlane/spaceship~/.spaceship実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fastlane | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/fastlane/fastlane
インストールメタデータ
| パッケージキー | brew:fastlane |
|---|---|
| バージョン | 2.237.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fastlane |
| ホームページ | https://fastlane.tools |
| リポジトリ | https://github.com/fastlane/fastlane |
| 上流ドキュメント | https://docs.fastlane.tools/ |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/fastlane/fastlane/archive/refs/tags/2.237.0.tar.gz |
| 最終更新 | 2026-07-05T21:08:18Z |
| Pulse | updated |
| 依存関係 | ruby, terminal-notifier |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | Fastlane will install additional gems to FASTLANE_GEM_HOME, which defaults to ${HOME}/.local/share/fastlane/4.0.0 |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fastlane |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
fastlane
nix profile install nixpkgs#fastlaneソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.