Automic VaultAutomic Vault

brew

Install global with Homebrew, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

Source code tag system. Version 6.6.15 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install global

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install global

MacPorts ports tree · devel/global/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install global

Debian stable package indexes · global · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install global

Fedora Rawhide package metadata · global · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#global

nixpkgs package indexes · pkgs/by-name/gl/global/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S global

Arch Linux sync databases · global · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install global

openSUSE Tumbleweed package metadata · global · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/global

Scoop official bucket manifest trees · bucket/global.json · source: api.github.com

overview

Package summary

Source code tag system

Commands and aliases

  • global
  • globash
  • gozilla
  • gtags
  • gtags-cscope
  • htags
  • htags-server

history

Project history and usage

GNU GLOBAL is a source-code tagging and navigation system centered on `gtags` databases and the `global` query command. It indexes source trees so programmers and editor integrations can jump to definitions, references, files, and generated hypertext views.

Project history

GNU GLOBAL's distributed README identifies it as a source code tagging system for diverse environments and carries Tama Communications Corporation copyright years beginning in 2000. The README describes support for GNU, BSD, macOS, and other POSIX-compatible systems, with language support originally focused on C, Yacc, Java, PHP4, and assembly.

GNU FTP release archives show the 6.x series beginning in 2011 and continuing with small compatibility, parser, security, and editor-integration releases. Later NEWS entries document Universal Ctags support, Pygments parser work, SQLite configuration choices, Emacs TRAMP support, and security fixes for generated HTML workflows.

Adoption history

GLOBAL became part of the GNU developer-tool family for users who wanted a tags system broader than classic ctags. Its command set integrates with Emacs, Vim, cscope-style workflows, shell completion, and generated HTML browsing, which made it useful for large C and mixed-language source trees before language-server tooling became common.

Package-manager adoption across Unix-like systems reflects that niche: GLOBAL is not a compiler or build tool, but it is a durable code-navigation utility that developers install on workstations, build hosts, and source-analysis environments.

How it is used

Practitioners run `gtags` at a project root to create tag databases, then use `global` to query symbols, files, references, and completion data. Companion tools such as `gozilla`, `htags`, `gtags-cscope`, `globash`, and `htags-server` connect those databases to browsers, shells, editors, and cscope-like interfaces.

The package is useful when a source tree does not have a language server, when developers need fast offline symbol lookup, or when generated cross-reference HTML is more convenient than editor-only navigation.

Why package nerds care

GNU GLOBAL is package-nerd significant because it packages a whole source-navigation workflow as small POSIX command-line tools. It also illustrates a long-lived GNU pattern: simple generated databases, editor adapters, manpages, Texinfo docs, and optional parser plug-ins rather than a background service.

Timeline

  • 2000: README copyright range begins, matching early public GNU GLOBAL development.
  • 2011: GNU FTP archive lists GLOBAL 6.0.
  • 2017: GLOBAL 6.6 release line began.
  • 2021: Emacs TRAMP support added to `gtags.el`.
  • 2024: NEWS documents a command-injection fix in `htags`.
  • 2026: GLOBAL 6.6.15 released.

Related projects

  • GNU GLOBAL is related to ctags, Universal Ctags, cscope, Emacs gtags modes, Vim integrations, Pygments parsers, and source cross-reference generators such as LXR-style HTML browsers.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:server

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 5 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
globalcliglobal executable
globashcliglobal executable
gozillacliglobal executable
gtagscliglobal executable
gtags-cscopecliglobal executable
htagscliglobal executable
htags-servercliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version6.6.15
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://www.gnu.org/software/global/

install metadata

Package metadata

Package keybrew:global
Version6.6.15
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/global
Homepagehttps://www.gnu.org/software/global/
Repositoryhttps://savannah.gnu.org/cvs?group=global
Upstream docshttps://www.gnu.org/software/global/globaldoc_toc.html
LicenseGPL-3.0-or-later
Source archivehttps://ftpmirror.gnu.org/gnu/global/global-6.6.15.tar.gz
Last updated2026-06-22T14:03:34-07:00
Pulseupdated
Dependencieslibtool, ncurses, python@3.14, sqlite, universal-ctags
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

global 6.6.13-1

Source code search and browse tools

https://www.gnu.org/software/global/global.html

sudo apt install global
  • Section: devel
  • Architecture: amd64
  • 6 dependencies
  • 7 optional deps
  • normalized package name match
  • Matched by: Global
Debian stable package indexes · deb.debian.org · Debian stable package indexes: global from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

global

nix profile install nixpkgs#global
  • normalized package name match
  • Matched by: Global
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gl/global/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

global 6.6.11-1

Source code search and browse tools

https://www.gnu.org/software/global/global.html

sudo apt install global
  • Section: universe/devel
  • Architecture: amd64
  • 6 dependencies
  • 7 optional deps
  • normalized package name match
  • Matched by: Global
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: global from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

global 6.6.14-1.fc45

Source code tag system

https://www.gnu.org/software/global

sudo dnf install global
  • License: GPL-3.0-or-later and LGPL-2.0-or-later and LGPL-2.1-or-later and BSD-3-Clause and MIT and LicenseRef-Fedora-Public-Domain and blessing and GFDL-1.2-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: global
  • 9 dependencies
  • 4 provides
  • normalized package name match
  • Matched by: Global
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: global from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

global-ctags 6.6.14-1.fc45

Integration of Universal Ctags and Pygments with GLOBAL

https://www.gnu.org/software/global

sudo dnf install global-ctags
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: global
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Global
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: global-ctags from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

global 6.6.14-1

Source code tagging system

https://www.gnu.org/software/global/

sudo pacman -S global
  • License: BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later AND LGPL-2.0-or-later AND LicenseRef-CALDERA AND LicenseRef-PD AND MIT
  • Architecture: x86_64
  • 4 dependencies
  • 5 optional deps
  • normalized package name match
  • Matched by: Global
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: global from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

global 6.6.14-1.2

Common source code tag system

https://www.gnu.org/software/global/

sudo zypper install global
  • License: GPL-3.0-only
  • Category: Development/Tools/Navigators
  • Architecture: x86_64
  • Source Package: global
  • 8 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Global
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: global from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

global

sudo port install global
  • normalized package name match
  • Matched by: Global
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/global/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/global

scoop install main/global
  • normalized package name match
  • Matched by: Global
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/global.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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