# mx を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:mx
```

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

### macOS

- Homebrew (100%):

```sh
brew install mx
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:mx
- **パッケージマネージャ:** Homebrew
- **バージョン:** 7.84.2
- **ソース概要:** Command-line tool used for the development of Graal projects
- **ホームページ:** <https://github.com/graalvm/mx>
- **リポジトリ:** <https://github.com/graalvm/mx>
- **最終更新:** 2026-07-30T19:12:31Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mx (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

mx is the Python-based command-line tool used to develop Graal projects. The graalvm/mx README describes it as a tool for managing primarily Java code: defining dependencies, building, testing, running, updating, and packaging artifacts, including code spread across multiple source repositories.

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

Its central abstraction is the suite. A suite is both a source tree and the container for libraries, projects, distributions, metadata, and imports of other suites. That model fits the GraalVM ecosystem, where compiler, Truffle, language, and VM components need coordinated builds across related repositories. Oracle's GraalVM build instructions use mx for building GraalVM from source, including the VM suite that assembles the GraalVM SDK, Graal JIT compiler, SubstrateVM, and Truffle framework.

### 使われ方

In package-manager terms, mx is not a general Java build tool competing with Maven or Gradle for application projects. It is a specialist developer tool for the GraalVM codebase and projects that adopt Graal's suite metadata format, useful when a repository needs mx commands, suite.py metadata, and the surrounding Graal build conventions.

### ソース

- <https://github.com/graalvm/mx>
- <https://github.com/oracle/graal/blob/master/vm/README.md>
- <https://raw.githubusercontent.com/graalvm/mx/master/README.md>


## セキュリティノート

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



## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
