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

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

## インストール

```sh
sudo av install brew:adrs
```

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

### macOS

- Homebrew (100%):

```sh
brew install adrs
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#adrs
```

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

## パッケージ情報

- **パッケージキー:** brew:adrs
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.10.1
- **ソース概要:** Architectural Decision Record tool in Rust
- **ホームページ:** <https://joshrotenberg.com/adrs/>
- **リポジトリ:** <https://github.com/joshrotenberg/adrs>
- **最終更新:** 2026-07-22T03:02:23Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- adrs (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

adrs is a Rust command-line tool for creating and managing Architecture Decision Records, with compatibility for existing adr-tools repositories and newer ADR workflows.

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

The GitHub repository was created in March 2021. The project's own ADRs record a March 2024 decision to rewrite adr-tools in Rust while keeping feature equivalence and compatibility goals.

### 採用の歴史

The README documents installation through Homebrew, Cargo, Docker, and binary releases, placing adrs in the Rust CLI and package-manager ecosystem rather than only as a source checkout.

### 使われ方

Users initialize an ADR repository, create decisions, list and search records, update status, link ADRs, generate documentation, and export or import JSON-ADR data.

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

Package users care because it bridges a long-running shell-script ADR tool culture with a packaged Rust binary, while keeping common ADR repository layouts and adding docs generation and MCP integration.

### タイムライン

- 2021: GitHub repository created.
- 2024: Project ADR accepts rewriting adr-tools in Rust.
- 2024: v0.2.1 appears in GitHub releases.
- 2026: v0.8.0 appears in GitHub releases.

### Related projects

- adr-tools, MADR, JSON-ADR, adrs-core

### ソース

- <https://api.github.com/repos/joshrotenberg/adrs>
- <https://github.com/joshrotenberg/adrs#readme>
- <https://github.com/joshrotenberg/adrs/blob/main/book/src/configuration.md>
- <https://github.com/joshrotenberg/adrs/blob/main/doc/adr/0002-rewrite-it-in-rust.md>


## セキュリティノート

adrs に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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: ./adrs.toml, ./.adr-dir, ~/.config/adrs/config.toml
## 他のパッケージマネージャ記録

- Nix - adrs: normalized package name match | nixpkgs package indexes: pkgs/by-name/ad/adrs/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/adrs.yml](https://github.com/mxcl/pkgdb/blob/main/combined/adrs.yml)


## ソース

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
