# micronaut を Homebrew, chocolatey, MacPorts, Nix, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:micronaut
```

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

### macOS

- Homebrew (100%):

```sh
brew install micronaut
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install micronaut
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#micronaut
```

  証拠: nixpkgs package indexes: pkgs/by-name/mi/micronaut/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install micronaut
```

  証拠: Chocolatey community package catalog: micronaut from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='10.804','zoxide'

- Scoop (92%):

```sh
scoop install main/micronaut
```

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

- winget (92%):

```sh
winget install --id Micronaut.Launch -e
```

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

## パッケージ情報

- **パッケージキー:** brew:micronaut
- **パッケージマネージャ:** Homebrew
- **バージョン:** 5.1.0
- **ソース概要:** Modern JVM-based framework for building modular microservices
- **ホームページ:** <https://micronaut.io/>
- **リポジトリ:** <https://github.com/micronaut-projects/micronaut-starter>
- **最終更新:** 2026-07-28T02:15:51Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mn (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Micronaut is a JVM framework introduced by Graeme Rocher and the Object Computing team that built Grails. It was open sourced on May 23, 2018, with an explicit focus on microservices for Java, Groovy, and Kotlin, and reached 1.0 GA on October 23, 2018. Its defining design choice is compile-time dependency injection, AOP, and metadata generation, avoiding the reflection-heavy runtime model used by many older JVM application frameworks.

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

Technically, Micronaut combined a Netty-based HTTP server and client, cloud-native configuration, service discovery, client-side load balancing, and serverless/microservice tooling with low startup time and memory use. That made it part of the same package-manager space as Spring Boot, Quarkus, Helidon, and Grails, but with a strong ahead-of-time and GraalVM-friendly identity.

### 使われ方

The project later gained formal foundation backing and corporate support. Oracle joined the Micronaut Foundation as an engineering partner in 2022 after contributing since 2020, including work around Micronaut AOT and Serialization. In 2026 the project announced plans to join the Commonhaus Foundation and described adoption across large corporations, small companies, private users, and more than 900 contributors. The Homebrew formula packages the `mn` launcher, used to generate and manage Micronaut applications from the command line.

### ソース

- <https://docs.micronaut.io/index.html>
- <https://formulae.brew.sh/formula/micronaut>
- <https://micronaut.io/2018/05/23/micronaut-open-sourced/>
- <https://micronaut.io/2018/10/23/micronaut-1-0-ga-released/>
- <https://micronaut.io/2022/10/04/announcing-our-new-engineering-partner-oracle/>
- <https://micronaut.io/2026/01/12/micronaut-announces-plans-to-join-the-commonhaus-foundation/>


## セキュリティノート

micronaut に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## 他のパッケージマネージャ記録

- Nix - micronaut: normalized package name match | nixpkgs package indexes: pkgs/by-name/mi/micronaut/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - micronaut: normalized package name match | MacPorts ports tree: java/micronaut/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - micronaut: normalized package name match | Chocolatey community package catalog: micronaut from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='10.804','zoxide'
- Scoop - main/micronaut: normalized package name match | Scoop official bucket manifest trees: bucket/micronaut.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Micronaut.Launch: normalized package name match | Windows Package Manager source index: Micronaut.Launch from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/micronaut.yml](https://github.com/mxcl/pkgdb/blob/main/combined/micronaut.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
