macOS
brew install grclocal Homebrew formula metadata
sudo port install grcMacPorts ports tree · textproc/grc/Portfile · source: api.github.com
brew
Colorize logfiles and command output. Version 1.13 via Homebrew; verified from local package data.
install
brew install grclocal Homebrew formula metadata
sudo port install grcMacPorts ports tree · textproc/grc/Portfile · source: api.github.com
sudo apt install grcDebian stable package indexes · grc · source: deb.debian.org
sudo dnf install grcFedora Rawhide package metadata · grc · source: dl.fedoraproject.org
nix profile install nixpkgs#grcnixpkgs package indexes · pkgs/by-name/gr/grc/package.nix · source: api.github.com
sudo pacman -S grcArch Linux sync databases · grc · source: geo.mirror.pkgbuild.com
sudo zypper install grcopenSUSE Tumbleweed package metadata · grc · source: download.opensuse.org
overview
Colorize logfiles and command output
history
grc, the Generic Colouriser, is a small Python command-line wrapper and filter for adding ANSI color to log files and command output. Its package-manager appeal is that it sits in front of ordinary Unix commands rather than replacing them: users keep tools such as ping, traceroute, netstat, ps, diff, and tail, while grc and grcat apply regular-expression based color rules.
Radovan Garabik describes grc as his response to the many separate logfile and command-output colorizers that existed around the late 1990s. The project split the work into two programs: grcat, the filter that reads standard input and applies color rules, and grc, the front end that runs another command and selects an appropriate grcat configuration.
The upstream Debian-style changelog records version 0.1 as the initial release on 1999-10-14 and version 1.0 as the first stable version on 2001-02-23. Subsequent entries show the project accumulating the kind of practical terminal features package users notice: stderr handling, nested and overlapping regexes, multiline blocks, skip rules, diff coloring, Python 3 compatibility work, zsh alias compatibility, and additional command configurations.
grc fit naturally into Unix packaging because it is a wrapper around existing commands, ships as a small script-and-configuration package, and can be enabled per shell through bash, zsh, or fish snippets. The batch package facts list it across Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE ecosystems, which matches its role as a portable terminal enhancement rather than a platform-specific application.
Typical use is interactive: run commands such as grc ping hostname, grc tail /var/log/syslog, or pipe data through grcat with a named configuration. grc chooses color rules from /etc/grc.conf or ~/.grc/grc.conf, then grcat searches user and system configuration directories for the referenced rule file.
The configuration model is intentionally plain text. Rules are regular expressions with keywords such as regexp, colours, command, concat, skip, replace, and count, so package maintainers and users can add color rules without changing the program.
grc is a classic package-nerd utility because its value grows with distro integration: the useful part is not just the executable, but the curated set of color files, shell snippets, and install paths that make common commands nicer immediately after installation.
It also illustrates the long tail of terminal polish packages: small, old, stable-enough tools that persist because they compose with everything else in the shell.
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.
~/.grc/grc.conf/etc/grc.conf~/.grc/<grcat-config>/usr/local/share/grc/<grcat-config>/usr/share/grc/<grcat-config>executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
grc | cli | global executable | |
grcat | 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://github.com/garabik/grc
install metadata
| Package key | brew:grc |
|---|---|
| Version | 1.13 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/grc |
| Homepage | https://kassiopeia.juls.savba.sk/~garabik/software/grc.html |
| Repository | https://github.com/garabik/grc |
| Upstream docs | https://kassiopeia.juls.savba.sk/~garabik/software/grc.html |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/garabik/grc/archive/refs/tags/v1.13.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | grc |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
grc 1.13.1-1
generic colouriser for everything
sudo apt install grcgrc
nix profile install nixpkgs#grcgrc 1.13.1-1
generic colouriser for everything
sudo apt install grcgrc 1.13-11.fc44
Generic Colorizer
http://korpus.juls.savba.sk/~garabik/software/grc.html
sudo dnf install grcgrc 1.13-2
Yet another colouriser for beautifying your logfiles or output of commands
https://github.com/garabik/grc
sudo pacman -S grcgrc 1.13-2.5
Generic colouriser for everything
http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
sudo zypper install grcgrc
sudo port install grcsource 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.