# 使用 Homebrew, MacPorts, Nix 安装 vampire

查看 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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

- 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
