Automic VaultAutomic Vault

brew

brainfuck を Homebrew, dnf でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install brainfuck

local Homebrew formula metadata

概要

パッケージ概要

Interpreter for the brainfuck language

コマンドとエイリアス

  • brainfuck

履歴

プロジェクトの歴史と使われ方

fabianishere/brainfuck is a C implementation of a Brainfuck interpreter. It packages the esoteric language as a conventional Unix-style CLI with file execution, direct evaluation, an interactive console, examples, and a small C API.

プロジェクトの歴史

The GitHub repository was created in November 2011. The official README describes the project as a Brainfuck interpreter written in C, built with CMake and a C compiler, with libedit used for interactive console support.

Official Git tags show a long-lived small project, from early 0.1.x tags through 2.7.x tags. The repository README lists multiple contributors and includes an examples directory of Brainfuck programs with attribution where possible.

採用の歴史

The input package facts record Homebrew and Fedora DNF packaging. That is modest adoption, but enough to make the interpreter available through mainstream package managers rather than only as source code.

As a package, its role is mostly educational and recreational: it gives users a ready-made interpreter for an esoteric language often used in programming-language demonstrations and code-golf culture.

使われ方

The README documents running brainfuck with files, using --eval to run code directly, --version and --help, and opening an interactive console when no arguments are passed.

The project also exposes a C API around parsing, execution context creation, execution, and cleanup, so it can be embedded or used as a small interpreter library in addition to the command-line binary.

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

This package is not historically important as a unique interpreter, but it is a neat package-manager specimen: an esoteric language runtime small enough to ship everywhere and useful for testing terminals, compilers, examples, and packaging workflows.

Its significance comes from Brainfuck's cultural footprint among programmers, plus the practical convenience of having a maintained C interpreter available from Homebrew and DNF.

タイムライン

  • 2011-11: The GitHub repository was created.
  • 2011-2012: Official Git tags include early 0.1.x and 0.2.x releases.
  • 2022: Official repository metadata shows activity into February 2022.
  • 2022: Official Git tags include the 2.7.x release line.

Related projects

  • Brainfuck is the esoteric programming language implemented by the package.
  • libedit is the line-editing dependency named by the README.
  • CMake, Clang, and GCC are listed build-time tools for compiling the interpreter.

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:interpreter

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 13 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
brainfuckcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版2.7.3
マネージャ更新日
ローカルデータOK
上流最新
検出された最新2.7.3

https://github.com/fabianishere/brainfuck

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:brainfuck
バージョン2.7.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/brainfuck
ホームページhttps://github.com/fabianishere/brainfuck
リポジトリhttps://github.com/fabianishere/brainfuck
上流ドキュメントhttps://github.com/fabianishere/brainfuck#readme
ライセンスApache-2.0
ソースアーカイブhttps://github.com/fabianishere/brainfuck/archive/refs/tags/2.7.3.tar.gz
ビルド依存関係cmake
macOS 提供ライブラリlibedit
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebrainfuck
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

dnf95%

brainfuck 0.1.0.4-9.fc44

Brainfuck interpreter

https://hackage.haskell.org/package/brainfuck

sudo dnf install brainfuck
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: brainfuck
  • 6 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Brainfuck
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: brainfuck from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ghc-brainfuck 0.1.0.4-9.fc44

Haskell brainfuck library

https://hackage.haskell.org/package/brainfuck

sudo dnf install ghc-brainfuck
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: brainfuck
  • 11 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Brainfuck
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ghc-brainfuck from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ghc-brainfuck-devel 0.1.0.4-9.fc44

Haskell brainfuck library development files

https://hackage.haskell.org/package/brainfuck

sudo dnf install ghc-brainfuck-devel
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: brainfuck
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Brainfuck
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ghc-brainfuck-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ghc-brainfuck-doc 0.1.0.4-9.fc44

Haskell brainfuck library documentation

https://hackage.haskell.org/package/brainfuck

sudo dnf install ghc-brainfuck-doc
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: brainfuck
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Brainfuck
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ghc-brainfuck-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ghc-brainfuck-prof 0.1.0.4-9.fc44

Haskell brainfuck profiling library

https://hackage.haskell.org/package/brainfuck

sudo dnf install ghc-brainfuck-prof
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: brainfuck
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Brainfuck
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ghc-brainfuck-prof from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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