# adrs mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für adrs in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install adrs
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:adrs
- **Paketmanager:** Homebrew
- **Version:** 0.10.1
- **Quellzusammenfassung:** Architectural Decision Record tool in Rust
- **Homepage:** <https://joshrotenberg.com/adrs/>
- **Repository:** <https://github.com/joshrotenberg/adrs>
- **Zuletzt aktualisiert:** 2026-07-22T03:02:23Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- adrs (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.10.1
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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

### Quellen

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


## Sicherheitshinweise

Für adrs wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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
## Andere Paketmanager-Einträge

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


## Quellen

- 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
