# Installer standardese avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de standardese pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install standardese
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:standardese
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.5.2
- **Résumé source:** Next-gen documentation generator for C++
- **Page d'accueil:** <https://standardese.github.io>
- **Dépôt:** <https://github.com/standardese/standardese>
- **Dernière mise à jour:** 2026-07-13T17:31:48+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- standardese (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.5.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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.>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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)


## Sources

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