# 使用 Homebrew 安装 vgt

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

## 安装

```sh
sudo av install brew:vgt
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install vgt
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:vgt
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/vgt>
- **版本:** 1.0.1
- **来源摘要:** Visualising Go Tests
- **主页:** <https://threedots.tech/post/go-test-parallelism/>
- **仓库:** <https://github.com/roblaszczak/vgt>
- **上游文档:** <https://threedots.tech/post/go-test-parallelism/>
- **许可证:** MIT
- **源码归档:** <https://github.com/roblaszczak/vgt/archive/refs/tags/v1.0.1.tar.gz>
- **最后更新:** 2026-07-26T00:30:32+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- vgt (cli)
- vgt (别名)

## 依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.0.1
- 管理器更新时间: 2026-07-26
- 本地数据: OK
- 上游仓库: https://github.com/roblaszczak/vgt
- 检测到的最新版本: v1.0.1 (当前)
## 项目历史与用法

vgt is a small Go developer tool for turning `go test -json` output into a browser visualization. Its niche is test-suite diagnosis: it helps Go developers see test parallelism, slow tests, and the actual schedule produced by the Go test runner.

### 项目历史

The public GitHub repository was created on 2024-09-21 by Robert Laszczak. The project was introduced alongside a Three Dots Labs article about why adding CPU cores alone does not necessarily speed up Go test suites, and the README describes vgt as a tool for visualising Go test results in a browser.

### 使用方式

The typical workflow is deliberately Unix-like: run `go test -json ./...` and pipe the event stream into `vgt`, or save the JSON output and replay it later. vgt then opens a browser view of the test run, with flags for reading from a file, printing HTML, preserving browser state, and filtering very short durations.

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

vgt is significant mainly as a focused companion to Go's standard JSON test output. Instead of replacing `go test`, it consumes the standard event stream and makes timing and parallelism visible, which is useful when tuning `t.Parallel`, package-level concurrency, and slow integration-test suites.

### 时间线

- 2024-09-21: GitHub repository created.
- 2024-10-16: v1.0.0 release published.
- 2025-12-15: v1.0.1 release published.

### 来源

- <https://api.github.com/repos/roblaszczak/vgt>
- <https://api.github.com/repos/roblaszczak/vgt/releases>
- <https://github.com/roblaszczak/vgt>
- <https://threedots.tech/post/go-test-parallelism/>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** vgt
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Runtime dependency declared by Homebrew.
- [gopls](https://pkg.so/zh-hans/brew/gopls/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [mockery](https://pkg.so/zh-hans/brew/mockery/) - Shares pkgdb curated category or tags: cli, developer-tools, go, testing.
- [delve](https://pkg.so/zh-hans/brew/delve/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [adb-enhanced](https://pkg.so/zh-hans/brew/adb-enhanced/) - Shares pkgdb curated category or tags: cli, developer-tools, testing.
- [goimports](https://pkg.so/zh-hans/brew/goimports/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [chroma](https://pkg.so/zh-hans/brew/chroma/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [oauth2l](https://pkg.so/zh-hans/brew/oauth2l/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [ggc](https://pkg.so/zh-hans/brew/ggc/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [counterfeiter](https://pkg.so/zh-hans/brew/counterfeiter/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, go, test.
- [gotests](https://pkg.so/zh-hans/brew/gotests/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, go, test.
- [ifacemaker](https://pkg.so/zh-hans/brew/ifacemaker/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, go, testing.

## Combined YAML source

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


## 来源

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