# github-release mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für github-release in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:github-release
- **Paketmanager:** Homebrew
- **Version:** 0.11.0
- **Quellzusammenfassung:** Create and edit releases on Github (and upload artifacts)
- **Homepage:** <https://github.com/github-release/github-release>
- **Repository:** <https://github.com/github-release/github-release>
- **Zuletzt aktualisiert:** 2026-07-25T20:55:23-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- github-release (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.11.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
