# vampire を Homebrew, MacPorts, Nix でインストール

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

## インストール

```sh
sudo av install brew:vampire
```

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

### macOS

- Homebrew (100%):

```sh
brew install vampire
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vampire
```

  証拠: MacPorts ports tree: math/vampire/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vampire
```

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

## パッケージ情報

- **パッケージキー:** brew:vampire
- **パッケージマネージャ:** Homebrew
- **バージョン:** 5.0.1
- **ソース概要:** High-performance theorem prover
- **ホームページ:** <https://vprover.github.io/>
- **リポジトリ:** <https://github.com/vprover/vampire>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- vampire (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Vampire is a high-performance automated theorem prover whose lineage goes back to Andrei Voronkov's theorem-proving work in Novosibirsk around 1990 and an earlier Lisp predecessor called Drakosha. The Vampire project itself began at Uppsala University in 1994 after Voronkov's visit to Bull Research Lab. Its first C++ incarnation was used for experiments with code trees and early competition work against SETHEO.

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

The second major incarnation appeared in Uppsala and then moved to the University of Manchester, developed from 1998 by Voronkov and Alexandre Riazanov and later maintained by Voronkov. The project history says this line of Vampire began winning CASC competitions in 1999. A third reincarnation started in 2008 with Kryštof Hoder, reusing some preprocessing code but rewriting the resolution and superposition engine; the 2009 competition version combined second- and third-generation components through scripts named Dracula and Drakosha. From 2014, a broader team took over active development, with important contributions in program analysis, interpolation, and symbol elimination from Laura Kovacs and later work centered around Manchester, Vienna, and other automated-reasoning groups.

### 採用の歴史

Competition history is central to Vampire's reputation. The official trophy page says Vampire has won at least one division of CASC, the world cup in theorem proving, since 1999, and as of the March 2026 update had won 78 titles, more than any other prover. In 2025 it achieved a CASC clean sweep, winning all eight theorem-proving divisions that year. That record explains why Vampire is packaged not as a general developer utility but as a specialized science/formal-methods tool: it is a benchmark-grade prover used by researchers and verification systems that need aggressive saturation-based reasoning.

### 使われ方

Vampire's niche is first-order automated theorem proving, but its feature set has expanded beyond pure theorem proving. The project site describes support for disproving non-theorems, finite model building, combinations of theories such as arithmetic, arrays, and datatypes, SMT-LIB input, portfolio and multicore modes, proof output, finite models, and increasing higher-order and inductive reasoning support. In package usage, users typically invoke the `vampire` binary on TPTP or SMT-LIB problems, tune modes such as CASC-style strategy selection, and integrate it into verification, formal methods, knowledge representation, or theorem-proving research workflows.

### ソース

- <https://github.com/vprover/vampire/wiki/History>
- <https://github.com/vprover/vampire/wiki/Trophy-Cabinet>
- <https://vprover.github.io/>
- <https://www.tuwien.at/en/tu-wien/news/awards/news/riesenerfolg-fuer-vampire>


## セキュリティノート

vampire に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


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

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


## Combined YAML source

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


## ソース

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