# git-grab mit Homebrew, pacman, winget installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

### Linux

- pacman (92%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:git-grab
- **Paketmanager:** Homebrew
- **Version:** 4.0.1
- **Quellzusammenfassung:** Clone a git repository into a standard location organised by domain and path
- **Homepage:** <https://codeberg.org/wezm/git-grab>
- **Zuletzt aktualisiert:** 2026-07-07T05:14:48Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- git-grab (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

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

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- 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


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


## Quellen

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