# 使用 Homebrew Cask 安装 go-agent

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

## 安装

```sh
sudo av install cask:go-agent
```

其他安装命令:

### macOS

- Homebrew Cask (100%):

```sh
brew install --cask go-agent
```

  证据: local Homebrew cask metadata

## 软件包事实

- **软件包键:** cask:go-agent
- **软件包管理器:** Homebrew Cask
- **版本:** 25.4.0,21793
- **来源摘要:** Agent for the Go Continuous Delivery platform
- **主页:** <https://www.gocd.org/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- go-agent (二进制)
- go-agent (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

GoCD Agent is the worker-side package for GoCD, the continuous-delivery system that evolved from ThoughtWorks Cruise. The agent exists to run pipeline jobs assigned by a GoCD server, so the cask is useful to practitioners who want a macOS machine to join a distributed build and deployment fleet.

### 项目历史

GoCD's own project-status history traces the product back to Cruise, first released by ThoughtWorks in 2007. The product was renamed Go in 2010, gained a community edition in 2011, and was open-sourced in 2014 as GoCD. After that shift, the server, agent, plugins, and documentation were maintained as an open source continuous-delivery platform.

The agent package reflects GoCD's architecture: servers store pipelines and schedule work, while agents run tasks, report status, and advertise resources. Documentation for installation and auto-registration shows the agent as a configurable service with properties files and a registration workflow rather than a developer-only command.

### 采用历史

GoCD gained adoption among teams that wanted modeled deployment pipelines, visual pipeline history, and agent-based execution instead of a single-node build tool. The agent model let teams add capacity by attaching more machines with selected resources and environments.

The macOS cask matters because some pipelines need Apple hardware, macOS-specific tests, signing steps, or packaging work. A packaged agent lowers the friction of turning such a host into part of a GoCD installation.

### 使用方式

Practitioners install the agent, point it at a GoCD server, and register it manually or through auto-registration properties. Once accepted by the server, the agent runs jobs from pipelines, uses configured resources to match job requirements, and stores local service configuration under its installation and state directories.

Administrators use the cask package as one deployment path for a long-running agent service. The important operational files are wrapper properties and autoregistration properties, especially where a registration key or agent resources are managed by automation.

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

GoCD Agent is a cask-flavored CI worker rather than a typical desktop app. It packages a service process, Java-based delivery tooling, and registration state, which makes it a useful example of Homebrew Cask carrying infrastructure software.

### 时间线

- 2007: ThoughtWorks released Cruise, the product that became GoCD.
- 2010: Cruise was renamed Go.
- 2011: A community edition was released.
- 2014: GoCD was open-sourced.
- 2020: Previously paid features were made open source under the GoCD project.

### Related projects

- GoCD Server schedules pipelines and coordinates agents.
- GoCD plugins extend source-control, artifact, elastic-agent, notification, and task behavior.
- Agent auto-registration connects installation automation to GoCD server administration.

### 来源

- <https://docs.gocd.org/current/advanced_usage/agent_auto_register.html>
- <https://docs.gocd.org/current/installation/install/agent/osx.html>
- <https://github.com/gocd/gocd>
- <https://www.gocd.org/2023/02/13/gocd-project-status>


## 安全说明

没有找到 go-agent 的匹配本地密钥处理 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: <agent_installation_directory>/wrapper-config/wrapper-properties.conf, <agent_installation_directory>/config/autoregister.properties, /var/lib/go-agent/config/autoregister.properties

## Credential files

- Unix: <agent_installation_directory>/config/autoregister.properties, /var/lib/go-agent/config/autoregister.properties

## Combined YAML source

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


## 来源

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