# Installer solana avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de solana pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install solana
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:solana
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.1.2
- **Résumé source:** Web-Scale Blockchain for decentralized apps and marketplaces
- **Page d'accueil:** <https://www.anza.xyz/>
- **Dépôt:** <https://github.com/anza-xyz/agave>
- **Dernière mise à jour:** 2026-07-13T16:52:22Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- agave-ledger-tool (alias)
- agave-validator (alias)
- agave-watchtower (alias)
- solana (alias)
- solana-keygen (alias)
- solana-stake-accounts (alias)
- solana-test-validator (alias)
- solana-tokens (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.1.2
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- 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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour solana. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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)


## Sources

- 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
