# standardese mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für standardese in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:standardese
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install standardese
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:standardese
- **Paketmanager:** Homebrew
- **Version:** 0.5.2
- **Quellzusammenfassung:** Next-gen documentation generator for C++
- **Homepage:** <https://standardese.github.io>
- **Repository:** <https://github.com/standardese/standardese>
- **Zuletzt aktualisiert:** 2026-07-13T17:31:48+09:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- standardese (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.5.2
## Projektgeschichte und Nutzung

standardese is a C++ documentation generator positioned by its maintainers as a next-generation Doxygen-style tool. It combines a libclang-backed library with a command-line program for generating documentation from C++ headers.

### Projektgeschichte

The project describes itself as a library and command-line tool: the library parses C++ code with libclang, and the tool generates output such as Markdown and HTML. Its README emphasizes documentation in a style close to the C++ standard, including section commands such as effects, requires, returns, and throws.

### Adoptionsgeschichte

Official installation notes recommend a distribution package when available, with conda-forge packages for Windows, Linux, and macOS, Docker images, and source builds as alternatives. The GitHub release list records a 0.4.0 stabilization effort and later 0.5.x releases.

### Wie es verwendet wird

The basic invocation is `standardese [options] inputs`, where inputs may be files or directories. The documentation notes that users should normally pass header files and may provide configuration options on the command line or in an INI-style config file.

### Warum Paket-Nerds sich dafür interessieren

Package maintainers care about standardese because C++ documentation generators often have heavy parser and compiler dependencies. Its packaging story is about making a libclang-based CLI reproducible across package managers, Docker, and source builds.

### Zeitleiste

- 2020: Version 0.4.0 is described as the first stable release in a while after rewrites.
- 2020: Version 0.5.0 adds command-line and comment parsing options and requires a C++17 compiler.
- 2021: Version 0.5.2 is marked as the latest GitHub release on the official repository.

### Related projects

- standardese is explicitly compared with Doxygen and depends on libclang for C++ parsing; its installation notes also mention conda-forge and Docker packaging.

### Quellen

- <https://github.com/standardese/standardese README: describes the project, libclang parsing, command-line usage, installation, and config format.>
- <https://github.com/standardese/standardese/releases: official release list and notes for 0.4.x and 0.5.x.>
- <https://standardese.github.io/: official documentation overview.>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
