# git-grab を Homebrew, pacman, winget でインストール

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

## インストール

```sh
sudo av install brew:git-grab
```

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

### macOS

- Homebrew (100%):

```sh
brew install git-grab
```

  証拠: local Homebrew formula metadata

### Linux

- pacman (92%):

```sh
sudo pacman -S git-grab
```

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

### Windows

- winget (92%):

```sh
winget install --id wezm.git-grab -e
```

  証拠: Windows Package Manager source index: wezm.git-grab from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:git-grab
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/git-grab>
- **バージョン:** 4.0.1
- **ソース概要:** Clone a git repository into a standard location organised by domain and path
- **ホームページ:** <https://codeberg.org/wezm/git-grab>
- **上流ドキュメント:** <https://codeberg.org/wezm/git-grab>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://static.crates.io/crates/git-grab/git-grab-4.0.1.crate>
- **最終更新:** 2026-07-07T05:14:48Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- git-grab (cli)
- git-grab (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 4.0.1
- マネージャ更新日: 2026-07-07
- ローカルデータ: OK
- 上流リポジトリ: https://codeberg.org/wezm/git-grab
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

git-grab is a Rust command-line tool that clones Git repositories into a standard source tree organized by domain and path. Its default home is `~/src`, with `GRAB_HOME` or `--home` available for users who prefer another root.

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

The project began in 2021 and released an initial 0.1.1 build shortly after its GitHub repository and crates.io package appeared. The README describes it as inspired by John Graham-Cumming's `grab`, but narrowed to Git rather than multiple version-control systems and designed to let Git itself provide clone progress and behavior.

The GitHub README later marked the repository as moved to Codeberg. Releases through the 4.x line kept the packaged Rust implementation available while the canonical project home shifted away from GitHub.

### 採用の歴史

git-grab found a small audience among developers who like deterministic `~/src/host/path` clone layouts. Its README lists package-manager availability in Arch Linux, Homebrew, and Chimera Linux, and the crate page records its distribution through the Rust package ecosystem.

### 使われ方

Practitioners run `git grab github.com/wezm/git-grab` or pass any URL accepted by Git, with optional clipboard and copy-path helpers. Because it installs as `git-grab`, Git can invoke it as `git grab`, making it feel like a native Git subcommand.

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

git-grab is a compact example of a packageable personal workflow convention: it standardizes where clones land, but delegates actual cloning to Git and keeps the command small.

### タイムライン

- 2021: Repository and crates.io package appeared.
- 2021: 0.1.1 initial release shipped.
- 2022: 1.0.0 release marked the first stable line.
- 2026: 4.0.x releases preceded the public move notice to Codeberg.

### Related projects

- git-grab is related to `grab` by John Graham-Cumming, `git-get`, GitHub CLI aliases, and local source-tree conventions used by Go and Rust developers.

### ソース

- <https://codeberg.org/wezm/git-grab>
- <https://crates.io/crates/git-grab>
- <https://formulae.brew.sh/formula/git-grab>
- <https://github.com/wezm/git-grab>
- <https://github.com/wezm/git-grab/blob/main/README.md>
- <https://github.com/wezm/git-grab/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** git-grab
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- pacman - git-grab - 4.0.1-3: normalized package name match | Arch Linux sync databases: git-grab from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool to clone git repositories to a standard location organised by domain and path | https://github.com/wezm/git-grab
- winget - wezm.git-grab: normalized package name match | Windows Package Manager source index: wezm.git-grab from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [git-get](https://pkg.so/ja/brew/git-get/) - Shares pkgdb curated category or tags: cli, clone, developer-tools, git, repository-management.
- [gitui](https://pkg.so/ja/brew/gitui/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [ghq](https://pkg.so/ja/brew/ghq/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [repo](https://pkg.so/ja/brew/repo/) - Shares pkgdb curated category or tags: cli, developer-tools, git, repository-management.
- [onefetch](https://pkg.so/ja/brew/onefetch/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [mergiraf](https://pkg.so/ja/brew/mergiraf/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [git-absorb](https://pkg.so/ja/brew/git-absorb/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [gitu](https://pkg.so/ja/brew/gitu/) - Shares pkgdb curated category or tags: cli, developer-tools, git, rust.
- [git-pages](https://pkg.so/ja/brew/git-pages/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git.
- [git-pages-cli](https://pkg.so/ja/brew/git-pages-cli/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, git.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
