Credential access
Reads Git credentials, package config, and environment variables.
brew
Dependency manager that installs and runs Swift command-line tool packages. Version 0.18.0 via Homebrew; verified from local package data.
agent safety
mint installs and runs Swift command-line packages for developer workflows.
Reads Git credentials, package config, and environment variables.
Can fetch packages and run installed tools that call remote systems.
Can run release or code-generation tools that produce artifacts.
Gate tool installs and secret-backed tool execution.
Allow version/list commands; require approval before installing or running tools that publish or deploy.
install
brew install mintlocal Homebrew formula metadata
sudo port install mintMacPorts ports tree · devel/mint/Portfile · source: api.github.com
nix profile install nixpkgs#mintnixpkgs package indexes · pkgs/by-name/mi/mint/package.nix · source: api.github.com
overview
Dependency manager that installs and runs Swift command-line tool packages
history
Mint is the yonaskolb/Mint project's package manager for Swift command-line tools built with the Swift Package Manager. Its README frames the core workflow as installing and running a versioned executable package directly from a GitHub shorthand or Git URL, for example running SwiftLint or XcodeGen without maintaining a separate Homebrew formula for each tool.
The tool fills a narrow gap in the Swift ecosystem. Homebrew is convenient for global installation, but the Mint README points out that formulas must be created and maintained and that running specific versions can be awkward. Mint instead uses SPM builds, caches builds by package version, permits multiple versions side by side, can link one version into ~/.mint/bin, and can run packages without linking them globally.
In project usage, Mintfile is the important adoption pattern: teams can commit a list of versioned Swift CLI dependencies and run mint bootstrap or mint run so every developer and CI job uses the same tools. The README lists common compatible tools such as SwiftLint, SwiftFormat, SwiftGen, Sourcery, Carthage, and XcodeGen, showing its role as dependency management for iOS and Swift developer tooling rather than as a general-purpose language 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.
Mintfileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mint | 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/yonaskolb/Mint
install metadata
| Package key | brew:mint |
|---|---|
| Version | 0.18.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mint |
| Homepage | https://github.com/yonaskolb/Mint |
| Repository | https://github.com/yonaskolb/Mint |
| Upstream docs | https://github.com/yonaskolb/Mint#readme |
| License | MIT |
| Source archive | https://github.com/yonaskolb/Mint/archive/refs/tags/0.18.0.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mint |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| 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.
mint
nix profile install nixpkgs#mintmint
sudo port install mintsource 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.