# github-release を Homebrew, Nix でインストール

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
