# solana を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:solana
```

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

### macOS

- Homebrew (100%):

```sh
brew install solana
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:solana
- **パッケージマネージャ:** Homebrew
- **バージョン:** 4.1.2
- **ソース概要:** Web-Scale Blockchain for decentralized apps and marketplaces
- **ホームページ:** <https://www.anza.xyz/>
- **リポジトリ:** <https://github.com/anza-xyz/agave>
- **最終更新:** 2026-07-13T16:52:22Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- agave-ledger-tool (エイリアス)
- agave-validator (エイリアス)
- agave-watchtower (エイリアス)
- solana (エイリアス)
- solana-keygen (エイリアス)
- solana-stake-accounts (エイリアス)
- solana-test-validator (エイリアス)
- solana-tokens (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

The Homebrew solana package installs the Solana command-line and validator toolchain, now sourced from Anza's Agave implementation, for developers and operators working with Solana clusters.

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

The original solana-labs/solana repository was created in February 2018 and is now archived. Its README explicitly redirects readers to Agave, the Solana validator implementation from Anza.

The Anza Agave repository was created in January 2024 as a fork of solana-labs/solana. Its README documents building the Rust validator implementation, running local testnets, accessing devnet, benchmarking, and following the release process.

The package continues to expose familiar Solana command names such as solana, solana-keygen, solana-test-validator, and validator/ledger tools, even as the upstream implementation source moved to Agave.

### 採用の歴史

The CLI became a central interface for Solana because the official Anza CLI documentation says it is the first place the Anza core team deploys new functionality and provides direct, flexible, secure account access.

Official installation docs support multiple routes: the Solana install tool, prebuilt binaries, source builds, and Homebrew. The Homebrew section notes that the formula is updated after each solana release, though it may lag the desired version.

### 使われ方

Developers use the CLI to create and manage wallets, choose clusters, transfer tokens, deploy programs, run local test validators, and inspect or operate validator-related state.

Package users commonly care about the config and keypair paths because the CLI reads ~/.config/solana/cli/config.yml for cluster and client defaults and commonly uses ~/.config/solana/id.json as a filesystem keypair.

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

For package managers, solana is a large Rust toolchain package with many operational binaries, release-channel expectations, and tight coupling to upstream network compatibility. It is not just a single wallet CLI.

The Solana-to-Agave upstream transition is also package-nerd-interesting: downstream formula names, executable names, docs, and user config paths preserve the Solana CLI identity while the maintained source repository and validator implementation live under Anza.

### タイムライン

- 2018-02: solana-labs/solana repository is created.
- 2024-01: anza-xyz/agave repository is created as a fork of solana-labs/solana.
- 2025: solana-labs/solana README marks the repository as a public archive and points to Agave.
- 2026: Anza docs continue to document the Solana CLI install flow, including Homebrew.

### Related projects

- Agave: Anza's maintained Solana validator implementation and current source for the Homebrew package.
- solana-labs/solana: archived predecessor repository.
- Solana CLI Tool Suite: commands used for wallets, clusters, staking, programs, and local validators.
- Anchor and Solana Program Library: neighboring developer tooling commonly used with Solana CLI workflows.

### ソース

- current_curation.config-file-location
- current_curation.credentials-file-location
- <https://api.github.com/repos/anza-xyz/agave>
- <https://docs.anza.xyz/cli/>
- <https://docs.anza.xyz/cli/install>
- <https://raw.githubusercontent.com/anza-xyz/agave/master/README.md>
- <https://raw.githubusercontent.com/solana-labs/solana/master/README.md>
- <https://solana.com/docs/intro/installation>
- source_facts.executables
- source_facts.package-manager


## セキュリティノート

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



## 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: ~/.config/solana/cli/config.yml

## Credential files

- Unix: ~/.config/solana/id.json

## Combined YAML source

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


## ソース

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