macOS
brew install ordlocal Homebrew formula metadata
brew
Index, block explorer, and command-line wallet. Version 0.27.1 via Homebrew; verified 2026-06-22.
install
brew install ordlocal Homebrew formula metadata
nix profile install nixpkgs#ordnixpkgs package indexes · pkgs/by-name/or/ord/package.nix · source: api.github.com
overview
Index, block explorer, and command-line wallet
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
<CONFIG_PATH><CONFIG_DIR_PATH>/ord.yaml<DATA_DIR_PATH>/ord.yamlord.yaml in the default data directoryexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ord | 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://github.com/ordinals/ord
install metadata
| Package key | brew:ord |
|---|---|
| Version | 0.27.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ord |
| 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 |
| Pulse | updated |
| Build dependencies | pkgconf, 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 | 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ord
nix profile install nixpkgs#ordsource 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.