macOS
brew install adr-toolslocal Homebrew formula metadata
brew
adr-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install adr-toolslocal Homebrew formula metadata
sudo apt install adr-toolsDebian stable package indexes · adr-tools · ソース: deb.debian.org
nix profile install nixpkgs#adr-toolsnixpkgs package indexes · pkgs/by-name/ad/adr-tools/package.nix · ソース: api.github.com
概要
CLI tool for working with Architecture Decision Records
履歴
ADR Tools is Nat Pryce's shell-based command-line toolkit for creating and maintaining Architecture Decision Records in a source tree. It became one of the reference implementations for teams that wanted ADRs as simple numbered Markdown files rather than a hosted documentation system.
The project records its own first ADR on 2016-02-12, deciding to use Architecture Decision Records for its architecture decisions. Its README positions the tool around a log of ADRs, with Markdown records stored under a project subdirectory, defaulting to `doc/adr`.
ADR Tools deliberately uses Unix shell scripts. The project ADR directory includes decisions such as implementing the tool as shell scripts, using a single command with subcommands, storing records in Markdown, invoking `adr-config` for installation-specific configuration, and using ISO-8601 dates.
The 2018 release series added repository upgrades, ISO-8601 date format support, arbitrary links between ADRs, graph visualisation output, generated tables of contents, bash completion, better help text, Git Bash support on Windows, and parent-directory search for ADR directories.
ADR Tools adopted the same source-control-native posture as ADRs themselves: its install documentation recommends Homebrew on macOS, release archives or Git on Linux/macOS, Git Bash or WSL on Windows, and shell autocomplete installation where supported.
The provided package metadata shows distribution through Homebrew, Debian, Ubuntu, and Nix. The GitHub repository's large star and fork counts also reflect broad recognition among architecture-documentation users, but its day-to-day adoption is usually invisible because the generated ADR files live inside other projects' repositories.
The common workflow is `adr init` to create an ADR directory, `adr new` to create a numbered Markdown record, and `adr help` for subcommands. The README says new records are opened in the user's editor through `VISUAL` or `EDITOR`.
Teams use it to keep architectural decisions close to code, review them like any other text change, and link or supersede older decisions as architecture changes. Generated graphs and tables of contents make it useful beyond the first few records.
ADR Tools is package-nerd significant because it is a tiny shell distribution that turns an architectural practice into a Unix command. Its behavior is easy to audit, easy to vendor, and easy for package managers to ship without a runtime stack beyond POSIX-ish shell tooling.
It also shaped conventions that other tools follow, especially the default `doc/adr` directory and numbered Markdown filenames. That convention is visible in adr-viewer, which defaults to the same path because ADR Tools generates it.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
_adr_add_link | cli | グローバル実行可能ファイル | |
_adr_autocomplete | cli | グローバル実行可能ファイル | |
_adr_commands | cli | グローバル実行可能ファイル | |
_adr_dir | cli | グローバル実行可能ファイル | |
_adr_file | cli | グローバル実行可能ファイル | |
_adr_generate_graph | cli | グローバル実行可能ファイル | |
_adr_generate_toc | cli | グローバル実行可能ファイル | |
_adr_help | cli | グローバル実行可能ファイル | |
_adr_help_new | cli | グローバル実行可能ファイル | |
_adr_links | cli | グローバル実行可能ファイル | |
_adr_remove_status | cli | グローバル実行可能ファイル | |
_adr_status | cli | グローバル実行可能ファイル | |
_adr_title | cli | グローバル実行可能ファイル | |
adr | cli | グローバル実行可能ファイル | |
adr-config | cli | グローバル実行可能ファイル | |
adr-generate | cli | グローバル実行可能ファイル | |
adr-help | cli | グローバル実行可能ファイル | |
adr-init | cli | グローバル実行可能ファイル | |
adr-link | cli | グローバル実行可能ファイル | |
adr-list | cli | グローバル実行可能ファイル | |
adr-new | cli | グローバル実行可能ファイル | |
adr-upgrade-repository | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/npryce/adr-tools
インストールメタデータ
| パッケージキー | brew:adr-tools |
|---|---|
| バージョン | 3.0.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/adr-tools |
| ホームページ | https://github.com/npryce/adr-tools |
| リポジトリ | https://github.com/npryce/adr-tools |
| 上流ドキュメント | https://github.com/npryce/adr-tools#readme |
| ライセンス | CC-BY-4.0 |
| ソースアーカイブ | https://github.com/npryce/adr-tools/archive/refs/tags/3.0.0.tar.gz |
| 最終更新 | 2026-05-26T23:37:49-04:00 |
| Pulse | updated |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | adr-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
adr-tools 3.0.0-2
tools for working with a log of Architecture Decision Records
https://github.com/npryce/adr-tools
sudo apt install adr-toolsadr-tools
nix profile install nixpkgs#adr-toolsadr-tools 3.0.0-2
tools for working with a log of Architecture Decision Records
https://github.com/npryce/adr-tools
sudo apt install adr-toolsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.