macOS
brew install carthagelocal Homebrew formula metadata
sudo port install carthageMacPorts ports tree · devel/carthage/Portfile · source: api.github.com
brew
Decentralized dependency manager for Cocoa. Version 0.40.0 via Homebrew; verified from local package data.
install
brew install carthagelocal Homebrew formula metadata
sudo port install carthageMacPorts ports tree · devel/carthage/Portfile · source: api.github.com
overview
Decentralized dependency manager for Cocoa
history
Carthage is a decentralized dependency manager for Cocoa. Its README says it builds dependencies and provides binary frameworks while leaving project structure and build settings under the developer's control.
The public repository was created in 2014, during the period when Swift and modern Cocoa dependency management were taking shape. Carthage's official pitch was simplicity and decentralization: dependencies are declared in a Cartfile, resolved to exact versions in Cartfile.resolved, and built or downloaded without automatically editing the Xcode project.
Carthage became a major alternative to CocoaPods for iOS and macOS projects that preferred explicit framework integration. Its documentation emphasizes manual Xcode integration, shared schemes, tagged releases, binary framework archives, and reproducible bootstrap through committed Cartfile.resolved files.
A typical project creates a Cartfile next to its .xcodeproj or .xcworkspace, runs carthage update, then adds built frameworks or XCFrameworks from Carthage/Build into Xcode. Carthage can also checkout dependencies into Carthage/Checkouts, use Git submodules, cache builds, and authenticate binary framework downloads through ~/.netrc when --use-netrc is set.
Carthage is one of the canonical package-manager stories in Apple development: it rejects project mutation as a feature, relies on Git tags and semantic versions, and treats dependency builds as visible artifacts. For package-manager catalogs, it is a historically important Cocoa tool because it captures a distinct design point from CocoaPods and Swift Package Manager.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.
Config paths the tool may read or write during local use.
./Cartfile./Cartfile.private./Cartfile.resolvedCredential-bearing paths to review before unattended agent runs.
~/.netrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
carthage | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/Carthage/Carthage
install metadata
| Package key | brew:carthage |
|---|---|
| Version | 0.40.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/carthage |
| Homepage | https://github.com/Carthage/Carthage |
| Repository | https://github.com/Carthage/Carthage |
| Upstream docs | https://github.com/Carthage/Carthage#readme |
| License | MIT |
| Source archive | https://github.com/Carthage/Carthage.git |
| Bottle | available (on arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | carthage |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
carthage
sudo port install carthagesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.