macOS
brew install solanalocal Homebrew formula metadata
brew
Web-Scale Blockchain for decentralized apps and marketplaces. Version 4.1.1 via Homebrew; verified 2026-07-03.
install
brew install solanalocal Homebrew formula metadata
overview
Web-Scale Blockchain for decentralized apps and marketplaces
history
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.
security posture
No matching local secret-handling manifest was found for solana. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.
~/.config/solana/cli/config.ymlCredential-bearing paths to review before unattended agent runs.
~/.config/solana/id.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
agave-ledger-tool | cli | global executable | |
agave-validator | cli | global executable | |
agave-watchtower | cli | global executable | |
solana | cli | global executable | |
solana-keygen | cli | global executable | |
solana-stake-accounts | cli | global executable | |
solana-test-validator | cli | global executable | |
solana-tokens | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/anza-xyz/agave
install metadata
| Package key | brew:solana |
|---|---|
| Version | 4.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/solana |
| Homepage | https://www.anza.xyz/ |
| Repository | https://github.com/anza-xyz/agave |
| Upstream docs | https://docs.anza.xyz/ |
| License | Apache-2.0 |
| Source archive | https://github.com/anza-xyz/agave/archive/refs/tags/v4.1.1.tar.gz |
| Last updated | 2026-07-03T00:09:02Z |
| Pulse | updated |
| Dependencies | openssl@3, rocksdb |
| Build dependencies | llvm, pkgconf, protobuf, rust |
| Uses from macOS | bzip2 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | solana |
| Version Scheme | 1 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.