# Installer stellar-cli avec Homebrew, winget

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

## installation

```sh
sudo av install brew:stellar-cli
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install stellar-cli
```

  Preuve: local Homebrew formula metadata

### Windows

- winget (92%):

```sh
winget install --id Stellar.StellarCLI -e
```

  Preuve: Windows Package Manager source index: Stellar.StellarCLI from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:stellar-cli
- **Gestionnaire de paquets:** Homebrew
- **Version:** 27.1.0
- **Résumé source:** Stellar command-line tool for interacting with the Stellar network
- **Page d'accueil:** <https://developers.stellar.org>
- **Dépôt:** <https://github.com/stellar/stellar-cli>
- **Dernière mise à jour:** 2026-07-31T17:39:12Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- stellar (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Stellar CLI is the command-line tool for developers building on Stellar, especially for deploying and interacting with Stellar smart contracts. In package-manager culture it is the installable `stellar` binary that turns Stellar contract development into a local terminal workflow rather than only a web-console or SDK activity.

### Historique du projet

The public GitHub repository was created in May 2022 and describes the project as a CLI for Stellar developers. Its README presents it as the command-line multi-tool for running and deploying Stellar contracts on the Stellar network, tying the tool to Stellar's Soroban-era smart-contract developer stack.

### Historique d'adoption

Stellar smart contracts, formerly called Soroban, reached mainnet availability in March 2024 according to SDF's official announcement. That made the CLI more important as a packaged developer dependency because contract builders needed a repeatable way to create identities, configure networks, deploy contracts, and call them from scripts and CI.

### Modes d'utilisation

The official manual documents commands for keys, networks, contracts, ledgers, events, and other Stellar workflows. It also documents a shared configuration directory, defaulting to `$XDG_CONFIG_HOME/stellar` or `~/.config/stellar`, which stores configuration files, aliases, and persistent settings.

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

For package maintainers, Stellar CLI is the small binary surface area of a much larger blockchain toolchain: Rust, Wasm smart contracts, RPC endpoints, network passphrases, identities, and release compatibility all meet at one executable. Its presence in Homebrew and WinGet, recorded in the input package-manager facts, makes it a cross-platform CLI that developers can pin and upgrade outside language-specific package managers.

### Chronologie

- 2022: Public GitHub repository created.
- 2022: Early v0 releases published on GitHub.
- 2024: Stellar smart contracts announced live on mainnet.
- 2026: GitHub releases continued through v27.0.0.

### Related projects

- The CLI is part of the broader Stellar developer stack alongside Stellar Core, the Stellar Rust XDR tooling, the Soroban SDK, and Stellar RPC services.

### Sources

- <https://api.github.com/repos/stellar/stellar-cli>
- <https://api.github.com/repos/stellar/stellar-cli/releases>
- <https://developers.stellar.org/docs/tools/cli/stellar-cli>
- <https://github.com/stellar/stellar-cli>
- <https://stellar.org/press/smart-contracts-launch-on-stellar>
- input.source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool 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: $XDG_CONFIG_HOME/stellar, ~/.config/stellar

## Credential files

- Unix: $XDG_CONFIG_HOME/stellar, ~/.config/stellar
## Autres enregistrements de gestionnaires de paquets

- winget - Stellar.StellarCLI: normalized package name match | Windows Package Manager source index: Stellar.StellarCLI from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

- 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
