# vampire mit Homebrew, MacPorts, Nix installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install vampire
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vampire
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:vampire
- **Paketmanager:** Homebrew
- **Version:** 5.0.1
- **Quellzusammenfassung:** High-performance theorem prover
- **Homepage:** <https://vprover.github.io/>
- **Repository:** <https://github.com/vprover/vampire>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- vampire (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 5.0.1
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Quellen

- <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>


## Sicherheitshinweise

Für vampire wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- 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)


## Quellen

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