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

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

## インストール

```sh
sudo av install brew:souffle
```

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

### macOS

- Homebrew (100%):

```sh
brew install souffle
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#souffle
```

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

## パッケージ情報

- **パッケージキー:** brew:souffle
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/souffle>
- **バージョン:** 2.5
- **ソース概要:** Logic Defined Static Analysis
- **ホームページ:** <https://souffle-lang.github.io>
- **リポジトリ:** <https://github.com/souffle-lang/souffle>
- **上流ドキュメント:** <https://souffle-lang.github.io/docs.html>
- **ライセンス:** UPL-1.0
- **ソースアーカイブ:** <https://github.com/souffle-lang/souffle/archive/refs/tags/2.5.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- souffle (cli)
- souffle-compile.py (cli)
- souffleprof (cli)
- souffle (エイリアス)
- souffle-compile.py (エイリアス)
- souffleprof (エイリアス)

## ビルド依存関係

- bison
- cmake
- mcpp
- pkgconf

## macOS 提供ライブラリ

- libffi
- ncurses
- sqlite

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 2.5
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/souffle-lang/souffle
- 検出された最新: 2.5 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Soufflé is a Datalog-inspired logic programming language and synthesis tool for static analysis. Its command-line tools compile or interpret Datalog-like specifications and can synthesize parallel C++ programs from logic rules.

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

The official documentation says Soufflé was initially designed at Oracle Labs for crafting static analysis in logic. Its publication list shows the research lineage: an ASWEC 2015 experience report, CAV and CC papers in 2016, and later work on indexes, data structures, provenance, interpretation, and incrementalization.

The public GitHub repository was created in March 2016 and presents itself as the official repository for the Soufflé language project. The README describes Soufflé as similar to Datalog, with records, and frequently used as a domain-specific language for analysis problems.

### 採用の歴史

Soufflé's adoption has been strongest in program analysis and research tooling. The official docs list applications including Java static analysis with Doop, network analysis, data analytics, cloud-computing security analysis, and smart-contract security analysis with Gigahorse.

Packaging reflects that specialist audience. The official install page documents Ubuntu/Fedora/Oracle Linux packages, source builds, and a Homebrew tap; the Homebrew metadata in this batch also records a packaged `souffle` formula in Homebrew and Nix.

### 使われ方

Users write relations, facts, and rules in Soufflé, then run the `souffle` CLI to evaluate the program or synthesize efficient C++ for larger analyses. The ecosystem also includes profiling and compile helper tools such as `souffleprof` and `souffle-compile.py`.

Common usage is not a general scripting task but analysis construction: points-to analysis, taint analysis, security checks, graph reachability, and other rule-heavy computations where Datalog is concise and generated code needs to be fast.

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

Soufflé is package-nerd significant because it packages a research compiler and Datalog runtime into a usable developer CLI. It is a bridge between papers, static-analysis frameworks, and installed command-line tools.

It also shows why package managers matter for research software: reproducible installation makes it much easier for analyzers, benchmarks, and downstream tools to depend on the same language implementation.

### タイムライン

- 2015: Soufflé-related Datalog static-analysis experience report published.
- 2016: Soufflé CAV and CC papers published and public GitHub repository created.
- 2021: PLDI paper published on an efficient interpreter for Datalog by de-specializing relations.
- 2025: Soufflé 2.5 released on GitHub.

### Related projects

- Datalog is the language family Soufflé extends for large-scale analysis.
- Doop is named by the official docs as a Java static-analysis application using Soufflé-style Datalog analysis.
- Gigahorse is named by the official docs as a smart-contract security-analysis application.

### ソース

- <https://api.github.com/repos/souffle-lang/souffle>
- <https://api.github.com/repos/souffle-lang/souffle/releases>
- <https://github.com/souffle-lang/souffle>
- <https://souffle-lang.github.io/docs.html>
- <https://souffle-lang.github.io/install>
- <https://souffle-lang.github.io/publications>
- input.json source_facts.package-manager


## セキュリティノート

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:** souffle
- **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 - souffle: normalized package name match | nixpkgs package indexes: pkgs/by-name/so/souffle/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [bison](https://www.automicvault.com/ja/pkg/brew/bison/) - Build dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [mcpp](https://www.automicvault.com/ja/pkg/brew/mcpp/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cflow](https://www.automicvault.com/ja/pkg/brew/cflow/) - Shares av.db curated category or tags: cli, developer-tools, static-analysis.
- [checkstyle](https://www.automicvault.com/ja/pkg/brew/checkstyle/) - Shares av.db curated category or tags: cli, developer-tools, static-analysis.
- [clazy](https://www.automicvault.com/ja/pkg/brew/clazy/) - Shares av.db curated category or tags: cli, developer-tools, static-analysis.
- [clingo](https://www.automicvault.com/ja/pkg/brew/clingo/) - Shares av.db curated category or tags: cli, developer-tools, logic-programming.
- [cppcheck](https://www.automicvault.com/ja/pkg/brew/cppcheck/) - Shares av.db curated category or tags: cli, developer-tools, static-analysis.
- [credo](https://www.automicvault.com/ja/pkg/brew/credo/) - Shares av.db curated category or tags: cli, developer-tools, static-analysis.
- [datadog-static-analyzer](https://www.automicvault.com/ja/pkg/brew/datadog-static-analyzer/) - Shares av.db curated category or tags: cli, developer-tools, static-analysis.
- [detekt](https://www.automicvault.com/ja/pkg/brew/detekt/) - Shares av.db curated category or tags: cli, developer-tools, static-analysis.
- [staticcheck](https://www.automicvault.com/ja/pkg/brew/staticcheck/) - Local package facts share a topical domain. Shared terms: analysis, cli, developer, developer-tools, programming.
- [statix](https://www.automicvault.com/ja/pkg/brew/statix/) - Local package facts share a topical domain. Shared terms: analysis, cli, developer, developer-tools, programming.

## Combined YAML source

View the package source record on GitHub. [combined/souffle.yml](https://github.com/automic-vault/db/blob/main/combined/souffle.yml)


## ソース

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