# 使用 Homebrew, chocolatey, Nix, scoop, winget 安装 gauge

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

## 安装

```sh
sudo av install brew:gauge
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install gauge
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gauge
```

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

### Windows

- Chocolatey (92%):

```sh
choco install gauge
```

  证据: Chocolatey community package catalog: gauge from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','flow-launcher'

- Scoop (92%):

```sh
scoop install main/gauge
```

  证据: Scoop official bucket manifest trees: bucket/gauge.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Gauge.Gauge -e
```

  证据: Windows Package Manager source index: Gauge.Gauge from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:gauge
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/gauge>
- **版本:** 1.6.33
- **来源摘要:** Test automation tool that supports executable documentation
- **主页:** <https://gauge.org>
- **仓库:** <https://github.com/getgauge/gauge>
- **上游文档:** <https://docs.gauge.org/>
- **许可证:** Apache-2.0
- **源码归档:** <https://github.com/getgauge/gauge/archive/refs/tags/v1.6.33.tar.gz>
- **最后更新:** 2026-06-18T10:44:39Z
- **已生成:** 2026-07-10T07:20:53+00:00

## 可执行文件

- gauge (cli)
- gauge (别名)

## 构建依赖

- go

## 安装行为

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

## 版本和新鲜度

- 页面生成时间: 2026-07-10
- 管理器版本: 1.6.33
- 管理器更新时间: 2026-06-18
- 本地数据: OK
- 上游仓库: https://github.com/getgauge/gauge
- 检测到的最新版本: v1.6.33 (当前)
## 项目历史与用法

Gauge is an open-source test automation framework for writing acceptance tests as executable documentation. Its central idea is to keep specifications readable in Markdown while binding steps to code in common programming languages.

### 项目历史

Gauge was built at ThoughtWorks to reduce the design overhead and maintenance burden of functional and acceptance test suites. The official project post introducing Gauge 1.0 describes a move from verbose test code toward reusable, refactorable steps written in business-readable text.

### 采用历史

Gauge gained adoption among teams that wanted acceptance tests without Cucumber-style BDD ceremony. The official site and docs emphasize cross-platform use, CI/CD integration, language runners, IDE support, reports, and plugins. The README notes that official sponsorship ended in 2021 and that the project moved toward community-driven maintenance.

### 使用方式

Typical use begins with `gauge init` for a language such as JavaScript, Java, Python, Ruby, or C#, followed by Markdown specifications under a project and `gauge run` to execute them. Gauge supports reusable steps, concepts, data-driven tests, plugins, reports, and language-server based editor features.

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

Gauge is package-manager interesting because the core CLI is only the entry point: useful installations often combine the main binary with language runners, reports, and IDE plugins. It is a good example of a Go command-line tool distributed as a package while delegating much of its runtime behavior to a plugin ecosystem.

### 时间线

- 2014: The official Gauge repository was created.
- 2018: Gauge 1.0 was presented in the official project blog.
- 2021: Official sponsorship ended, and the README described a shift to community-driven maintenance.
- 2020s: Gauge continues to document Markdown specifications, plugins, language runners, and editor integrations.

### Related projects

- Gauge is closely related to its official language runners, report plugins, IDE plugins, and Taiko, which the Gauge site presents as a companion for browser automation.

### 来源

- <https://docs.gauge.org/>
- <https://docs.gauge.org/overview.html>
- <https://gauge.org/>
- <https://gauge.org/2018/05/15/why-we-built-gauge/>
- <https://gauge.org/plugins/>
- <https://github.com/getgauge/gauge>


## 安全说明

没有找到 gauge 的匹配本地密钥处理 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: ~/.gauge/config/gauge.properties, <project_root>/env/default/default.properties, <project_root>/env/default/<language>.properties, <project_root>/manifest.json
- Windows: %APPDATA%\gauge\config\gauge.properties, <project_root>\env\default\default.properties, <project_root>\env\default\<language>.properties, <project_root>\manifest.json
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gauge
- **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

## 其他软件包管理器记录

- Nix - gauge: normalized package name match | nixpkgs package indexes: pkgs/by-name/ga/gauge/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Chocolatey - gauge: normalized package name match | Chocolatey community package catalog: gauge from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','flow-launcher'
- Scoop - main/gauge: normalized package name match | Scoop official bucket manifest trees: bucket/gauge.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Gauge.Gauge: normalized package name match | Windows Package Manager source index: Gauge.Gauge from https://cdn.winget.microsoft.com/cache/source.msix


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/zh-hans/pkg/brew/go/) - Build dependency declared by Homebrew.
- [robot-framework](https://www.automicvault.com/zh-hans/pkg/brew/robot-framework/) - Shares av.db curated category or tags: automation, cli, developer-tools, testing.
- [cucumber-ruby](https://www.automicvault.com/zh-hans/pkg/brew/cucumber-ruby/) - Shares av.db curated category or tags: bdd, cli, developer-tools, testing.
- [shellspec](https://www.automicvault.com/zh-hans/pkg/brew/shellspec/) - Shares av.db curated category or tags: bdd, cli, developer-tools, testing.
- [abnfgen](https://www.automicvault.com/zh-hans/pkg/brew/abnfgen/) - Shares av.db curated category or tags: cli, developer-tools, testing.
- [ahoy](https://www.automicvault.com/zh-hans/pkg/brew/ahoy/) - Shares av.db curated category or tags: automation, cli, developer-tools.
- [allure](https://www.automicvault.com/zh-hans/pkg/brew/allure/) - Shares av.db curated category or tags: cli, developer-tools, testing.
- [artillery](https://www.automicvault.com/zh-hans/pkg/brew/artillery/) - Shares av.db curated category or tags: cli, developer-tools, testing.
- [buildpulse-test-reporter](https://www.automicvault.com/zh-hans/pkg/brew/buildpulse-test-reporter/) - Shares av.db curated category or tags: cli, developer-tools, testing.
- [cypress](https://www.automicvault.com/zh-hans/pkg/npm/cypress/) - Local metadata places this package in an adjacent workflow. Shared terms: automation, cli, developer, developer-tools, executable.
- [mocha](https://www.automicvault.com/zh-hans/pkg/npm/mocha/) - Local metadata places this package in an adjacent workflow. Shared terms: bdd, cli, developer, developer-tools, supports.

## Combined YAML source

View the package source record on GitHub. [combined/gauge.yml](https://github.com/automic-vault/db/blob/main/combined/gauge.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
