macOS
brew install goreleaserlocal Homebrew formula metadata
sudo port install goreleaserMacPorts ports tree · devel/goreleaser/Portfile · ソース: api.github.com
brew
goreleaser のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install goreleaserlocal Homebrew formula metadata
sudo port install goreleaserMacPorts ports tree · devel/goreleaser/Portfile · ソース: api.github.com
nix profile install nixpkgs#goreleasernixpkgs package indexes · pkgs/by-name/go/goreleaser/package.nix · ソース: api.github.com
sudo pacman -S goreleaserArch Linux sync databases · goreleaser · ソース: geo.mirror.pkgbuild.com
sudo zypper install goreleaseropenSUSE Tumbleweed package metadata · goreleaser · ソース: download.opensuse.org
scoop install main/goreleaserScoop official bucket manifest trees · bucket/goreleaser.json · ソース: api.github.com
winget install --id goreleaser.goreleaser -eWindows Package Manager source index · goreleaser.goreleaser · ソース: cdn.winget.microsoft.com
概要
Deliver Go binaries as fast and easily as possible
履歴
GoReleaser is a release automation tool that turns tagged source code into cross-platform artifacts, release notes, package-manager updates, container images, checksums, signatures, and CI-driven publishing workflows.
The GitHub repository was created on December 21, 2016, and the project's own anniversary post identifies that date as the first-commit milestone. GoReleaser spent nearly five years in a v0 release stream before the v1.0.0 announcement, where the maintainer described 467 releases and 3299 commits before stabilizing the v1 line.
The project grew from a Go binary release helper into a broader release-engineering system. Official documentation describes a configuration-driven workflow, CI integration from the first commit, generated changelogs, SCM releases, archives, checksums, package-manager publishing, container images, and supply-chain features. By v2, the project framed the major release mainly as cleanup of deprecated options after the v1.26 series.
GoReleaser became closely associated with Go CLI distribution because it solved the recurring package-maintainer chore of producing binaries for many operating systems and publishing them to GitHub Releases, Homebrew taps, Scoop, Docker registries, and other downstream channels. Its README advertises local and CI installation paths, and the Homebrew formula records distribution through Homebrew, MacPorts, Nix, pacman, Scoop, winget, and zypper.
The GoReleaser project also developed an ecosystem around documentation, a GitHub Action, sponsorship, Pro features, examples, and related tools such as nfpm. Later announcements expanded the supported build story beyond Go, including Rust, Zig, TypeScript, Python, Bun, and Deno-oriented release workflows.
A typical project keeps a .goreleaser.yaml file in the repository, runs goreleaser init or hand-writes the configuration, validates it with goreleaser check, and lets a CI job run GoReleaser on a release tag. The tool then builds artifacts, archives them, generates changelogs, and publishes them according to the configured release, package, and registry sections.
GoReleaser matters in CI because it encodes release policy in source control. Maintainers can review a single YAML file for binary matrix, archive naming, checksums, signing, Homebrew or Scoop publication, Docker images, and release-note behavior instead of keeping bespoke shell scripts in every repository.
Package nerds care about GoReleaser because it is both a tool and a package-production pattern. It popularized a repeatable path from Git tags to bottled binaries, generated formulas, checksums, SBOM/provenance-related outputs, and package-manager pull updates, reducing the hand-maintained release scripts that often bit-rot in CLI projects.
Its configuration precedence list and schema support are also packaging-significant: editors, CI, and downstream automation can reason about a stable release manifest rather than ad hoc release instructions.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
.config/goreleaser.yml.config/goreleaser.yaml.goreleaser.yml.goreleaser.yamlgoreleaser.ymlgoreleaser.yaml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
goreleaser | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/goreleaser/goreleaser
インストールメタデータ
| パッケージキー | brew:goreleaser |
|---|---|
| バージョン | 2.17.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/goreleaser |
| ホームページ | https://goreleaser.com/ |
| リポジトリ | https://github.com/goreleaser/goreleaser |
| 上流ドキュメント | https://goreleaser.com/getting-started |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/goreleaser/goreleaser.git |
| 最終更新 | 2026-07-05T03:37:31Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | goreleaser |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
goreleaser
nix profile install nixpkgs#goreleasergoreleaser 2.14.0-2
Deliver Go binaries as fast and easily as possible
https://github.com/goreleaser/goreleaser
sudo pacman -S goreleasergoreleaser 2.16.0-1.1
CLI tool for release engineering in Go, Rust, Zig and TypeScript
sudo zypper install goreleasergoreleaser
sudo port install goreleasermain/goreleaser
scoop install main/goreleasergoreleaser.goreleaser
winget install --id goreleaser.goreleaser -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.