macOS
brew install goreleaserlocal Homebrew formula metadata
sudo port install goreleaserMacPorts ports tree · devel/goreleaser/Portfile · source: api.github.com
brew
Deliver Go binaries as fast and easily as possible. Version 2.17.0 via Homebrew; verified 2026-07-05.
install
brew install goreleaserlocal Homebrew formula metadata
sudo port install goreleaserMacPorts ports tree · devel/goreleaser/Portfile · source: api.github.com
nix profile install nixpkgs#goreleasernixpkgs package indexes · pkgs/by-name/go/goreleaser/package.nix · source: api.github.com
sudo pacman -S goreleaserArch Linux sync databases · goreleaser · source: geo.mirror.pkgbuild.com
sudo zypper install goreleaseropenSUSE Tumbleweed package metadata · goreleaser · source: download.opensuse.org
scoop install main/goreleaserScoop official bucket manifest trees · bucket/goreleaser.json · source: api.github.com
winget install --id goreleaser.goreleaser -eWindows Package Manager source index · goreleaser.goreleaser · source: cdn.winget.microsoft.com
overview
Deliver Go binaries as fast and easily as possible
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
goreleaser | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/goreleaser/goreleaser
install metadata
| Package key | brew:goreleaser |
|---|---|
| Version | 2.17.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/goreleaser |
| Homepage | https://goreleaser.com/ |
| Repository | https://github.com/goreleaser/goreleaser |
| Upstream docs | https://goreleaser.com/getting-started |
| License | MIT |
| Source archive | https://github.com/goreleaser/goreleaser.git |
| Last updated | 2026-07-05T03:37:31Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.