# mint mit Homebrew, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mint in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:mint
```

## Antwort zur Agent-Sicherheit

mint installs and runs Swift command-line packages for developer workflows.

- **Credential-Zugriff:** Reads Git credentials, package config, and environment variables.
- **Änderungen an Remote-Zustand:** Can fetch packages and run installed tools that call remote systems.
- **Publish-/Artefakt-Risiko:** Can run release or code-generation tools that produce artifacts.
- **Empfohlene Kontrolle:** Gate tool installs and secret-backed tool execution.
- **Hinweise für Agent-Nutzung:** Allow version/list commands; require approval before installing or running tools that publish or deploy.

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install mint
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mint
```

  Evidenz: MacPorts ports tree: devel/mint/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mint
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/mi/mint/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:mint
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/mint>
- **Version:** 0.18.0
- **Quellzusammenfassung:** Dependency manager that installs and runs Swift command-line tool packages
- **Homepage:** <https://github.com/yonaskolb/Mint>
- **Repository:** <https://github.com/yonaskolb/Mint>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/yonaskolb/Mint/archive/refs/tags/0.18.0.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- mint (cli)
- mint (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.18.0
- lokale Daten: OK
- Upstream-Repository: https://github.com/yonaskolb/Mint
- neueste erkannte Version: 0.18.0 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Wie es verwendet wird

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.

### Quellen

- <https://formulae.brew.sh/formula/mint>
- <https://github.com/yonaskolb/Mint>


## Sicherheitshinweise

infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: Mintfile
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mint
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** mintoolkit
- **Requirements:** xcode
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - mint: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/mint/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - mint: normalized package name match | MacPorts ports tree: devel/mint/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Package publisher tools](https://pkg.so/de/package-publishers/) - Belongs to a package publishing or registry command family.
- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [composer](https://pkg.so/de/brew/composer/) - Shares pkgdb curated category or tags: cli, dependency-manager, developer-tools, package-management, package-manager.
- [conan](https://pkg.so/de/brew/conan/) - Shares pkgdb curated category or tags: cli, dependency-manager, developer-tools, package-management, package-manager.
- [pnpm](https://pkg.so/de/brew/pnpm/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [poetry](https://pkg.so/de/brew/poetry/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [nuget](https://pkg.so/de/brew/nuget/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [cask](https://pkg.so/de/brew/cask/) - Shares pkgdb curated category or tags: cli, dependency-manager, developer-tools, package-management.
- [pixi](https://pkg.so/de/brew/pixi/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [micromamba](https://pkg.so/de/brew/micromamba/) - Shares pkgdb curated category or tags: cli, developer-tools, package-management, package-manager.
- [mint](https://pkg.so/de/npm/mint/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, developer, developer-tools, mint.
- [corral](https://pkg.so/de/brew/corral/) - Local package facts share a topical domain. Shared terms: cli, dependency, dependency-manager, developer, developer-tools.
- [yarn](https://pkg.so/de/npm/yarn/) - Local package facts share a topical domain. Shared terms: cli, dependency, developer, developer-tools, management.
- [mint](https://pkg.so/de/npm/mint/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/mint.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mint.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
