macOS
brew install stellar-xdrlocal Homebrew formula metadata
brew
Stellar command-line tool for encoding/decoding XDR for the Stellar network. Version 27.0.0 via Homebrew; verified 2026-06-01.
install
brew install stellar-xdrlocal Homebrew formula metadata
overview
Stellar command-line tool for encoding/decoding XDR for the Stellar network
history
Stellar XDR is the Rust library and CLI for working with Stellar's XDR data structures. Its package-manager role is narrower than Stellar CLI or Stellar Core: it gives developers a standalone executable for encoding and decoding the binary serialization format used throughout the Stellar protocol.
The rs-stellar-xdr repository was created in April 2022. Its README says the library and CLI contain types and functionality for Stellar XDR, with types generated from XDR definitions hosted in the stellar/stellar-xdr repository using Stellar's Rust XDR generator.
The official Horizon API documentation documents XDR as part of Stellar API responses and transaction data. That makes the tool useful for developers debugging transactions, inspecting ledger objects, or bridging low-level protocol data with higher-level SDK and CLI workflows.
Common usage is decoding, encoding, and inspecting Stellar XDR values while developing integrations or smart-contract tooling. Because it has no documented persistent configuration or credential store, it behaves like a stateless developer utility.
Package nerds care because serialization tools often sit at protocol boundaries: they need to track network protocol changes, generated schemas, and language runtime compatibility. A packaged `stellar-xdr` binary lets maintainers expose that low-level inspection tool without requiring every user to build the Rust crate manually.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
stellar-xdr | 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://developers.stellar.org
install metadata
| Package key | brew:stellar-xdr |
|---|---|
| Version | 27.0.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/stellar-xdr |
| Homepage | https://developers.stellar.org |
| Repository | https://github.com/stellar/rs-stellar-xdr |
| Upstream docs | https://developers.stellar.org/docs/data/apis/horizon/api-reference/structure/xdr |
| License | Apache-2.0 |
| Source archive | https://static.crates.io/crates/stellar-xdr/stellar-xdr-27.0.0.crate |
| Last updated | 2026-06-01T22:34:11Z |
| Pulse | updated |
| Build dependencies | rust |
| 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 | stellar-xdr |
| 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 |
|
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.