# mr を Homebrew, Nix, zypper, dnf, pacman でインストール

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

## インストール

```sh
sudo av install brew:mr
```

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

### macOS

- Homebrew (100%):

```sh
brew install mr
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mr
```

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

- zypper (92%):

```sh
sudo zypper install mr
```

  証拠: openSUSE Tumbleweed package metadata: mr from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- dnf (92%):

```sh
sudo dnf install myrepos
```

  証拠: Fedora Rawhide package metadata: myrepos from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S myrepos
```

  証拠: Arch Linux sync databases: myrepos from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:mr
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.20180726
- **ソース概要:** Multiple Repository management tool
- **ホームページ:** <https://myrepos.branchable.com/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mr (エイリアス)
- webcheckout (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

myrepos, installed as the mr command, is Joey Hess's Perl tool for managing many version-control repositories as a group. Its README describes the problem it solves: developers often have many repositories, need to update or push them together, and need repository-specific workflows. mr records repositories in ~/.mrconfig, can discover chained .mrconfig files, and runs commands recursively over repositories below the working directory.

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

Technically, mr sits above individual VCS tools rather than replacing them. It supports Git, Subversion, Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity, and exposes familiar cross-repository commands such as checkout, update, status, diff, commit, fetch, push, grep, and arbitrary run commands. The project emphasizes being self-contained, with the main mr command depending only on basic Perl, which made it easy to keep in ~/bin or a version-controlled home directory.

### 使われ方

Its adoption niche is the long-tail developer and sysadmin workflow of maintaining many unrelated repositories without adopting a monorepo or a heavyweight workspace manager. The project site documents parallel updates, offline retry of failed actions, per-repository command overrides, global custom commands, and combining related repositories into a logical repository group. In package managers it appears under both mr and myrepos names, alongside developer tools rather than VCS implementations themselves.

### ソース

- <https://formulae.brew.sh/formula/mr>
- <https://github.com/RichiH/myrepos>
- <https://github.com/RichiH/myrepos/blob/master/mr>
- <https://myrepos.branchable.com/>


## セキュリティノート

mr に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ 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: ~/.mrconfig, ./.mrconfig
## 他のパッケージマネージャ記録

- Nix - mr: normalized package name match | nixpkgs package indexes: pkgs/by-name/mr/mr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - myrepos - 1.20180726-24.fc45: normalized package name match | Fedora Rawhide package metadata: myrepos from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A multiple SCM repository management tool | https://github.com/joeyh/myrepos
- pacman - myrepos - 1.20180726-8: normalized package name match | Arch Linux sync databases: myrepos from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Multiple Repository management tool | https://myrepos.branchable.com
- zypper - mr - 1.20180726-1.19: normalized package name match | openSUSE Tumbleweed package metadata: mr from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Version control repository manager | https://myrepos.branchable.com


## Combined YAML source

View the package source record on GitHub. [combined/mr.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mr.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
