macOS
brew install aptoslocal Homebrew formula metadata
安装
brew install aptoslocal Homebrew formula metadata
winget install --id AptosCore.aptos -eWindows Package Manager source index · AptosCore.aptos · 来源: cdn.winget.microsoft.com
概览
Layer 1 blockchain built to support fair access to decentralized assets for all
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
.aptos/config.yaml~/.aptos/global_config.yamlCredential-bearing paths to review before unattended agent runs.
.aptos/config.yaml~/.aptos/global_config.yaml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
aptos | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/aptos-labs/aptos-core
安装元数据
| 软件包键 | brew:aptos |
|---|---|
| 版本 | 9.5.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/aptos |
| 主页 | 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 |
| Pulse | updated |
| 构建依赖 | cmake, rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
AptosCore.aptos
winget install --id AptosCore.aptos -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.