# moto を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:moto
```

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

### macOS

- Homebrew (100%):

```sh
brew install moto
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:moto
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/moto>
- **バージョン:** 5.2.2
- **ソース概要:** Mock AWS services
- **ホームページ:** <http://getmoto.org/>
- **上流ドキュメント:** <http://getmoto.org/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/47/63/d944f387582cc53f53febbff2b3fa36a6d2ed7c1feef8990bf646cfa9cba/moto-5.2.2.tar.gz>
- **最終更新:** 2026-07-15T12:02:26Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- moto_proxy (cli)
- moto_server (cli)
- moto_proxy (エイリアス)
- moto_server (エイリアス)

## 依存関係

- certifi
- cryptography
- libyaml
- pydantic
- python@3.14
- rpds-py

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 5.2.2
- マネージャ更新日: 2026-07-15
- ローカルデータ: OK
- 上流リポジトリ: http://getmoto.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

Moto began as Steve Pulec's Python library for mocking AWS services, with the project AUTHORS file naming Pulec as the original writer and a long contributor list behind the broader emulator. Its role is tightly coupled to the boto and boto3 ecosystem: tests wrap AWS-using code with Moto's mocks so that S3, DynamoDB, IAM, Lambda, and other service calls are handled locally instead of reaching a real AWS account.

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

The project became a standard testing tool because it supports both in-process Python decorators/context managers and a stand-alone HTTP server mode. The server mode lets non-Python SDKs point at Moto's fake AWS endpoints, while the Python API fits normal unit-test and pytest workflows. Moto 5.0.0 marked a major API simplification by replacing service-specific decorators with a single `mock_aws` decorator and making one MotoServer instance the recommended server shape, a milestone aimed at simplifying usage and state management.

### 使われ方

As a package-manager entry, Moto is more of a developer-test dependency than an end-user CLI, although Homebrew exposes `moto_server` and `moto_proxy` executables for local service emulation. Its closest neighbors are broader local cloud emulators and hand-written mocks, but Moto's niche is AWS-specific behavioral coverage that can be pulled directly into Python tests.

### ソース

- <https://docs.getmoto.org/>
- <https://docs.getmoto.org/en/latest/docs/getting_started.html>
- <https://formulae.brew.sh/formula/moto>
- <https://github.com/getmoto/moto/blob/master/AUTHORS.md>
- <https://github.com/getmoto/moto/issues/7198>
- <https://pypi.org/project/moto/>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** moto
- **Version Scheme:** 0
- **Revision:** 2
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 関連リンク

- [Cloud CLI packages](https://pkg.so/ja/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [fake-gcs-server](https://pkg.so/ja/brew/fake-gcs-server/) - Shares pkgdb curated category or tags: cli, cloud, developer-tools, testing.
- [mockolo](https://pkg.so/ja/brew/mockolo/) - Shares pkgdb curated category or tags: cli, developer-tools, mocking, testing.
- [localstack](https://pkg.so/ja/brew/localstack/) - Shares pkgdb curated category or tags: aws, cli, cloud, developer-tools, testing.
- [mockery](https://pkg.so/ja/brew/mockery/) - Shares pkgdb curated category or tags: cli, developer-tools, mocking, testing.
- [pytest](https://pkg.so/ja/brew/pytest/) - Shares pkgdb curated category or tags: cli, developer-tools, python, testing.
- [tox](https://pkg.so/ja/brew/tox/) - Shares pkgdb curated category or tags: cli, developer-tools, python, testing.
- [locust](https://pkg.so/ja/brew/locust/) - Shares pkgdb curated category or tags: cli, developer-tools, python, testing.
- [robot-framework](https://pkg.so/ja/brew/robot-framework/) - Shares pkgdb curated category or tags: cli, developer-tools, python, testing.
- [molecule](https://pkg.so/ja/brew/molecule/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, cryptography, developer, developer-tools.
- [schemathesis](https://pkg.so/ja/brew/schemathesis/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, developer, developer-tools, libyaml.

## Combined YAML source

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


## ソース

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