pkg.soopen package index

brew / Rang 696

the_silver_searcher mit Homebrew, apk, dnf, MacPorts, pacman, winget, chocolatey, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für the_silver_searcher in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install the_silver_searcher

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install the_silver_searcher

MacPorts ports tree · textproc/the_silver_searcher/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add the_silver_searcher

Alpine Linux edge package indexes · the_silver_searcher · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install the_silver_searcher

Fedora Rawhide package metadata · the_silver_searcher · Quelle: dl.fedoraproject.org

Arch Linux pacmanverifiziert · 92%
sudo pacman -S the_silver_searcher

Arch Linux sync databases · the_silver_searcher · Quelle: geo.mirror.pkgbuild.com

Windows

Windows Package Managerverifiziert · 92%
winget install --id JFLarvoire.Ag -e

Windows Package Manager source index · JFLarvoire.Ag · Quelle: cdn.winget.microsoft.com

Chocolateyverifiziert · 92%
choco install ag

Chocolatey community package catalog · ag · Quelle: community.chocolatey.org

Scoopverifiziert · 92%
scoop install main/ag

Scoop official bucket manifest trees · bucket/ag.json · Quelle: api.github.com

Überblick

Paketzusammenfassung

Code-search similar to ack

Befehle und Aliase

  • ag

Verlauf

Projektgeschichte und Nutzung

The Silver Searcher, usually invoked as `ag`, is a code-search command created by Geoff Greer. The official project page says it started as a clone of Ack and later diverged, while the README describes it as a code-searching tool similar to ack with a focus on speed.

Projektgeschichte

Ag belongs to the generation of developer tools that tried to replace recursive grep with project-aware, ignore-file-aware code search. Its README credits Ack as the predecessor and says that without Ack, Ag would not exist.

The project gained identity through performance work. The README reports benchmark results where Ag found the same results as Ack while searching far less data because it respected git, hg, and ignore files; it also documents implementation choices such as pthreads, mmap, Boyer-Moore literal search, and PCRE JIT support.

Greer's official page provides signed release tarballs and links to performance graphs across releases, which reflects the project's longstanding emphasis on measurable speed rather than only feature breadth.

Adoptionsgeschichte

Ag became broadly packaged across Unix-like systems. The README documents Homebrew and MacPorts on macOS; apt, yum, dnf, emerge, pacman, zypper, Nix, and other Linux paths; BSD packages; and Windows package routes including winget, Chocolatey, MSYS2, and Cygwin.

The Homebrew input mirrors that broad adoption with packages recorded for Alpine, Homebrew, Chocolatey, Fedora/DNF, MacPorts, Arch, Scoop, and winget. That distribution spread is a strong signal that Ag became a common developer workstation dependency rather than a single-ecosystem utility.

Wie es verwendet wird

Developers use `ag` to recursively search source trees while automatically respecting `.gitignore`, `.hgignore`, and project-specific `.ignore` files. The README also documents editor integrations for Vim, Emacs, and TextMate, showing its role as both a shell command and an editor backend.

Ag was commonly used as a faster ack replacement before ripgrep became dominant in many setups. Its attraction was a short command name, parallel search, ignore-file awareness, and easy installation through the package manager already used on the workstation.

Warum Paket-Nerds sich dafür interessieren

The Silver Searcher is a classic package-nerd tool because the package name, executable name, and cultural name differ: Homebrew installs `the_silver_searcher`, but users type `ag`, the chemical symbol for silver. That naming quirk is part of its lore.

It also marks an important step in the code-search lineage from grep to ack to ag to ripgrep. The README itself points users to Ack, git-grep, fzf, ripgrep, and Sack, making the project a hub in the modern command-line search ecosystem.

Zeitleiste

  • 2012: README links document performance work such as benchmarking revisions and adding pthreads.
  • 2014: README links to Greer's invitation for contributors to pair on Ag 1.0.
  • 2010s: Official page publishes signed release tarballs through version 2.2.0.
  • 2020: README notes winget as a Windows package-manager path while describing it as beta at that time.

Related projects

  • Ack is the direct predecessor named by the official page and README.
  • The README lists ack.vim, Exuberant Ctags, git-grep, fzf, ripgrep, and Sack as related tools users might like.
  • The Platinum Searcher is a later related code-search tool that explicitly compares itself to ag.

Quellen

  • Official README: https://github.com/ggreer/the_silver_searcher#readme
  • Official performance page linked from project page: https://geoff.greer.fm/ag/speed/
  • Official project page: https://geoff.greer.fm/ag/
  • source_facts.package-manager

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.ignore.gitignore.hgignore

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
agExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version2.2.0
Manager aktualisiert2026-07-14
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:the_silver_searcher
Version2.2.0
PaketmanagerHomebrew
Homepagehttps://geoff.greer.fm/ag/
Repositoryhttps://github.com/ggreer/the_silver_searcher
Zuletzt aktualisiert2026-07-14T17:14:18+09:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

apk95%

the_silver_searcher 2.2.0-r1

A code searching tool similar to ack, with a focus on speed.

https://geoff.greer.fm/ag/

sudo apk add the_silver_searcher
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: the_silver_searcher
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: the_silver_searcher from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

the_silver_searcher-bash-completion 2.2.0-r1

Bash completions for the_silver_searcher

https://geoff.greer.fm/ag/

sudo apk add the_silver_searcher-bash-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: the_silver_searcher
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: the_silver_searcher-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

the_silver_searcher-doc 2.2.0-r1

A code searching tool similar to ack, with a focus on speed. (documentation)

https://geoff.greer.fm/ag/

sudo apk add the_silver_searcher-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: the_silver_searcher
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: the_silver_searcher-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

the_silver_searcher-zsh-completion 2.2.0-r1

Zsh completions for the_silver_searcher

https://geoff.greer.fm/ag/

sudo apk add the_silver_searcher-zsh-completion
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: the_silver_searcher
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: the_silver_searcher-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

the_silver_searcher 2.2.0^2020704.5a1c8d8-16.fc45

Super-fast text searching tool (ag)

https://github.com/ggreer/the_silver_searcher

sudo dnf install the_silver_searcher
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: the_silver_searcher
  • 5 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: the_silver_searcher from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

the_silver_searcher 2.2.0-4

Code searching tool similar to Ack, but faster

https://github.com/aswild/the_silver_searcher

sudo pacman -S the_silver_searcher
  • License: Apache-2.0
  • Architecture: x86_64
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: the_silver_searcher from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

the_silver_searcher

sudo port install the_silver_searcher
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/the_silver_searcher/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

JFLarvoire.Ag

winget install --id JFLarvoire.Ag -e
  • normalized package name match
  • Abgeglichen nach: The Silver Searcher
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: JFLarvoire.Ag from https://cdn.winget.microsoft.com/cache/source.msix
Chocolatey92%

ag

choco install ag
  • installed executable or alias match
  • Abgeglichen nach: Ag
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: ag from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','adobeair'
Scoop92%

main/ag

scoop install main/ag
  • installed executable or alias match
  • Abgeglichen nach: Ag
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/ag.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation