# 使用 Homebrew 安装 beads_viewer

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

## 安装

```sh
sudo av install brew:beads_viewer
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install beads_viewer
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:beads_viewer
- **软件包管理器:** Homebrew
- **版本:** 0.18.0
- **来源摘要:** Terminal-based UI for the Beads issue tracker
- **主页:** <https://github.com/Dicklesworthstone/beads_viewer>
- **仓库:** <https://github.com/Dicklesworthstone/beads_viewer>
- **最后更新:** 2026-07-26T10:56:32+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- bv (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Beads Viewer, invoked as bv, is a terminal UI and robot-mode analyzer for projects that use the Beads issue tracker. It turns Beads JSONL exports into browsable lists, kanban boards, dependency graphs, graph metrics, and deterministic JSON/TOON outputs for agents.

### 项目历史

The public repository was created on 2025-11-26, shortly after Beads itself appeared. The README positions it as a keyboard-driven terminal interface for Beads and describes graph-aware features such as PageRank, critical path, cycles, kanban, dependency DAG visualization, and robot-mode JSON APIs.

The release stream moved quickly from v0.8.2 and v0.9.x on 2025-11-27 through v0.10.x in late 2025 and v0.17.x in June 2026. Repository metadata showed 1,596 stars and 130 forks on 2026-06-30, substantial adoption for a companion tool.

### 采用历史

Beads Viewer adoption follows Beads adoption: users install it when they want a richer terminal workflow or when agents need graph calculations without parsing raw JSONL. The README documents Homebrew for macOS/Linux, Scoop for Windows, direct release archives, and install scripts.

Its agent-facing adoption is explicit: the README warns not to run bare bv in an agent context and instead documents --robot-triage, --robot-next, --robot-plan, --robot-insights, --robot-history, and related structured-output modes.

### 使用方式

Human users run bv as an interactive TUI over .beads/issues.jsonl or legacy .beads/beads.jsonl exports, with views for lists, kanban, insights, history, graph navigation, and markdown export.

Agent users call robot flags to get deterministic triage, graph metrics, label health, dependency flow, plans, histories, diffs, forecasts, alerts, suggestions, and graph exports. The README emphasizes stdout-only structured data, stderr diagnostics, bounded history analysis, and checking status fields for approximated or skipped metrics.

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

Beads Viewer matters as a package because it is a sidecar rather than the primary datastore: it consumes an issue export and supplies terminal UX plus graph algorithms. That split mirrors a broader CLI trend where small tools expose both human TUI and machine JSON modes.

For agent workflows, bv packages graph algorithms as a command-line contract. That is useful because LLMs should not have to reconstruct dependency DAGs, PageRank, cycle checks, or critical paths from raw JSONL on every turn.

### 时间线

- 2025-11-26: Dicklesworthstone/beads_viewer repository is created.
- 2025-11-27: v0.8.2 and v0.9.x releases are published.
- 2025-11-30: v0.10.x releases are published.
- 2026-06-09: v0.17.0 is published.
- 2026-06-26: v0.17.1 is published.

### Related projects

- Beads is the issue tracker whose JSONL exports bv reads.
- Graphviz and Mermaid are output formats mentioned for graph export.
- MCP Agent Mail is referenced by the README as a separate coordination tool for agent-to-agent messaging.

### 来源

- <https://api.github.com/repos/Dicklesworthstone/beads_viewer>
- <https://api.github.com/repos/Dicklesworthstone/beads_viewer/releases>
- <https://raw.githubusercontent.com/Dicklesworthstone/beads_viewer/main/README.md>


## 安全说明

没有找到 beads_viewer 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: ~/.config/bv/config.yaml, .bv/hooks.yaml, .bv/workspace.yaml, .beads/recipes/*.yaml

## Combined YAML source

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


## 来源

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