macOS
brew install adr-toolslocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für adr-tools in AI-Agent-Workflows.
Installation
brew install adr-toolslocal Homebrew formula metadata
sudo apt install adr-toolsDebian stable package indexes · adr-tools · Quelle: deb.debian.org
nix profile install nixpkgs#adr-toolsnixpkgs package indexes · pkgs/by-name/ad/adr-tools/package.nix · Quelle: api.github.com
Überblick
CLI tool for working with Architecture Decision Records
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
_adr_add_link | cli | globales Executable | |
_adr_autocomplete | cli | globales Executable | |
_adr_commands | cli | globales Executable | |
_adr_dir | cli | globales Executable | |
_adr_file | cli | globales Executable | |
_adr_generate_graph | cli | globales Executable | |
_adr_generate_toc | cli | globales Executable | |
_adr_help | cli | globales Executable | |
_adr_help_new | cli | globales Executable | |
_adr_links | cli | globales Executable | |
_adr_remove_status | cli | globales Executable | |
_adr_status | cli | globales Executable | |
_adr_title | cli | globales Executable | |
adr | cli | globales Executable | |
adr-config | cli | globales Executable | |
adr-generate | cli | globales Executable | |
adr-help | cli | globales Executable | |
adr-init | cli | globales Executable | |
adr-link | cli | globales Executable | |
adr-list | cli | globales Executable | |
adr-new | cli | globales Executable | |
adr-upgrade-repository | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/npryce/adr-tools
Installationsmetadaten
| Paketschlüssel | brew:adr-tools |
|---|---|
| Version | 3.0.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/adr-tools |
| Homepage | https://github.com/npryce/adr-tools |
| Repository | https://github.com/npryce/adr-tools |
| Upstream-Dokumentation | https://github.com/npryce/adr-tools#readme |
| Lizenz | CC-BY-4.0 |
| Quellarchiv | https://github.com/npryce/adr-tools/archive/refs/tags/3.0.0.tar.gz |
| Zuletzt aktualisiert | 2026-05-26T23:37:49-04:00 |
| Pulse | updated |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-toolsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.