# 使用 Homebrew 安装 gebug

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

## 安装

```sh
sudo av install brew:gebug
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gebug
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:gebug
- **软件包管理器:** Homebrew
- **版本:** 1.0.7
- **来源摘要:** Debug Dockerized Go applications better
- **主页:** <https://github.com/moshebe/gebug>
- **仓库:** <https://github.com/moshebe/gebug>
- **最后更新:** 2026-07-27T16:47:22+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- gebug (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Gebug is a command-line developer tool for debugging Dockerized Go applications. Its README describes debugger and hot-reload workflows driven by generated Dockerfile, Docker Compose, and project configuration files.

### 项目历史

The public GitHub repository was created in July 2020. The README presents Gebug as a Go application debugging environment for containers, with commands to initialize, start, clean, destroy, and manage a web UI for a project.

### 采用历史

The official installation instructions support Homebrew on Linux and macOS and `go install` on Go-supported platforms. The README also documents an upgrade path from v1.x to v2.0, which suggests existing users had generated project configuration that needed regeneration.

### 使用方式

Practitioners run `gebug init` inside a Go application, edit generated files under `.gebug` when needed, and run `gebug start` or `gebug ui` to work with hot reload, Delve debugging, exposed ports, environment variables, and Docker networking.

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

For package users, Gebug is interesting as a Go CLI that packages a repeatable local container-debugging stack. It turns a set of Docker, Compose, Delve, and rebuild conventions into a command users can install through Homebrew or Go tooling.

### 时间线

- 2020: Public GitHub repository created.
- 2020s: README documents Homebrew and Go installation paths.
- 2026: README documents v2.0 upgrade notes, including newer Go, runtime image, web UI, and Docker image defaults.

### Related projects

- Gebug is closely related to Go, Docker, Docker Compose, Delve, and hot-reload tooling for containerized development.

### 来源

- <https://api.github.com/repos/moshebe/gebug>
- <https://github.com/moshebe/gebug>
- <https://raw.githubusercontent.com/moshebe/gebug/master/README.md>


## 安全说明

narrow executable package without higher-risk signals.

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


## 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: .gebug/config.yaml

## Combined YAML source

View the package source record on GitHub. [combined/gebug.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gebug.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
