# aptos を Homebrew, winget でインストール

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

## インストール

```sh
sudo av install brew:aptos
```

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

### macOS

- Homebrew (100%):

```sh
brew install aptos
```

  証拠: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id AptosCore.aptos -e
```

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

## パッケージ情報

- **パッケージキー:** brew:aptos
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/aptos>
- **バージョン:** 9.5.0
- **ソース概要:** Layer 1 blockchain built to support fair access to decentralized assets for all
- **ホームページ:** <https://aptosfoundation.org/>
- **リポジトリ:** <https://github.com/aptos-labs/aptos-core>
- **上流ドキュメント:** <https://aptos.dev/build/cli>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/aptos-labs/aptos-core/archive/refs/tags/aptos-cli-v9.5.0.tar.gz>
- **最終更新:** 2026-07-14T11:43:38Z
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- aptos (cli)
- aptos (エイリアス)

## ビルド依存関係

- cmake
- rust

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 9.5.0
- マネージャ更新日: 2026-07-14
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/aptos-labs/aptos-core
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

Aptos CLI is the command-line front end for the Aptos blockchain toolchain. In package-manager terms it is the small executable that turns the much larger aptos-core monorepo into something developers can install, initialize, and use from a shell.

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

The official aptos-core repository was created in February 2022 and describes Aptos as a layer 1 blockchain focused on broad blockchain use, better technology, and user experience. The Homebrew package exposes the `aptos` executable from that repository rather than a separate standalone CLI project.

Aptos documentation treats the CLI as the normal entry point for local developer work: users install it, initialize profiles, select network endpoints, generate or enter a private key, and then run account and Move-package workflows from the terminal.

### 採用の歴史

The CLI appears in Homebrew and winget package metadata, matching Aptos' cross-platform developer audience. The aptos-core repository is active and high-visibility, with thousands of stars and forks in the official GitHub API metadata.

Official release notes continue to mention CLI releases alongside node and framework changes, which is typical for chain toolchains where package users track both client compatibility and protocol cadence.

### 使われ方

Typical use starts with `aptos init`, which writes a profile containing REST and faucet endpoints plus account key material. Named profiles let developers switch accounts and networks while reusing the same `aptos` binary for Move package publishing, account funding, and transaction workflows.

For package users, the important behavior is that local workspace configuration is discovered at `.aptos/config.yaml`, while a shared configuration can live at `~/.aptos/global_config.yaml`.

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

Aptos CLI is a good example of a blockchain package where the executable, protocol implementation, SDK surface, and release engineering all live in one large monorepo. Packagers care about it because a CLI version is not just a convenience binary; it also encodes current Move tooling, network defaults, and compatibility expectations.

### タイムライン

- 2022: The official aptos-core repository was created.
- 2022: Homebrew and other package metadata began distributing the `aptos` executable for developer workflows.
- 2026: Aptos node release notes still include explicit Aptos CLI release work, showing the CLI remains part of the main release train.

### Related projects

- Related official surfaces include aptos-core, the Aptos developer documentation, Move tooling, and Aptos network APIs.

### ソース

- <https://api.github.com/repos/aptos-labs/aptos-core>
- <https://api.github.com/repos/aptos-labs/aptos-core/releases>
- <https://aptos.dev/build/cli>
- <https://aptos.dev/build/cli/setup-cli>
- source_facts.package-manager


## セキュリティノート

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: .aptos/config.yaml, ~/.aptos/global_config.yaml

## Credential files

- Unix: .aptos/config.yaml, ~/.aptos/global_config.yaml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aptos
- **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:** head, stable

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

- winget - AptosCore.aptos: normalized package name match | Windows Package Manager source index: AptosCore.aptos from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [anchor](https://www.automicvault.com/ja/pkg/brew/anchor/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [clarinet](https://www.automicvault.com/ja/pkg/brew/clarinet/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [near](https://www.automicvault.com/ja/pkg/brew/near/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [stellar-cli](https://www.automicvault.com/ja/pkg/brew/stellar-cli/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [sui](https://www.automicvault.com/ja/pkg/brew/sui/) - Shares av.db curated category or tags: blockchain, cli, developer-tools, smart-contracts.
- [aiken](https://www.automicvault.com/ja/pkg/brew/aiken/) - Shares av.db curated category or tags: cli, developer-tools, smart-contracts.
- [bittensor](https://www.automicvault.com/ja/pkg/brew/bittensor/) - Shares av.db curated category or tags: blockchain, cli, developer-tools.
- [chainhook](https://www.automicvault.com/ja/pkg/brew/chainhook/) - Shares av.db curated category or tags: blockchain, cli, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/aptos.yml](https://github.com/automic-vault/db/blob/main/combined/aptos.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
