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

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

## インストール

```sh
sudo av install brew:mob
```

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

### macOS

- Homebrew (100%):

```sh
brew install mob
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#mob
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/mob
```

  証拠: Scoop official bucket manifest trees: bucket/mob.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:mob
- **パッケージマネージャ:** Homebrew
- **バージョン:** 5.4.2
- **ソース概要:** Tool for smooth Git handover in mob programming sessions
- **ホームページ:** <https://mob.sh>
- **リポジトリ:** <https://github.com/remotemobprogramming/mob>
- **最終更新:** 2026-07-29T17:05:00+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mob (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

mob is a Go command-line tool from the remotemobprogramming project for handing source changes between participants in pair or mob programming sessions. Its GitHub repository was created in 2018, and the project site describes it as an open-source CLI that uses Git to keep the working branch clean while moving work-in-progress changes through temporary branches.

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

The tool's practical workflow is intentionally small: a typist starts a session with `mob start`, hands off with `mob next`, and finishes with `mob done`, which squashes the temporary WIP branch back into staged changes. Documentation and practitioner writeups emphasize remote mob programming, fast typist rotation, and integration with timers, with later use cases extending to local mob sessions and solo checkpointing.

### 使われ方

In package-manager terms, mob sits in the collaboration-and-Git niche rather than acting as a general Git porcelain. Homebrew packages it as `mob`, and the same record family also maps it to Nix and Scoop, reflecting a cross-platform CLI audience for teams that prefer local editors and Git-based handoff over a shared remote IDE.

### ソース

- <https://api.github.com/repos/remotemobprogramming/mob>
- <https://formulae.brew.sh/formula/mob>
- <https://github.com/remotemobprogramming/mob>
- <https://mob.sh/>
- <https://www.innoq.com/en/blog/2023/03/typist-wechsel-dich-remote-edition-code-uebergabe-mit-dem-mob-tool/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


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

- Nix - mob: normalized package name match | nixpkgs package indexes: pkgs/by-name/mo/mob/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/mob: normalized package name match | Scoop official bucket manifest trees: bucket/mob.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/mob.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mob.yml)


## ソース

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