# Install ord with Homebrew, Nix

Index, block explorer, and command-line wallet. Version 0.27.1 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:ord
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ord
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ord
```

  Evidence: nixpkgs package indexes: pkgs/by-name/or/ord/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:ord
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ord>
- **Version:** 0.27.1
- **Source summary:** Index, block explorer, and command-line wallet
- **Homepage:** <https://ordinals.com/>
- **Repository:** <https://github.com/ordinals/ord>
- **Upstream docs:** <https://docs.ordinals.com/>
- **License:** CC0-1.0
- **Source archive:** <https://github.com/ordinals/ord/archive/refs/tags/0.27.1.tar.gz>
- **Last updated:** 2026-06-22T14:05:46-07:00
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- ord (cli)
- ord (alias)

## Build dependencies

- pkgconf
- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.27.1
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://github.com/ordinals/ord
- Upstream latest detected: 0.27.1 (current)
## Project history and usage

ord is the reference implementation around Bitcoin Ordinal Theory: a Rust command-line program that indexes satoshis, serves a block explorer, and provides wallet commands for inscriptions and related Ordinals workflows. Its importance comes from combining protocol interpretation, wallet operations, and explorer UX in one package rather than being only a library or only a web service.

### Project history

The GitHub repository for ord was created on 2021-12-12. Its README describes Ordinal Theory as a system that assigns serial numbers to satoshis in mining order and preserves those numbers across transactions, which turns ordinary sats into collectable, trackable units.

Casey Rodarmor's January 2023 writing around ord 0.4.0 framed the package as an open-source Rust binary developed on GitHub, with an ordinal wallet, inscription creation and transfer support, and block explorer instances for mainnet, signet, and testnet. That release marked the point where mainnet inscriptions were presented as ready for use under the protocol-compatibility rules described by the project.

### Adoption history

ord became the canonical package for people who wanted to run their own Ordinals index and inspect Bitcoin-native inscriptions without relying on a hosted explorer. The project accumulated thousands of GitHub stars and more than a thousand forks, and the README points users to GitHub releases, crates.io, Homebrew, Docker builds, and the ordinals.com installer.

Adoption followed the broader rise of Bitcoin inscriptions in 2023 and later Ordinals-adjacent protocols. The changelog shows continuing protocol work, including runes-related indexing and display changes around the 0.18 series in 2024.

### How it is used

Operators use ord beside Bitcoin Core: ord asks Bitcoin Core for blocks and transactions, builds its own index, and exposes the resulting view through CLI and explorer commands. Wallet users use it for sat control, inscription creation, transfers, and related maintenance tasks, while the README warns that Bitcoin Core itself is not inscription-aware.

The security model is package-nerd-interesting because ord bridges local wallet access, blockchain indexing, and web serving. The README explicitly warns that the explorer can host untrusted HTML and JavaScript, and that ord wallet use should be segregated from wallets holding material cardinal bitcoin balances.

### Why package nerds care

For package databases, ord is a rare case where a package manager formula tracks software that is both a CLI and a de facto protocol implementation. Installing the package can mean participating in an indexing convention used by marketplaces, wallets, explorers, and independent node operators.

The package is also a snapshot of how protocol communities distribute tooling: Rust source, crates.io metadata, GitHub releases, Homebrew, Docker, public explorer instances, and a project handbook all serve different parts of the user base.

### Timeline

- 2021-12-12: ordinals/ord repository created on GitHub.
- 2023-01: ord 0.4.0 was described by Casey Rodarmor as supporting mainnet inscription creation, transfer, and exploration.
- 2024-04: the 0.18 series changelog includes runes-related wallet, listing, and indexing work.

### Related projects

- Bitcoin Core is a required counterpart for full-node and wallet functionality; ord relies on it for private-key management, signing, blocks, and transactions. The Ordinal Theory Handbook, ordinals.com explorer, crates.io package, Homebrew formula, and Umbrel Ordinals app are part of the surrounding distribution and operator ecosystem.

### Sources

- <https://api.github.com/repos/ordinals/ord>
- <https://crates.io/crates/ord>
- <https://docs.ordinals.com/>
- <https://docs.ordinals.com/guides/wallet.html>
- <https://formulae.brew.sh/formula/ord>
- <https://github.com/ordinals/ord>
- <https://github.com/ordinals/ord/blob/master/CHANGELOG.md>
- <https://rodarmor.com/blog/inscribing-mainnet/>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## 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: <CONFIG_PATH>, <CONFIG_DIR_PATH>/ord.yaml, <DATA_DIR_PATH>/ord.yaml, ord.yaml in the default data directory
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ord
- **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

## Other Package-Manager Records

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


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [btcli](https://www.automicvault.com/pkg/brew/btcli/) - Shares av.db curated category or tags: blockchain, cli, networking, wallet.
- [floresta](https://www.automicvault.com/pkg/brew/floresta/) - Shares av.db curated category or tags: bitcoin, blockchain, cli, networking.
- [oasis](https://www.automicvault.com/pkg/brew/oasis/) - Shares av.db curated category or tags: blockchain, cli, networking, wallet.
- [bitcoin](https://www.automicvault.com/pkg/brew/bitcoin/) - Shares av.db curated category or tags: bitcoin, blockchain, cli, networking, wallet.
- [hsd](https://www.automicvault.com/pkg/brew/hsd/) - Shares av.db curated category or tags: blockchain, cli, networking.
- [lighthouse](https://www.automicvault.com/pkg/brew/lighthouse/) - Shares av.db curated category or tags: blockchain, cli, networking.
- [stellar-core](https://www.automicvault.com/pkg/brew/stellar-core/) - Shares av.db curated category or tags: blockchain, cli, networking.
- [teku](https://www.automicvault.com/pkg/brew/teku/) - Shares av.db curated category or tags: blockchain, cli, networking.

## Combined YAML source

View the package source record on GitHub. [combined/ord.yml](https://github.com/automic-vault/db/blob/main/combined/ord.yml)


## Sources

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