macOS
brew install git-grablocal Homebrew formula metadata
brew
Clone a git repository into a standard location organised by domain and path. Version 4.0.1 via Homebrew; verified 2026-07-07.
install
brew install git-grablocal Homebrew formula metadata
sudo pacman -S git-grabArch Linux sync databases · git-grab · source: geo.mirror.pkgbuild.com
winget install --id wezm.git-grab -eWindows Package Manager source index · wezm.git-grab · source: cdn.winget.microsoft.com
overview
Clone a git repository into a standard location organised by domain and path
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-grab | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://codeberg.org/wezm/git-grab
install metadata
| Package key | brew:git-grab |
|---|---|
| Version | 4.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-grab |
| Homepage | https://codeberg.org/wezm/git-grab |
| Upstream docs | https://github.com/wezm/git-grab#readme |
| License | Apache-2.0 OR MIT |
| Source archive | https://static.crates.io/crates/git-grab/git-grab-4.0.1.crate |
| Last updated | 2026-07-07T05:14:48Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-grab 4.0.1-3
A tool to clone git repositories to a standard location organised by domain and path
https://github.com/wezm/git-grab
sudo pacman -S git-grabwezm.git-grab
winget install --id wezm.git-grab -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.