macOS
brew install universal-ctagslocal Homebrew formula metadata
sudo port install universal-ctagsMacPorts ports tree · devel/universal-ctags/Portfile · 来源: api.github.com
安装
brew install universal-ctagslocal Homebrew formula metadata
sudo port install universal-ctagsMacPorts ports tree · devel/universal-ctags/Portfile · 来源: api.github.com
sudo apt install universal-ctagsDebian stable package indexes · universal-ctags · 来源: deb.debian.org
nix profile install nixpkgs#universal-ctagsnixpkgs package indexes · pkgs/by-name/un/universal-ctags/package.nix · 来源: api.github.com
sudo zypper install universal-ctagsopenSUSE Tumbleweed package metadata · universal-ctags · 来源: download.opensuse.org
sudo pacman -S ctagsArch Linux sync databases · ctags · 来源: geo.mirror.pkgbuild.com
choco install universal-ctagsChocolatey community package catalog · universal-ctags · 来源: community.chocolatey.org
scoop install extras/universal-ctagsScoop official bucket manifest trees · bucket/universal-ctags.json · 来源: api.github.com
winget install --id UniversalCtags.Ctags -eWindows Package Manager source index · UniversalCtags.Ctags · 来源: cdn.winget.microsoft.com
概览
Maintained ctags implementation
历史
Universal Ctags is the maintained continuation of the ctags tradition: a command-line indexer that emits tag files for editors and source-navigation tools. Its package history is inseparable from Exuberant Ctags, whose development stalled after becoming the de facto multi-language ctags implementation.
The Universal Ctags README states that Exuberant Ctags, maintained by Darren Hiebert, improved traditional ctags with multi-language support, user-defined regex languages, and Emacs TAGS output, but that project activity stalled. Reza Jelveh initially created a personal GitHub fork, and growing participation led to a dedicated Universal Ctags project.
Universal Ctags set out to continue Exuberant Ctags in a shared working space. It added and improved language parsers, extended optlib for defining parsers, developed experimental interactive mode, and documented incompatibilities where the maintained implementation deliberately diverges from Exuberant behavior.
ctags files are a long-standing contract between command-line indexers and editors. Universal Ctags' adoption grew because Vim, Emacs, source browsers, IDE plugins, static documentation tools, and cross-reference engines still benefit from a fast, language-aware tags generator.
The official docs track related consumers and neighboring projects, including GNU Global, GNU Source-highlight, OpenGrok, Pygments, Geany, Anjuta, and Vim Tagbar. The input also shows broad packaging under names such as universal-ctags or ctags across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, MacPorts, Windows package managers, and others.
The basic package workflow is simple: run ctags over a source tree and point an editor or tool at the generated tags file. Advanced users customize language parsing, emitted fields, extras, pseudo-tags, and per-directory option files.
Universal Ctags changed important configuration defaults compared with Exuberant Ctags. Its README calls out that it does not load ~/.ctags and ./.ctags at startup, preferring ~/.ctags.d/*.ctags and ./.ctags.d/*.ctags; that matters directly to package upgrades and dotfile migrations.
Universal Ctags is package-nerd significant because it is a tiny binary with a huge blast radius: editors, code browsers, documentation systems, and source-search tools may all consume its output. Keeping it maintained keeps decades of ctags workflows viable for modern languages.
It is also a clean example of the package-manager replacement pattern: distributions can switch users from an unmaintained upstream to a maintained fork while preserving the old command name and most file-format compatibility.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
$XDG_CONFIG_HOME/ctags/*.ctags~/.config/ctags/*.ctags~/.ctags.d/*.ctags./.ctags.d/*.ctags./ctags.d/*.ctags%HOMEDRIVE%%HOMEPATH%\ctags.d\*.ctags可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
optscript | cli | 全局可执行文件 | |
readtags | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/universal-ctags/ctags
安装元数据
| 软件包键 | brew:universal-ctags |
|---|---|
| 版本 | 6.2.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/universal-ctags |
| 主页 | https://ctags.io/ |
| 仓库 | https://github.com/universal-ctags/ctags |
| 上游文档 | https://docs.ctags.io/ |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://github.com/universal-ctags/ctags/releases/download/v6.2.1/universal-ctags-6.2.1.tar.gz |
| 最后更新 | 2026-05-15T12:49:28-04:00 |
| Pulse | updated |
| 依赖 | jansson, libyaml, pcre2 |
| 构建依赖 | docutils, pkgconf, python@3.14 |
| macOS 提供的库 | libxml2 |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | universal-ctags |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
universal-ctags 5.9.20210829.0-2
build tag file indexes of source code definitions
sudo apt install universal-ctagsuniversal-ctags
nix profile install nixpkgs#universal-ctagsuniversal-ctags 5.9.20210829.0-1
build tag file indexes of source code definitions
sudo apt install universal-ctagsctags 1:6.2.1-1
Generates an index file of language objects found in source files
sudo pacman -S ctagsuniversal-ctags 6.2.1-1.1
A program to generate language tag files used with various editors
https://github.com/universal-ctags/ctags
sudo zypper install universal-ctagsuniversal-ctags
sudo port install universal-ctagsuniversal-ctags
choco install universal-ctagsextras/universal-ctags
scoop install extras/universal-ctagsUniversalCtags.Ctags
winget install --id UniversalCtags.Ctags -eUniversalCtags.Ctags.Nightly
winget install --id UniversalCtags.Ctags.Nightly -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.