macOS
brew install git-annexlocal Homebrew formula metadata
sudo port install git-annexMacPorts ports tree · devel/git-annex/Portfile · 来源: api.github.com
安装
brew install git-annexlocal Homebrew formula metadata
sudo port install git-annexMacPorts ports tree · devel/git-annex/Portfile · 来源: api.github.com
sudo apk add git-annexAlpine Linux edge package indexes · git-annex · 来源: dl-cdn.alpinelinux.org
sudo apt install git-annexDebian stable package indexes · git-annex · 来源: deb.debian.org
sudo dnf install git-annexFedora Rawhide package metadata · git-annex · 来源: dl.fedoraproject.org
sudo pacman -S git-annexArch Linux sync databases · git-annex · 来源: geo.mirror.pkgbuild.com
sudo zypper install git-annexopenSUSE Tumbleweed package metadata · git-annex · 来源: download.opensuse.org
choco install git-annexChocolatey community package catalog · git-annex · 来源: community.chocolatey.org
scoop install main/git-annexScoop official bucket manifest trees · bucket/git-annex.json · 来源: api.github.com
概览
Manage files with git without checking in file contents
历史
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.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
.git/config~/.config/git-annex/autostart可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
git-annex | cli | 全局可执行文件 | |
git-annex-shell | cli | 全局可执行文件 | |
git-remote-annex | cli | 全局可执行文件 | |
git-remote-tor-annex | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
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 |
| Pulse | updated |
| 依赖 | 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-annex |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
git-annex 10.20250416-2
manage files with git, without checking their contents into git
http://git-annex.branchable.com/
sudo apt install git-annexgit-annex 10.20240129-1build1
manage files with git, without checking their contents into git
http://git-annex.branchable.com/
sudo apt install git-annexgit-annex 10.20260421-r0
Manage files with git, without checking their contents into git
http://git-annex.branchable.com
sudo apk add git-annexgit-annex-bash-completion 10.20260421-r0
Bash completions for git-annex
http://git-annex.branchable.com
sudo apk add git-annex-bash-completiongit-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-docgit-annex-fish-completion 10.20260421-r0
Fish completions for git-annex
http://git-annex.branchable.com
sudo apk add git-annex-fish-completiongit-annex-zsh-completion 10.20260421-r0
Zsh completions for git-annex
http://git-annex.branchable.com
sudo apk add git-annex-zsh-completiongit-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-annexgit-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-docsgit-annex 10.20251215-63
Manage files with git, without checking their contents into git
https://git-annex.branchable.com/
sudo pacman -S git-annexgit-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-annexgit-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-completiongit-annex
sudo port install git-annexgit-annex
choco install git-annexmain/git-annex
scoop install main/git-annex来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.