# 使用 Homebrew, Nix 安装 github-release

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

## 安装

```sh
sudo av install brew:github-release
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install github-release
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#github-release
```

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

## 软件包事实

- **软件包键:** brew:github-release
- **软件包管理器:** Homebrew
- **版本:** 0.11.0
- **来源摘要:** Create and edit releases on Github (and upload artifacts)
- **主页:** <https://github.com/github-release/github-release>
- **仓库:** <https://github.com/github-release/github-release>
- **最后更新:** 2026-07-25T20:55:23-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- github-release (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

github-release is a Go command-line utility for creating, editing, deleting, inspecting, and uploading files to GitHub Releases. It belongs to the early generation of single-purpose release automation tools that wrapped GitHub's Releases API before GitHub's own CLI became the default tool for many workflows.

### 项目历史

The project repository was created in January 2014, soon after GitHub exposed Releases as an API-backed feature. Its README framed the tool as a friendlier alternative to doing release and artifact work with raw HTTP requests, especially because uploads require resolving release identifiers before attaching files.

The project retained a narrow scope: tags and releases stay in GitHub, while the CLI handles the API calls needed to create release records, edit metadata, upload artifacts, and delete releases. Copyright notices in the README identify Nicolas Hillegeer for the original 2014-2017 period and Meter, Inc. for later maintenance.

### 采用历史

github-release became useful in build scripts that produced binaries before GitHub Actions and the GitHub CLI were widely adopted. Its packaging in Homebrew and Nix reflects the role it played for developers who wanted a small standalone executable rather than a larger platform CLI.

The tool's continued packaging gives older CI and release scripts a stable command name. That matters for projects that still publish GitHub Release assets from Makefiles, shell scripts, or external CI systems.

### 使用方式

Practitioners use github-release by exporting a GitHub token, tagging and pushing a repository, then running subcommands such as `release`, `edit`, `upload`, `delete`, and `info`. The README also documents `GITHUB_API`, which lets the same workflow target a GitHub Enterprise API endpoint.

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

For package maintainers, github-release is notable because it automates the exact step that many package recipes depend on: publishing versioned binary artifacts on GitHub Releases. It is a compact example of a tool whose job is not building software, but making the release surface predictable enough for downstream package managers.

### 时间线

- 2014: Repository created for a Go CLI around GitHub Releases.
- 2014: README examples show release creation, editing, artifact upload, deletion, and release inspection.
- 2020: Maintenance copyright notice added for Meter, Inc.
- 2025: v0.11.0 release published on GitHub.

### Related projects

- Related tools include GitHub's Releases API, GitHub Enterprise, GitHub CLI, and CI systems that publish build artifacts to GitHub Releases.

### 来源

- <https://api.github.com/repos/github-release/github-release>
- <https://formulae.brew.sh/formula/github-release>
- <https://github.com/github-release/github-release>
- <https://github.com/github-release/github-release/releases/tag/v0.11.0>
- <https://raw.githubusercontent.com/github-release/github-release/master/README.md>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

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

- Nix - github-release: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/github-release/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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