macOS
brew install acklocal Homebrew formula metadata
sudo port install ackMacPorts ports tree · devel/ack/Portfile · source: api.github.com
brew
Search tool like grep, but optimized for programmers. Version 3.10.0 via Homebrew; verified 2026-06-22.
install
brew install acklocal Homebrew formula metadata
sudo port install ackMacPorts ports tree · devel/ack/Portfile · source: api.github.com
sudo apk add ackAlpine Linux edge package indexes · ack · source: dl-cdn.alpinelinux.org
sudo apt install ackDebian stable package indexes · ack · source: deb.debian.org
sudo dnf install ackFedora Rawhide package metadata · ack · source: dl.fedoraproject.org
nix profile install nixpkgs#acknixpkgs package indexes · ack · source: raw.githubusercontent.com
sudo zypper install ackopenSUSE Tumbleweed package metadata · ack · source: download.opensuse.org
choco install ackChocolatey community package catalog · ack · source: community.chocolatey.org
scoop install main/ackScoop official bucket manifest trees · bucket/ack.json · source: api.github.com
overview
Search tool like grep, but optimized for programmers
history
ack is a Perl-based source-code search tool, similar to grep but optimized for programmers searching large source trees.
ack was written and maintained by Andy Lester. The ack3 README describes it as a code-searching tool similar to grep, portable across platforms that run Perl.
The project evolved through major release lines: ack 2.0 in 2013 changed default search behavior and ackrc handling, and ack 3.0 in 2019 was the first official ack 3 release.
ack spread through developer package managers because it gave programmers grep-like searching with recursive traversal, source-file type detection, VCS-directory ignores, highlighting, and project/user configuration.
The input package facts list ack across Homebrew, Debian, Ubuntu, Fedora/dnf, MacPorts, Nix, Scoop, Chocolatey, Alpine, and openSUSE/zypper, showing unusually broad cross-platform packaging for a small CLI.
Typical usage is interactive and recursive, for example running ack PATTERN inside a source tree. The official documentation emphasizes default recursion, source-aware file selection, filetype filters, match highlighting, and GNU grep-like switches.
ack reads options from ackrc files, including global, user, project, and explicitly supplied ackrc locations, which lets users encode local filetype and ignore rules without wrapper scripts.
ack is important in CLI package history as one of the classic programmer-focused grep replacements, alongside later tools such as ag and ripgrep.
For package maintainers it is intentionally boring in a useful way: mostly Perl, few runtime assumptions, one main executable, and behavior that users expect to be identical across Unix, Windows, and package-manager installs.
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.
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.
~/.ackrc/etc/ackrcC:\Users\$USER\AppData\Roaming\ackrcC:\ProgramData\ackrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ack | 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.
install metadata
| Package key | brew:ack |
|---|---|
| Version | 3.10.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ack |
| Homepage | https://beyondgrep.com/ |
| Repository | https://github.com/beyondgrep/ack3 |
| Upstream docs | https://beyondgrep.com/documentation |
| License | Artistic-2.0 |
| Source archive | https://beyondgrep.com/ack-v3.10.0 |
| Last updated | 2026-06-22T14:02:41-07:00 |
| Pulse | updated |
| Build dependencies | pod2man |
| Uses from macOS | perl |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ack |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
ack 3.8.1-1
grep-like program specifically for large source trees
sudo apt install ackack
nix profile install nixpkgs#ackack 3.7.0-1
grep-like program specifically for large source trees
sudo apt install ackack 3.10.0-r0
Perl-powered replacement for grep
sudo apk add ackack-doc 3.10.0-r0
Perl-powered replacement for grep (documentation)
sudo apk add ack-docack 3.10.0-1.fc45
A Grep-like source code search tool
sudo dnf install ackack 3.10.0-1.1
Grep-Like Text Finder
sudo zypper install ackperl-App-Ack 3.10.0-1.1
Grep-Like Text Finder Perl Module
sudo zypper install perl-App-Ackack
sudo port install ackack
choco install ackmain/ack
scoop install main/acksource 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.