# Installer stellar-core avec Homebrew, Nix

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install stellar-core
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#stellar-core
```

  Preuve: nixpkgs package indexes: pkgs/by-name/st/stellar-core/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:stellar-core
- **Gestionnaire de paquets:** Homebrew
- **Version:** 27.1.0
- **Résumé source:** Backbone of the Stellar (XLM) network
- **Page d'accueil:** <https://www.stellar.org/>
- **Dépôt:** <https://github.com/stellar/stellar-core>
- **Dernière mise à jour:** 2026-06-26T02:17:39Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- stellar-core (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 Core is the reference peer-to-peer node software for the Stellar network. In package-manager terms it is the heavyweight daemon-like package behind Stellar infrastructure, valued by operators who want to run validators, test networks, history archives, or local network services from a reproducible install.

### Historique du projet

The Stellar Development Foundation dates its inception to 2014, and the Stellar Core GitHub repository was created in November 2014. The README describes stellar-core as a replicated state machine that keeps a local copy of a cryptographic ledger and processes transactions in consensus with peers using the Stellar Consensus Protocol.

### Historique d'adoption

Official validator documentation treats Stellar Core as the software used to run nodes and validators, and the integration documentation places it at the bottom of the Stellar stack, with services such as Horizon built on top of it. Its adoption is therefore infrastructure-oriented: exchanges, ecosystem services, validators, and developers run it to participate in, observe, or test the network.

### Modes d'utilisation

Common usage centers on configuring `stellar-core.cfg`, initializing or joining networks, starting the `stellar-core` service, monitoring node health, publishing or consuming history archives, and exposing administrative command endpoints. The official history-archive docs show `/etc/stellar/stellar-core.cfg` as the configuration file used for archive setup.

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

Package nerds care about Stellar Core because it is not just a CLI wrapper: it is a C++ network service with consensus behavior, storage, history archive configuration, and protocol-version coupling. Packaging it well means tracking compiler/runtime support, service files, default config paths, and predictable upgrades for node operators.

### Chronologie

- 2014: Stellar Development Foundation inception.
- 2014: Public stellar-core GitHub repository created.
- 2022: GitHub releases include v19.0.0 and later protocol-era releases.
- 2026: GitHub releases continued through v27.1.0.

### Related projects

- Stellar Core sits below Horizon, validator tooling, history archives, Stellar CLI, Stellar XDR libraries, and other Stellar network services.

### Sources

- <https://api.github.com/repos/stellar/stellar-core>
- <https://api.github.com/repos/stellar/stellar-core/releases>
- <https://developers.stellar.org/docs/validators>
- <https://developers.stellar.org/docs/validators/admin-guide/publishing-history-archives>
- <https://github.com/stellar/stellar-core>
- <https://github.com/stellar/stellar-core/blob/master/docs/integration.md>
- <https://stellar.org/foundation/mandate>
- input.source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour stellar-core. 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

- Linux: /etc/stellar/stellar-core.cfg
## Autres enregistrements de gestionnaires de paquets

- Nix - stellar-core: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/stellar-core/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/stellar-core.yml](https://github.com/mxcl/pkgdb/blob/main/combined/stellar-core.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
