# 使用 Homebrew 安装 standardese

查看 standardese 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install standardese
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:standardese
- **软件包管理器:** Homebrew
- **版本:** 0.5.2
- **来源摘要:** Next-gen documentation generator for C++
- **主页:** <https://standardese.github.io>
- **仓库:** <https://github.com/standardese/standardese>
- **最后更新:** 2026-07-13T17:31:48+09:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- standardese (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.5.2
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- 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)


## 来源

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