# sui を Homebrew, chocolatey でインストール

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

## インストール

```sh
sudo av install brew:sui
```

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

### macOS

- Homebrew (100%):

```sh
brew install sui
```

  証拠: local Homebrew formula metadata

### Windows

- Chocolatey (92%):

```sh
choco install sui
```

  証拠: Chocolatey community package catalog: sui from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.736','dotnet-5.0-sdk-3xx'

## パッケージ情報

- **パッケージキー:** brew:sui
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.76.1
- **ソース概要:** Next-generation smart contract platform powered by the Move programming language
- **ホームページ:** <https://sui.io>
- **リポジトリ:** <https://github.com/MystenLabs/sui>
- **最終更新:** 2026-07-28T21:44:43Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- sui (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Sui is a Move-based blockchain platform, and the Homebrew package primarily matters to developers because it ships the `sui` CLI. In package-manager terms, it is a toolchain package: users install it to build, publish, test, and operate against Sui networks from a terminal.

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

Official Sui posts describe public Devnet in May 2022, Testnet Wave 1 later in 2022, and public Mainnet launch on May 3, 2023. The documentation presents Sui as an object-oriented smart-contract platform using Sui Move packages as the unit of published code.

### 採用の歴史

Sui's own Mainnet anniversary posts report launch with more than 100 validators and more than 400 nodes, and the Homebrew input records Sui in Homebrew and Chocolatey. For package managers, the adoption signal is that blockchain developers expect a normal OS-level CLI rather than only a web wallet or SDK.

### 使われ方

The Sui docs cover building and publishing Move packages, managing package dependencies, constructing programmable transaction blocks with `sui client ptb`, and using local configuration and keystore files. The CLI is therefore both a developer tool and an operational wallet/key-management surface.

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

Package nerds care about Sui because it packages a fast-moving blockchain toolchain into conventional system package channels. That creates the usual packaging tensions: frequent upstream releases, network-specific config, keystore handling, reproducible builds, and compatibility between CLI, protocol, and Move package workflows.

### タイムライン

- 2022: Sui Devnet is publicly released.
- 2022: Sui Testnet Wave 1 goes live after Devnet.
- 2023: Sui Mainnet launches publicly on May 3.
- 2023: Official docs describe Move packages as immutable published on-chain code units.
- 2024: Sui developer roadmap discusses CLI command consolidation for local-network workflows.

### Related projects

- Sui is related to the Move language ecosystem, Sui Move packages, Sui Explorer, and the `sui client ptb` programmable transaction block workflow documented by Sui.

### ソース

- Input package-manager data: source_facts.package-manager
- Official CLI PTB docs: https://docs.sui.io/references/cli/ptb
- Official Mainnet anniversary post: https://blog.sui.io/mainnet-anniversary-milestones-innovation/
- Official Move package docs: https://docs.sui.io/develop/write-move/package-overview
- Official Sui Devnet post: https://blog.sui.io/sui-devnet-public-release/
- Official docs: https://docs.sui.io/
- Official package management docs: https://docs.sui.io/develop/manage-packages/move-package-management


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal


## 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: $SUI_CONFIG_DIR/client.yaml, ~/.sui/sui_config/client.yaml

## Credential files

- Unix: $SUI_CONFIG_DIR/sui.keystore, ~/.sui/sui_config/sui.keystore
## 他のパッケージマネージャ記録

- Chocolatey - sui: normalized package name match | Chocolatey community package catalog: sui from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='9.736','dotnet-5.0-sdk-3xx'


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
