macOS
brew install tagreflocal Homebrew formula metadata
brew
Refer to other locations in your codebase. Version 1.13.0 via Homebrew; verified 2026-06-19.
install
brew install tagreflocal Homebrew formula metadata
nix profile install nixpkgs#tagrefnixpkgs package indexes · pkgs/by-name/ta/tagref/package.nix · source: api.github.com
overview
Refer to other locations in your codebase
history
Tagref is a source-code cross-reference checker that lets comments define tags and refer to those tags elsewhere in a repository. It is a small developer CLI for keeping informal code comments from silently rotting.
The public GitHub repository was created in May 2018. The README describes Tagref as a tool for annotating code comments with `[tag:...]` markers and checking `[ref:...]`, `[file:...]`, and `[dir:...]` references for existence and uniqueness.
The input package facts list Homebrew and Nix packages. That distribution pattern fits a narrow code-quality utility: easy to install globally, useful in CI, and independent of a single programming language because it scans comments and paths rather than compiling code.
Users place tags and references in comments, then run the `tagref` CLI to verify that referenced tags exist, tags are unique, and file or directory references still resolve. The README explicitly notes that Tagref does not prove the comment is true; it only keeps the cross-reference unambiguous and present.
Package nerds care about Tagref as a tiny example of language-agnostic repository hygiene distributed through general-purpose package managers. It turns documentation links inside comments into something CI can check without adding a documentation system or a language-specific linter.
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 |
|---|---|---|---|
tagref | 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://github.com/stepchowfun/tagref
install metadata
| Package key | brew:tagref |
|---|---|
| Version | 1.13.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tagref |
| Homepage | https://github.com/stepchowfun/tagref |
| Repository | https://github.com/stepchowfun/tagref |
| Upstream docs | https://github.com/stepchowfun/tagref#readme |
| License | MIT |
| Source archive | https://github.com/stepchowfun/tagref/archive/refs/tags/v1.13.0.tar.gz |
| Last updated | 2026-06-19T02:28:30Z |
| 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 | tagref |
| 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.
tagref
nix profile install nixpkgs#tagrefsource 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.