# 使用 Homebrew, Nix, winget 安装 gonzo

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

## 安装

```sh
sudo av install brew:gonzo
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gonzo
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gonzo
```

  证据: nixpkgs package indexes: pkgs/by-name/go/gonzo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id control-theory.gonzo -e
```

  证据: Windows Package Manager source index: control-theory.gonzo from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:gonzo
- **软件包管理器:** Homebrew
- **版本:** 0.4.3
- **来源摘要:** Log analysis TUI
- **主页:** <https://gonzo.controltheory.com/>
- **仓库:** <https://github.com/control-theory/gonzo>
- **最后更新:** 2026-07-27T14:57:51+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gonzo (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Gonzo is a Go terminal UI for real-time log analysis. It packages a modern observability workflow into a local CLI: stream logs from files, stdin, Kubernetes, Docker, syslog, or OpenTelemetry inputs, then inspect severity, patterns, filtering, and optional AI-assisted analysis in a TUI.

### 项目历史

The public repository was created in August 2025 under control-theory. The README describes Gonzo as a k9s-inspired TUI for log analysis with charts, filtering, custom formats, Kubernetes log streaming, OTLP receiving, and an embedded browser dashboard called Dstl8.Lite.

The project reflects a newer wave of terminal observability tools that combine TUI conventions, OpenTelemetry vocabulary, and local web dashboards. Rather than being only a log pager, Gonzo includes format detection, YAML-defined custom formats, AI analysis hooks, and WebSocket-backed local dashboard views.

### 采用历史

Official installation paths include go install, Homebrew, GitHub release binaries, and Nix. The batch metadata also records winget packaging, which matches the project's cross-platform terminal-tool positioning.

The repository metadata showed thousands of GitHub stars by June 2026 despite a repository creation date in 2025, suggesting rapid attention among developers interested in local log exploration and terminal observability.

### 使用方式

Typical use is to pipe logs into gonzo, point it at one or more log files with -f, follow files, stream Kubernetes logs directly, or receive OpenTelemetry logs over OTLP gRPC and HTTP ports. The README examples also show Docker logs, syslog tails, and AI model configuration.

Custom log formats are YAML definitions placed under ~/.config/gonzo/formats/, letting users map structured or unstructured logs to timestamp, severity, body, and attributes without rebuilding the tool.

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

Gonzo is interesting to package nerds because it sits at the intersection of old Unix log streaming and newer observability stacks. A package-manager install gives users a local, inspectable log UI without requiring a hosted logging product.

Its feature mix also shows how modern CLIs increasingly bundle terminal UI, local web UI, Kubernetes support, OpenTelemetry support, and optional AI providers while still being distributed as a single developer tool.

### 时间线

- 2025-08: GitHub repository created.
- 2026: Git tags show active 0.x release series through v0.4.2.
- 2026: README documents Kubernetes streaming, OTLP receiver support, custom YAML log formats, AI analysis, and Dstl8.Lite.

### Related projects

- k9s is cited by the README as a layout inspiration.
- OpenTelemetry and OTLP are central related protocols for Gonzo's receiver mode.
- kubectl, Docker logs, syslog tails, and hosted log sources such as Vercel, Supabase, Railway, Cloudflare Workers, Netlify, Fly.io, Render, and AWS CloudWatch are adjacent log inputs documented by the project.

### 来源

- <https://api.github.com/repos/control-theory/gonzo>
- <https://github.com/control-theory/gonzo>
- <https://github.com/control-theory/gonzo/releases>
- <https://gonzo.controltheory.com/>
- <https://raw.githubusercontent.com/control-theory/gonzo/main/README.md>


## 安全说明

没有找到 gonzo 的匹配本地密钥处理 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/gonzo/config.yml
## 其他软件包管理器记录

- Nix - gonzo: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/gonzo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - control-theory.gonzo: normalized package name match | Windows Package Manager source index: control-theory.gonzo from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## 来源

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