# 使用 Homebrew, MacPorts, Nix 安装 spot

查看 spot 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:spot
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install spot
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install spot
```

  证据: MacPorts ports tree: science/spot/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#spot
```

  证据: nixpkgs package indexes: pkgs/by-name/sp/spot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:spot
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/spot>
- **版本:** 2.15.1
- **来源摘要:** Platform for LTL and ω-automata manipulation
- **主页:** <https://spot.lre.epita.fr>
- **上游文档:** <https://spot.lre.epita.fr>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://www.lrde.epita.fr/dload/spot/spot-2.15.1.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- autcross (cli)
- autfilt (cli)
- dstar2tgba (cli)
- genaut (cli)
- genltl (cli)
- ltl2tgba (cli)
- ltlcross (cli)
- ltldo (cli)
- ltlf2dfa (cli)
- ltlfilt (cli)
- ltlfsynt (cli)
- ltlgrind (cli)
- ltlmix (cli)
- ltlsynt (cli)
- randaut (cli)
- randltl (cli)
- autcross (别名)
- autfilt (别名)
- dstar2tgba (别名)
- genaut (别名)
- genltl (别名)
- ltl2tgba (别名)
- ltlcross (别名)
- ltldo (别名)
- ltlf2dfa (别名)
- ltlfilt (别名)
- ltlfsynt (别名)
- ltlgrind (别名)
- ltlmix (别名)
- ltlsynt (别名)
- randaut (别名)
- randltl (别名)

## 构建依赖

- python@3.14

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2.15.1
- 本地数据: OK
- 上游仓库: https://spot.lre.epita.fr
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Spot is a C++ library and suite of command-line tools for linear temporal logic, omega-automata manipulation, and model-checking workflows.

### 项目历史

The official homepage describes Spot as a C++20 library for LTL, omega-automata manipulation, and model checking, with algorithms for formula manipulation, automata transformation, reactive synthesis, and model checking. It also exposes most algorithms through command-line tools and Python bindings.

### 采用历史

Spot has official source releases, Debian and Fedora repositories maintained by the project, Conda-forge availability, and package-manager entries recorded in the input for Homebrew, MacPorts, and Nix. Its package footprint reflects both research users who need libraries and CLI users who need tools such as ltl2tgba, autfilt, randltl, and ltlcross.

### 使用方式

Common use is formal-methods automation: translate LTL or PSL formulas to automata, filter or transform automata, generate random formulas or automata, and benchmark translators with cross-checking tools. The command-line tools matter because they let researchers and verification engineers compose Spot behavior in shell pipelines and experiments.

### 为什么软件包爱好者会关心

Spot is package-nerd relevant because it is not just one executable: it ships a library, development headers, Python bindings, documentation, and many specialized binaries. Packagers have to preserve that split while keeping compiler, Python, and documentation dependencies sane.

### 时间线

- 2026-04-25: Official homepage lists Spot 2.15.1 as the latest release.
- 2026: Install page documents project-maintained Debian and Fedora repositories plus Conda-forge availability.
- Current: Git install instructions point to the official GitLab repository.

### Related projects

- The homepage identifies ltlcross as a rewrite of LBTT and describes autcross as a similar checker for automata-transforming tools.

### 来源

- <https://spot.lre.epita.fr/: official project description, command-line tools, release, license, and contact details.>
- <https://spot.lre.epita.fr/install.html: official install methods, package split, Conda-forge note, and Git repository URL.>
- input.source_facts.executables: Homebrew executable list for installed Spot tools.
- input.source_facts.package-manager: Homebrew, MacPorts, and Nix package-manager presence.


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** spot
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

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


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://pkg.so/zh-hans/scientific-computing-tools/) - Matched scientific computing metadata.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Build dependency declared by Homebrew.
- [ltl2ba](https://pkg.so/zh-hans/brew/ltl2ba/) - Shares pkgdb curated category or tags: automata, cli, formal-methods, ltl, model-checking.
- [z3](https://pkg.so/zh-hans/brew/z3/) - Shares pkgdb curated category or tags: cli, formal-methods, science.
- [acl2](https://pkg.so/zh-hans/brew/acl2/) - Shares pkgdb curated category or tags: cli, formal-methods, science.
- [cadical](https://pkg.so/zh-hans/brew/cadical/) - Shares pkgdb curated category or tags: cli, formal-methods, science.
- [yices2](https://pkg.so/zh-hans/brew/yices2/) - Shares pkgdb curated category or tags: cli, formal-methods, science.
- [kissat](https://pkg.so/zh-hans/brew/kissat/) - Shares pkgdb curated category or tags: cli, formal-methods, science.
- [ott](https://pkg.so/zh-hans/brew/ott/) - Shares pkgdb curated category or tags: cli, formal-methods, science.
- [eprover](https://pkg.so/zh-hans/brew/eprover/) - Shares pkgdb curated category or tags: cli, formal-methods, science.

## Combined YAML source

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


## 来源

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