# jreleaser を Homebrew, apk, MacPorts, scoop, winget でインストール

jreleaser のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:jreleaser
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install jreleaser
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jreleaser
```

  証拠: MacPorts ports tree: devel/jreleaser/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add jreleaser
```

  証拠: Alpine Linux edge package indexes: jreleaser from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/jreleaser
```

  証拠: Scoop official bucket manifest trees: bucket/jreleaser.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id JReleaser.jreleaser -e
```

  証拠: Windows Package Manager source index: JReleaser.jreleaser from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:jreleaser
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.25.0
- **ソース概要:** Release projects quickly and easily with JReleaser
- **ホームページ:** <https://jreleaser.org/>
- **リポジトリ:** <https://github.com/jreleaser/jreleaser>
- **最終更新:** 2026-06-29T10:51:23Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- jreleaser (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.25.0
## プロジェクトの歴史と使われ方

JReleaser is a release automation tool for Java and non-Java projects. It packages release creation, artifact signing, checksums, changelogs, announcements, and publishing to package managers into a CLI and build-tool-oriented workflow.

### プロジェクトの歴史

The project README describes JReleaser as a tool for releasing Java and non-Java projects, including Go, Rust, Elixir, and C#. Its goal is to simplify release creation and artifact publication while keeping distribution-specific options configurable.

### 採用の歴史

JReleaser has a comparatively broad packaging and integration footprint. The README points to Maven Central artifacts, the Gradle Plugin Portal, GitHub release downloads, Docker images, Flathub, Chocolatey, AppImage, Homebrew, and an Azure DevOps extension. The input batch also records packages in apk, Homebrew, MacPorts, Scoop, and winget.

### 使われ方

JReleaser users describe distributions and release behavior in jreleaser.yml, jreleaser.toml, or jreleaser.json, then run the CLI or build-tool integrations from local development or CI/CD. The guide includes quick starts for the CLI, Maven, Gradle, and Ant, and concept pages for workflows, distributions, artifacts, templates, packagers, deployers, announcers, and signing.

### パッケージ好きにとっての重要性

For package nerds, JReleaser is significant because it automates the unglamorous final mile of shipping: turning one project release into many ecosystem-specific packages. It is especially relevant to JVM projects but intentionally crosses language boundaries and treats package managers as first-class release targets.

### タイムライン

- 2021: GitHub release pages recorded JReleaser v0.1.0 on 2021-04-10.
- 2022: GitHub release pages recorded JReleaser v1.0.0 on 2022-04-10.
- 2025: The release feed recorded a regular v1.x cadence through v1.22.0 on 2025-12-31.
- 2026: The release feed recorded v1.25.0 on 2026-06-29.

### Related projects

- JReleaser is related to Maven, Gradle, Ant, Docker, Homebrew, Chocolatey, Scoop, winget, MacPorts, Flathub, AppImage, and CI systems. It sits in the same release-automation space as build plugins, changelog tools, signing tools, and package-manager publishing bots.

### ソース

- <https://formulae.brew.sh/api/formula/jreleaser.json>
- <https://github.com/jreleaser/jreleaser>
- <https://github.com/jreleaser/jreleaser/releases/tag/v0.1.0>
- <https://github.com/jreleaser/jreleaser/releases/tag/v1.0.0>
- <https://github.com/jreleaser/jreleaser/releases/tag/v1.25.0>
- <https://jreleaser.org/>
- <https://jreleaser.org/guide/latest/index.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

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.


## Configuration files

- Unix: ./jreleaser.yml, ./jreleaser.toml, ./jreleaser.json

## Credential files

- Unix: ~/.jreleaser/config.properties, $XDG_CONFIG_HOME/jreleaser/config.properties
## 他のパッケージマネージャ記録

- apk - jreleaser - 1.25.0-r0: normalized package name match | Alpine Linux edge package indexes: jreleaser from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Release projects quickly and easily with JReleaser | https://jreleaser.org/
- apk - jreleaser-doc - 1.25.0-r0: normalized package name match | Alpine Linux edge package indexes: jreleaser-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Release projects quickly and easily with JReleaser (documentation) | https://jreleaser.org/
- MacPorts - jreleaser: normalized package name match | MacPorts ports tree: devel/jreleaser/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/jreleaser: normalized package name match | Scoop official bucket manifest trees: bucket/jreleaser.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - JReleaser.jreleaser: normalized package name match | Windows Package Manager source index: JReleaser.jreleaser from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

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