Automic VaultAutomic Vault

brew

使用 Homebrew, apk, chocolatey, apt, dnf, MacPorts, pacman, zypper, scoop 安装 git-annex

查看 git-annex 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install git-annex

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install git-annex

MacPorts ports tree · devel/git-annex/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add git-annex

Alpine Linux edge package indexes · git-annex · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install git-annex

Debian stable package indexes · git-annex · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install git-annex

Fedora Rawhide package metadata · git-annex · 来源: dl.fedoraproject.org

Arch Linux pacman已验证 · 92%
sudo pacman -S git-annex

Arch Linux sync databases · git-annex · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install git-annex

openSUSE Tumbleweed package metadata · git-annex · 来源: download.opensuse.org

Windows

Chocolatey已验证 · 92%
choco install git-annex

Chocolatey community package catalog · git-annex · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/git-annex

Scoop official bucket manifest trees · bucket/git-annex.json · 来源: api.github.com

概览

软件包摘要

Manage files with git without checking in file contents

命令和别名

  • git-annex
  • git-annex-shell
  • git-remote-annex
  • git-remote-tor-annex

历史

项目历史与用法

git-annex is a distributed data-management tool that lets Git track file names, directory history, and metadata while keeping large file contents outside normal Git objects.

项目历史

The project grew around Joey Hess's idea of combining Git's distributed history with a key-value store for file contents. Its manual describes the core model: annexed files become versioned links, while content is stored under .git/annex/objects and can be fetched, copied, moved, or dropped between repositories.

The project broadened beyond a command-line annexer into a larger system with assistant workflows, preferred content, encryption, content verification, and many special remotes. A Kickstarter-backed development year funded concentrated work on the git-annex assistant, after which Joey continued development notes on the project devblog.

The release stream and project wiki show a long-lived maintenance culture: features such as git-remote-annex, clusters, new hash backends, and special-remote improvements were documented through the same site used for manual pages, installation instructions, forums, and news.

采用历史

git-annex became important in communities that need reproducible paths and Git metadata without putting large data into Git itself. The official install page lists packaging across Debian, Ubuntu, Fedora, Arch, Alpine, NixOS, Gentoo, Guix, Void, openSUSE, Homebrew, FreeBSD, OpenBSD, Android, Windows, conda, and PyPI.

Its ecosystem significance comes from special remotes and related tools. The project documents built-in remotes for S3, rsync, WebDAV, git-lfs, borg, bittorrent, tor, web, and rclone, and its devblog describes scientific users and DataLad-related work around storing Git repositories on annex special remotes.

使用方式

Practitioners use git-annex to keep large assets, media, archives, datasets, backups, and offline drives under a versioned tree. A typical workflow initializes a Git repository, runs git annex init, adds large files with git annex add, commits the symlinks or pointer files to Git, and transfers content with get, drop, copy, move, sync, fsck, and special-remote commands.

The tool is also used as a policy engine for storage availability. Users can set numcopies and preferred content rules, encrypt remotes, verify checksums, keep drives offline, and later ask git-annex where content lives or move it to a desired repository.

为什么软件包爱好者会关心

git-annex matters to package people because it sits at the intersection of Git, Haskell packaging, external data stores, and reproducible archival workflows. It has many executables, many optional integrations, and many platform-specific packages, so distributions treat it as a substantial data-management package rather than a tiny Git extension.

时间线

  • 2012: Public testimonials and the assistant campaign documented wider interest in Git-backed large-file workflows.
  • 2012: The assistant work was funded through a Kickstarter-backed development year.
  • 2025: The devblog described Distribits, scientific users, DataLad-related work, and git-remote-annex.
  • 2026: Version 10.20260624 documented new hash-backend build flags, git-remote behavior improvements, and a new put command.

Related projects

  • Related systems include Git LFS, DataLad, rclone, borg, bup, rsync, S3-compatible storage, WebDAV storage, and provider-specific special remotes listed by the git-annex project.

安全态势

风险级别:orange

formula declares a Homebrew service.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • formula declares a Homebrew service

信号

  • metadata:service

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • formula 元数据声明了服务或守护进程块。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 2 个运行时依赖。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
.git/config~/.config/git-annex/autostart

可执行文件

已安装的可执行文件

命令类型暴露范围备注
git-annexcli全局可执行文件
git-annex-shellcli全局可执行文件
git-remote-annexcli全局可执行文件
git-remote-tor-annexcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本10.20260624
管理器更新时间2026-06-28
本地数据OK
上游not checked
检测到的最新版本未检测到

https://git-annex.branchable.com/

安装元数据

软件包元数据

软件包键brew:git-annex
版本10.20260624
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/git-annex
主页https://git-annex.branchable.com/
仓库https://source.git-annex.branchable.com/
上游文档https://git-annex.branchable.com/
许可证AGPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later AND MIT
源码归档https://hackage.haskell.org/package/git-annex-10.20260624/git-annex-10.20260624.tar.gz
最后更新2026-06-28T22:11:54Z
Pulseupdated
依赖gmp, libmagic
构建依赖cabal-install, ghc, pkgconf
macOS 提供的库libffi, sqlite
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务declared

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-annex
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

git-annex 10.20250416-2

manage files with git, without checking their contents into git

http://git-annex.branchable.com/

sudo apt install git-annex
  • Section: utils
  • Architecture: amd64
  • 13 依赖
  • 15 可选依赖
  • normalized package name match
  • 匹配方式:Git Annex
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-annex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

git-annex 10.20240129-1build1

manage files with git, without checking their contents into git

http://git-annex.branchable.com/

sudo apt install git-annex
  • Section: universe/utils
  • Architecture: amd64
  • 12 依赖
  • 15 可选依赖
  • normalized package name match
  • 匹配方式:Git Annex
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-annex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-annex 10.20260421-r0

Manage files with git, without checking their contents into git

http://git-annex.branchable.com

sudo apk add git-annex
  • License: AGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: git-annex
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Annex
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-annex from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-annex-bash-completion 10.20260421-r0

Bash completions for git-annex

http://git-annex.branchable.com

sudo apk add git-annex-bash-completion
  • License: AGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: git-annex
  • normalized package name match
  • 匹配方式:Git Annex
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-annex-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-annex-doc 10.20260421-r0

Manage files with git, without checking their contents into git (documentation)

http://git-annex.branchable.com

sudo apk add git-annex-doc
  • License: AGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: git-annex
  • normalized package name match
  • 匹配方式:Git Annex
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-annex-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-annex-fish-completion 10.20260421-r0

Fish completions for git-annex

http://git-annex.branchable.com

sudo apk add git-annex-fish-completion
  • License: AGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: git-annex
  • normalized package name match
  • 匹配方式:Git Annex
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-annex-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-annex-zsh-completion 10.20260421-r0

Zsh completions for git-annex

http://git-annex.branchable.com

sudo apk add git-annex-zsh-completion
  • License: AGPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: git-annex
  • normalized package name match
  • 匹配方式:Git Annex
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-annex-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

git-annex 10.20260115-1.fc44

Manage files with git, without checking their contents into git

https://hackage.haskell.org/package/git-annex

sudo dnf install git-annex
  • License: AGPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: git-annex
  • 11 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Annex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-annex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

git-annex-docs 10.20260115-1.fc44

Manage files with git, without checking their contents into git

https://hackage.haskell.org/package/git-annex

sudo dnf install git-annex-docs
  • License: AGPL-3.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-annex
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Annex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-annex-docs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

git-annex 10.20251215-63

Manage files with git, without checking their contents into git

https://git-annex.branchable.com/

sudo pacman -S git-annex
  • License: AGPL-3.0-only
  • Architecture: x86_64
  • 32 依赖
  • normalized package name match
  • 匹配方式:Git Annex
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: git-annex from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

git-annex 10.20251215-1.4

Manage files with git, without checking their contents into git

https://hackage.haskell.org/package/git-annex

sudo zypper install git-annex
  • License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: git-annex
  • 11 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Git Annex
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-annex from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

git-annex-bash-completion 10.20251215-1.4

Bash completion for git-annex

https://hackage.haskell.org/package/git-annex

sudo zypper install git-annex-bash-completion
  • License: AGPL-3.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND MIT AND GPL-2.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: git-annex
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Annex
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-annex-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

git-annex

sudo port install git-annex
  • normalized package name match
  • 匹配方式:Git Annex
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/git-annex/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

git-annex

choco install git-annex
  • normalized package name match
  • 匹配方式:Git Annex
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: git-annex from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','gawk'
Scoop95%

main/git-annex

scoop install main/git-annex
  • normalized package name match
  • 匹配方式:Git Annex
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/git-annex.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment