macOS
brew install deheaderlocal Homebrew formula metadata
brew
deheader のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install deheaderlocal Homebrew formula metadata
sudo apt install deheaderDebian stable package indexes · deheader · ソース: deb.debian.org
nix profile install nixpkgs#deheadernixpkgs package indexes · pkgs/by-name/de/deheader/package.nix · ソース: api.github.com
sudo zypper install deheaderopenSUSE Tumbleweed package metadata · deheader · ソース: download.opensuse.org
概要
Analyze C/C++ files for unnecessary headers
履歴
deheader is a C and C++ source analysis tool that finds include directives which can be removed while the file still compiles.
The official project page describes deheader as a tool for removing unneeded includes, improving compilation time on large C++ projects, and exposing hidden dependencies and cohesion problems. The README says it is commonly packaged as `deheader`.
The NEWS file gives a long maintenance record beginning with 0.1 on 2010-12-01. Later releases added summary output, portability checks, duplicate include detection, Python 2/3 compatibility, Makefile-friendly exit status, GCC compatibility updates, and continued documentation and hardening fixes through 1.12 in 2026.
deheader is packaged by Homebrew and appears upstream as a named package on the official project page. Its low-level C/C++ focus makes it more of a maintainer and build-hygiene tool than an end-user application.
The package is used during source maintenance to test whether headers are actually required. Because it verifies removals by compilation, it belongs in the same toolbox as static-analysis and build-cleanup utilities rather than pure text linters.
deheader matters to package nerds because header bloat affects compile time, portability, and dependency clarity. It is especially relevant when distributions and maintainers need source trees to build cleanly across compilers, standard libraries, and Unix variants.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
deheader | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
http://www.catb.org/~esr/deheader/
インストールメタデータ
| パッケージキー | brew:deheader |
|---|---|
| バージョン | 1.12 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/deheader |
| ホームページ | http://www.catb.org/~esr/deheader/ |
| リポジトリ | https://gitlab.com/esr/deheader |
| 上流ドキュメント | http://www.catb.org/~esr/deheader |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://gitlab.com/esr/deheader/-/archive/1.12/deheader-1.12.tar.bz2 |
| ビルド依存関係 | asciidoctor |
| macOS 提供ライブラリ | python |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | deheader |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
deheader 1.11-1
Find and remove unnecessary includes in C or C++ source files
http://www.catb.org/~esr/deheader/
sudo apt install deheaderdeheader
nix profile install nixpkgs#deheaderdeheader 1.10-1
Find and remove unnecessary includes in C or C++ source files
http://www.catb.org/~esr/deheader/
sudo apt install deheaderdeheader 1.11-1.2
Find and optionally remove unneeded includes in C or C++ sourcefiles
http://www.catb.org/~esr/deheader/
sudo zypper install deheaderソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.