macOS
brew install ctagslocal Homebrew formula metadata
sudo port install ctagsMacPorts ports tree · devel/ctags/Portfile · source: api.github.com
brew
Reimplementation of ctags(1). Version 5.8 via Homebrew; verified 2026-06-19. Also installable with nix: nix profile install nixpkgs#ctags.
install
brew install ctagslocal Homebrew formula metadata
sudo port install ctagsMacPorts ports tree · devel/ctags/Portfile · source: api.github.com
sudo apk add ctagsAlpine Linux edge package indexes · ctags · source: dl-cdn.alpinelinux.org
sudo dnf install ctagsFedora Rawhide package metadata · ctags · source: dl.fedoraproject.org
nix profile install nixpkgs#ctagsnixpkgs package indexes · ctags · source: raw.githubusercontent.com
sudo pacman -S ctagsArch Linux sync databases · ctags · source: geo.mirror.pkgbuild.com
sudo zypper install ctagsopenSUSE Tumbleweed package metadata · ctags · source: download.opensuse.org
choco install ctagsChocolatey community package catalog · ctags · source: community.chocolatey.org
scoop install main/ctagsScoop official bucket manifest trees · bucket/ctags.json · source: api.github.com
winget install --id UniversalCtags.Ctags -eWindows Package Manager source index · UniversalCtags.Ctags · source: cdn.winget.microsoft.com
overview
Reimplementation of ctags(1)
history
Exuberant Ctags is Darren Hiebert's multi-language implementation of the classic ctags source-indexing tool. It generates tag files that editors and other tools use for quick navigation to language objects such as functions, classes, macros, variables, and declarations.
The official change notes record ctags 1.0 as a first public release on May 31, 1996. The project then expanded rapidly from a C/C++-oriented tag generator into a multi-language tool, adding Java support in 1998, many other language parsers through the 2000s, extended tag fields, recursive traversal, Emacs TAGS output, user-defined regex languages, and broad platform support.
Version 5.8, dated July 9, 2009 on the official site, was the last Exuberant Ctags release advertised there. Its source distribution and platform packages remained important long after that date because the tool had become a standard dependency for editor navigation and source-code browsing workflows.
The Exuberant Ctags home page states that the tool was used in at least 50 countries, supported 41 programming languages, was included in major Linux distributions, and was covered by editor and programming publications. The input package facts show the Homebrew package name distributed across many modern package managers, including apk, Homebrew, Chocolatey, Fedora, MacPorts, Nix, pacman, Scoop, winget, and zypper.
ctags is typically run over a source tree to create a tags file for editors, source browsers, or other utilities. The official manual documents automatic language selection, recursive source traversal, configuration files, environment options, and tag-file output formats.
Ctags is a foundational editor-tool package: tiny, scriptable, cross-platform, and useful across many languages. Exuberant Ctags became the de facto packaged implementation for years, while later Universal Ctags packaging inherited much of the command-line and distribution story.
security posture
No matching local secret-handling manifest was found for ctags. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.
/etc/ctags.conf/usr/local/etc/ctags.conf~/.ctags.ctags/ctags.cnf~/ctags.cnfctags.cnfexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ctags | 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://ctags.sourceforge.net/
install metadata
| Package key | brew:ctags |
|---|---|
| Version | 5.8 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ctags |
| Homepage | https://ctags.sourceforge.net/ |
| Repository | https://sourceforge.net/p/ctags/code/HEAD/tree |
| Upstream docs | https://ctags.sourceforge.net/ |
| License | GPL-2.0-or-later AND LGPL-2.1-or-later |
| Source archive | https://downloads.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz |
| Last updated | 2026-06-19T12:30:04-07:00 |
| Pulse | updated |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | Under some circumstances, emacs and ctags can conflict. By default, emacs provides an executable `ctags` that would conflict with the executable of the same name that ctags provides. To prevent this, Homebrew removes the emacs `ctags` and its manpage before linking. |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ctags |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 2 |
| Head Version | HEAD |
| Conflicts With |
|
| 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.
ctags
nix profile install nixpkgs#ctagsctags 6.2.1-r0
Generator of tags for all types of C/C++ languages
sudo apk add ctagsctags-doc 6.2.1-r0
Generator of tags for all types of C/C++ languages (documentation)
sudo apk add ctags-docctags 6.2.1-3.fc44
A C programming language indexing and/or cross-reference tool
sudo dnf install ctagsctags 1:6.2.1-1
Generates an index file of language objects found in source files
sudo pacman -S ctagsctags 5.8-15.3
A Program to Generate Tag Files for Use with vi and Other Editors
sudo zypper install ctagsctags
sudo port install ctagsctags
choco install ctagsmain/ctags
scoop install main/ctagsUniversalCtags.Ctags
winget install --id UniversalCtags.Ctags -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.