# vermin を Homebrew, apk, Nix でインストール

vermin のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:vermin
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install vermin
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add vermin
```

  証拠: Alpine Linux edge package indexes: vermin from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#vermin
```

  証拠: nixpkgs package indexes: pkgs/by-name/ve/vermin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:vermin
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.8.0
- **ソース概要:** Concurrently detect the minimum Python versions needed to run code
- **ホームページ:** <https://github.com/netromdk/vermin>
- **リポジトリ:** <https://github.com/netromdk/vermin>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- vermin (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.8.0
## プロジェクトの歴史と使われ方

Vermin is a Python static-analysis command-line tool for finding the minimum Python versions needed by a codebase. Its niche is compatibility maintenance: instead of formatting code or checking style, it parses source into Python's AST and matches detected syntax and library usage against version rules.

### プロジェクトの歴史

The public GitHub repository was created on February 21, 2018, and early GitHub releases began in March 2018. The project has continued to track Python-version evolution; for example, its release stream later added support for newer language releases such as Python 3.11, 3.12, 3.13, and 3.14.

### 使われ方

Vermin is typically run over a project path to report minimum required Python versions and, when target versions are provided, to fail when code no longer satisfies a declared compatibility floor. The README also documents CI and pre-commit use, making it useful for maintainers who still support multiple Python branches or need visible evidence before dropping old interpreter support.

### パッケージ好きにとっての重要性

For package maintainers, Vermin occupies the small but practical space between trove classifiers and real syntax/API usage. It helps keep a package's declared Python support honest by deriving version requirements from code rather than relying only on manually maintained metadata.

### タイムライン

- 2018-02-21: GitHub repository created.
- 2018-03-03: First GitHub release, v0.1, published.
- 2025-11-20: Version 1.8.0 release notes describe Python 3.14 support and additional detection rules.

### ソース

- <https://api.github.com/repos/netromdk/vermin>
- <https://api.github.com/repos/netromdk/vermin/releases?per_page=100>
- <https://github.com/netromdk/vermin>
- <https://github.com/netromdk/vermin/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - vermin: normalized package name match | nixpkgs package indexes: pkgs/by-name/ve/vermin/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - vermin - 1.8.0-r1: normalized package name match | Alpine Linux edge package indexes: vermin from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Detect the minimum Python versions needed to run code | https://github.com/netromdk/vermin
- apk - vermin-pyc - 1.8.0-r1: normalized package name match | Alpine Linux edge package indexes: vermin-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for vermin | https://github.com/netromdk/vermin


## Combined YAML source

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


## ソース

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