| Where credentials live | API key or session on each machine and CI runner; match syncs signing certificates through a git repo your whole team can decrypt. | The App Store Connect key is uploaded once, envelope-encrypted server-side. Machines hold revocable personal access tokens. |
|---|
| Build, sign, test, upload | The core competency: gym, match, scan, pilot, and lanes battle-tested across a decade of Xcode releases. | Deliberately none. MetaRun starts where the processed build appears in App Store Connect. |
|---|
| Metadata & listings | deliver pushes metadata from text files in your repo; precheck scans for common rejection risks before submission. | A per-locale editor and AI translation over the same preview/apply pipeline as everything else: diffs before writes, change history after, one-tap revert. Imports and exports the deliver folder format. |
|---|
| Screenshots | snapshot captures raw screenshots by driving UI tests locally; frameit wraps them in device frames. | A full studio: styled, localized, 3D-framed slide compositions rendered server-side and published in order. Today you supply the raw captures; fastlane's snapshot still owns automated capture. |
|---|
| Safety model for writes | deliver applies what the files say; precheck warns beforehand. No diff preview, no confirm step, no undo. | Every mutation is a preview/apply pair with a confirm token bound to the exact change; apply rejects on drift, submission needs an explicit acknowledgment, and history makes most changes revertible. |
|---|
| While you sleep | Lanes run when CI runs them; nothing watches the store between runs. | The ASO Sentinel watches ranks and rivals in the background; scheduled promotional text publishes itself; findings wait in the deck. |
|---|
| AI agents | No native agent surface; an agent must generate Ruby lane invocations and parse their output. | Typed tools over MCP plus open-source mission skills; agents never see credentials and cannot skip a preview. |
|---|
| Runtime & upkeep | Ruby, bundler, and plugin versions on every machine; when Apple changes an API, you update fastlane and your lanes. | Hosted: MetaRun absorbs Apple API churn server-side. Weekly CI diffs Apple's published spec against every call the platform makes. |
|---|
| Price and license | Free, MIT, community-maintained open source. | Paid SaaS (from $15/mo, free trial). The paid parts are the ones that need a server: hosted keys, background work, history, an operator. |
|---|