# stellar-core を Homebrew, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:stellar-core
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/stellar-core>
- **バージョン:** 27.1.0
- **ソース概要:** Backbone of the Stellar (XLM) network
- **ホームページ:** <https://www.stellar.org/>
- **リポジトリ:** <https://github.com/stellar/stellar-core>
- **上流ドキュメント:** <https://www.stellar.org/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/stellar/stellar-core.git>
- **最終更新:** 2026-06-26T02:17:39Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- stellar-core (cli)
- stellar-core (エイリアス)

## 依存関係

- libpq

## ビルド依存関係

- autoconf
- automake
- bison
- libtool
- pandoc
- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 27.1.0
- マネージャ更新日: 2026-06-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/stellar/stellar-core
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

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



## 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
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** stellar-core
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://pkg.so/ja/web-dev-tools/) - Matched web development metadata.
- [libpq](https://pkg.so/ja/brew/libpq/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [stellar-cli](https://pkg.so/ja/brew/stellar-cli/) - Package name indicates the same formula family.
- [bitcoin](https://pkg.so/ja/brew/bitcoin/) - Shares pkgdb curated category or tags: blockchain, cli, networking.
- [btcli](https://pkg.so/ja/brew/btcli/) - Shares pkgdb curated category or tags: blockchain, cli, networking.
- [lighthouse](https://pkg.so/ja/brew/lighthouse/) - Shares pkgdb curated category or tags: blockchain, cli, networking.
- [core-lightning](https://pkg.so/ja/brew/core-lightning/) - Shares pkgdb curated category or tags: cli, networking, node.
- [hsd](https://pkg.so/ja/brew/hsd/) - Shares pkgdb curated category or tags: blockchain, cli, networking.
- [oasis](https://pkg.so/ja/brew/oasis/) - Shares pkgdb curated category or tags: blockchain, cli, networking.
- [teku](https://pkg.so/ja/brew/teku/) - Shares pkgdb curated category or tags: blockchain, cli, networking.
- [grin](https://pkg.so/ja/brew/grin/) - Shares pkgdb curated category or tags: blockchain, cli, networking.
- [groestlcoin](https://pkg.so/ja/brew/groestlcoin/) - Local metadata places this package in an adjacent workflow. Shared terms: blockchain, cli, network, networking.

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
