# ord を Homebrew, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install ord
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:ord
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.28.0
- **ソース概要:** Index, block explorer, and command-line wallet
- **ホームページ:** <https://ordinals.com/>
- **リポジトリ:** <https://github.com/ordinals/ord>
- **最終更新:** 2026-08-02T21:35:43Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ord (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.28.0
## プロジェクトの歴史と使われ方

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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
## 他のパッケージマネージャ記録

- 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


## Combined YAML source

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


## ソース

- 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
