# Installer licensefinder avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de licensefinder pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:licensefinder
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install licensefinder
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#license_finder
```

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

## Faits du paquet

- **Clé du paquet:** brew:licensefinder
- **Gestionnaire de paquets:** Homebrew
- **Version:** 7.2.1
- **Résumé source:** Find licenses for your project's dependencies
- **Page d'accueil:** <https://github.com/pivotal/LicenseFinder>
- **Dépôt:** <https://github.com/pivotal/LicenseFinder>
- **Dernière mise à jour:** 2026-06-22T14:05:10-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- license_finder (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 7.2.1
## Historique du projet et usages

LicenseFinder is Pivotal's long-running Ruby CLI for finding dependency licenses, comparing them with approved policies, and reporting unapproved packages. It covers many project types by calling their native package managers rather than treating license scanning as a single-language problem.

### Historique du projet

The public repository was created on 2011-01-17. The README describes a tool that works with package managers to find dependencies, detect licenses, compare them with permitted licenses, and produce actionable exception reports.

The changelog records a broadening scope over time: support for Ruby, Node, Python, Java, Go, CocoaPods, Swift Package Manager, Rust Cargo, PHP Composer, Conda, Flutter, and other ecosystems appears across releases. Release 7.0.0 in 2022 added Ruby 3 support, Flutter scanning, and SPDX identifier reporting.

### Historique d'adoption

LicenseFinder spread through CLI, RubyGems, Homebrew, Docker, and pre-commit workflows. Its Docker image bundles package managers so CI jobs can scan mixed-language repositories without installing every ecosystem tool on the host.

### Modes d'utilisation

Users run license_finder after installing project dependencies. The tool records approvals and permitted licenses, exits non-zero for unapproved dependencies, and can run in CI to catch new dependency-license work items.

### Pourquoi les passionnés de paquets s'y intéressent

LicenseFinder is important to package people because it exposes the practical mess of license metadata: every package manager has different files, commands, and metadata conventions, so the tool's value is in its adapters and decision record as much as in license detection.

### Chronologie

- 2011-01-17: GitHub repository created.
- 2021-06-25: v6.14.1 changelog entry includes a command-injection fix for CocoaPods projects.
- 2022-03-04: v7.0.0 adds Ruby 3 support, Flutter scanning, and SPDX identifier reporting.
- 2022-11-28: v7.1.0 adds a pre-commit hook.
- 2024-05-07: v7.2.0 adds Ruby 3.3 support and several package-manager compatibility updates.

### Related projects

- Related projects include package-manager license commands, SPDX identifiers, pre-commit, and license-policy tools such as Licensed.

### Sources

- <https://api.github.com/repos/pivotal/LicenseFinder>
- <https://formulae.brew.sh/formula/licensefinder>
- <https://github.com/pivotal/LicenseFinder>
- <https://raw.githubusercontent.com/pivotal/LicenseFinder/master/CHANGELOG.md>
- <https://raw.githubusercontent.com/pivotal/LicenseFinder/master/README.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## 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: config/license_finder.yml, doc/dependency_decisions.yml
## Autres enregistrements de gestionnaires de paquets

- Nix - license_finder: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/li/license_finder/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
