# doxygen を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:doxygen
```

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

### macOS

- Homebrew (100%):

```sh
brew install doxygen
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install doxygen
```

  証拠: MacPorts ports tree: textproc/doxygen/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add doxygen
```

  証拠: Alpine Linux edge package indexes: doxygen from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install doxygen
```

  証拠: Debian stable package indexes: doxygen from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install doxygen
```

  証拠: Fedora Rawhide package metadata: doxygen from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#doxygen
```

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

- pacman (92%):

```sh
sudo pacman -S doxygen
```

  証拠: Arch Linux sync databases: doxygen from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install doxygen
```

  証拠: openSUSE Tumbleweed package metadata: doxygen from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/doxygen
```

  証拠: Scoop official bucket manifest trees: bucket/doxygen.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id DimitriVanHeesch.Doxygen -e
```

  証拠: Windows Package Manager source index: DimitriVanHeesch.Doxygen from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:doxygen
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.17.0
- **ソース概要:** Generate documentation for several programming languages
- **ホームページ:** <https://www.doxygen.nl/>
- **リポジトリ:** <https://github.com/doxygen/doxygen>
- **最終更新:** 2026-07-10T19:03:07-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- doxygen (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.17.0
## プロジェクトの歴史と使われ方

Doxygen is a long-running source-code documentation generator for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, D, VHDL, and related documentation workflows. Its own README calls it the de facto standard for generating documentation from annotated C++ sources.

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

Doxygen was created and is still associated with Dimitri van Heesch. The official README describes the tool's core bargain: generate online and offline reference documentation from annotated source, optionally analyze undocumented code structure, and also serve as a normal documentation system for manuals and websites.

The official changelog preserves a long release series reaching back through 1.1, 1.2, and 1.3-era releases and continuing into the 1.17 series. The current website banner lists Doxygen 1.17.0 as available with a release date of 30 April 2026.

A notable infrastructure milestone came in May 2013, when the README says Doxygen moved from Subversion to Git hosted at GitHub. The manual and homepage are themselves generated with Doxygen, making the project one of the clearest examples of a documentation tool dogfooding its own output.

### 採用の歴史

Doxygen's adoption tracks the rise of generated API documentation in C and C++ projects. The homepage describes it as widely used in software development, and the README states that it is the de facto standard for C++ source documentation while supporting many other programming and hardware-description languages.

The tool became a standard package across Unix-like systems and developer environments because it sits at the intersection of source annotations, HTML output, LaTeX/PDF manuals, man pages, XML, DocBook, diagrams, and cross-referenced source browsing. It is the sort of package that appears both in developer workstations and in build documentation jobs.

### 使われ方

A typical project runs doxygen -g to create a Doxyfile, edits configuration tags, then runs doxygen with that configuration. The manual says Doxygen can create HTML, LaTeX/PDF, RTF, XML, Unix man page, and DocBook output and can scan source trees recursively.

Doxygen is also used for code archaeology: with extraction and source-browser options, teams can generate structure views and cross references even for code that was not originally written with full Doxygen comments.

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

For package maintainers, Doxygen is not just another CLI; it is a build-time documentation dependency with optional Graphviz integration, LaTeX/PDF output implications, GUI tooling through Doxywizard, and a large ecosystem of filters and extensions. Version skew can affect generated docs, warning behavior, Markdown handling, language parsers, and reproducible documentation output.

Doxygen also represents a durable packaging pattern: a single cross-platform C++ tool with official binaries, source releases, a generated manual, and broad downstream packaging across Homebrew, Debian/Ubuntu, Fedora, Arch, Nix, MacPorts, Alpine, Scoop, winget, and openSUSE.

### タイムライン

- 1990s: Doxygen begins its long 1.x release history, with old changelog entries preserved for early 1.1, 1.2, and 1.3 releases.
- 2013: Source code management moved from Subversion to Git hosted at GitHub.
- 2024: 1.11.0 release series added modern Markdown-related support such as GitHub-style alerts.
- 2026: 1.17.0 announced on the official site with a 30 April 2026 release date.

### Related projects

- Doxygen is often paired with Graphviz for generated diagrams and with LaTeX tooling for PDF output. Its official extensions page lists filters and related tools for additional languages and diagram formats, while Doxywizard is the graphical frontend documented in the manual.

### ソース

- <https://raw.githubusercontent.com/doxygen/doxygen/master/README.md - official README for purpose, supported languages, output formats, and the May 2013 GitHub migration.>
- <https://www.doxygen.nl/ - official homepage for current positioning and latest release banner.>
- <https://www.doxygen.nl/manual/starting.html - official getting-started documentation for Doxyfile creation and common usage.>
- <https://www.doxygen.nl/manual/config.html - official configuration documentation for Doxyfile format.>
- <https://www.doxygen.nl/manual/changelog.html - official changelog for the long 1.x release series.>
- <https://www.doxygen.nl/helpers.html - official extensions page for related filters and companion tools.>
- <https://api.github.com/repos/doxygen/doxygen - official GitHub repository metadata.>


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: Doxyfile
- Windows: Doxyfile
## 他のパッケージマネージャ記録

- Debian apt - doxygen - 1.9.8+ds-2.1: normalized package name match | Debian stable package indexes: doxygen from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generate documentation from source code | https://www.doxygen.nl/
- Debian apt - doxygen-doc - 1.9.8+ds-2.1: normalized package name match | Debian stable package indexes: doxygen-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for doxygen | https://www.doxygen.nl/
- Debian apt - doxygen-doxyparse - 1.9.8+ds-2.1: normalized package name match | Debian stable package indexes: doxygen-doxyparse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Multi-language source code parser based on doxygen | https://www.doxygen.nl/
- Debian apt - doxygen-gui - 1.9.8+ds-2.1: normalized package name match | Debian stable package indexes: doxygen-gui from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GUI configuration tool for doxygen | https://www.doxygen.nl/
- Debian apt - doxygen-latex - 1.9.8+ds-2.1: normalized package name match | Debian stable package indexes: doxygen-latex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generate LaTeX documentation from source code | https://www.doxygen.nl/
- Nix - doxygen: normalized package name match | nixpkgs package indexes: pkgs/by-name/do/doxygen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - doxygen - 1.9.8+ds-2build5: normalized package name match | Ubuntu 24.04 LTS package indexes: doxygen from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generate documentation from source code | https://www.doxygen.nl/
- Ubuntu apt - doxygen-doc - 1.9.8+ds-2build5: normalized package name match | Ubuntu 24.04 LTS package indexes: doxygen-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for doxygen | https://www.doxygen.nl/
- Ubuntu apt - doxygen-doxyparse - 1.9.8+ds-2build5: normalized package name match | Ubuntu 24.04 LTS package indexes: doxygen-doxyparse from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Multi-language source code parser based on doxygen | https://www.doxygen.nl/
- Ubuntu apt - doxygen-gui - 1.9.8+ds-2build5: normalized package name match | Ubuntu 24.04 LTS package indexes: doxygen-gui from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GUI configuration tool for doxygen | https://www.doxygen.nl/
- Ubuntu apt - doxygen-latex - 1.9.8+ds-2build5: normalized package name match | Ubuntu 24.04 LTS package indexes: doxygen-latex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generate LaTeX documentation from source code | https://www.doxygen.nl/
- apk - doxygen - 1.17.0-r0: normalized package name match | Alpine Linux edge package indexes: doxygen from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Documentation system for C++, C, Java, IDL and PHP | https://www.doxygen.nl/
- apk - doxygen-doc - 1.17.0-r0: normalized package name match | Alpine Linux edge package indexes: doxygen-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Documentation system for C++, C, Java, IDL and PHP (documentation) | https://www.doxygen.nl/
- dnf - doxygen - 1.17.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: doxygen from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A documentation system for C/C++ | https://github.com/doxygen
- dnf - doxygen-doxywizard - 1.17.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: doxygen-doxywizard from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A GUI for creating and editing configuration files | https://github.com/doxygen
- dnf - doxygen-latex - 1.17.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: doxygen-latex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Support for producing latex/pdf output from doxygen | https://github.com/doxygen


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
