macOS
brew install gnu-timelocal Homebrew formula metadata
brew / rank 1633
GNU implementation of time utility. Version 1.10 via Homebrew; verified from local package data. Also installable with debian: sudo apt install time.
install
brew install gnu-timelocal Homebrew formula metadata
sudo apk add timeAlpine Linux edge package indexes · time · source: dl-cdn.alpinelinux.org
sudo apt install timeDebian stable package indexes · time · source: deb.debian.org
sudo dnf install timeFedora Rawhide package metadata · time · source: dl.fedoraproject.org
nix profile install nixpkgs#timenixpkgs package indexes · pkgs/by-name/ti/time/package.nix · source: api.github.com
sudo pacman -S timeArch Linux sync databases · time · source: geo.mirror.pkgbuild.com
sudo zypper install timeopenSUSE Tumbleweed package metadata · time · source: download.opensuse.org
scoop install main/timeScoop official bucket manifest trees · bucket/time.json · source: api.github.com
overview
GNU implementation of time utility
history
GNU Time is the GNU Project implementation of the Unix time utility: it runs a command and reports resource use after the command exits. Its long-lived niche is not timing clocks in the abstract, but producing repeatable command-line measurements of elapsed time, CPU time, memory, page faults, I/O, context switches, and exit status.
The GNU manual carries copyright years beginning in 1991, and the GNU FTP archive records the 1.7 release in 1996, followed by later releases in the 1.x series. The program evolved around a compact Unix interface, adding GNU-style format strings, verbose output, output redirection, append mode, and POSIX-compatible output for scripts that need a stable three-line real/user/sys report.
GNU Time sits beside shell builtins named time, rather than replacing them everywhere. The manual explicitly notes how to run the external command when a shell reserves the word, preserving the GNU tool as a separately packaged utility for users who need its richer resource accounting.
Package managers keep GNU Time available even on systems that already ship a shell or system time command, because the GNU implementation exposes a broader and more scriptable set of resource fields. In CLI culture it became the portable answer for benchmark logs that need more than wall-clock seconds.
Practitioners use GNU Time by prefixing a command, selecting an output format with -f or TIME, writing measurements with -o, appending with -a, or asking for verbose resource reports with -v. Common uses include timing compilers, test suites, data pipelines, and one-off shell commands while keeping the measured program unchanged.
The package matters because it is small, predictable, and separate from shell syntax. That makes it useful in packaging recipes, benchmark harnesses, and CI scripts where the same command line should work outside a particular interactive 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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
time | executable | indexed executable | Discovered from the local executable index. |
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:gnu-time |
|---|---|
| Version | 1.10 |
| Package manager | Homebrew |
| Homepage | https://www.gnu.org/software/time/ |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
time 1.9-0.2
GNU time program for measuring CPU resource usage
https://www.gnu.org/software/time
sudo apt install timetime
nix profile install nixpkgs#timetime 1.9-0.2build1
GNU time program for measuring CPU resource usage
https://www.gnu.org/software/time
sudo apt install timetime 1.10-r0
utility to measure execution time
https://www.gnu.org/software/time/
sudo apk add timetime-doc 1.10-r0
utility to measure execution time (documentation)
https://www.gnu.org/software/time/
sudo apk add time-doctime 1.9-29.fc45
A GNU utility for monitoring a program's use of system resources
https://www.gnu.org/software/time/
sudo dnf install timetime 1.10-1
Utility for monitoring a program's use of system resources
https://www.gnu.org/software/time/
sudo pacman -S timetime 1.10-1.4
Run Programs And Summarize System Resource Usage
https://www.gnu.org/software/time/
sudo zypper install timemain/time
scoop install main/timesource 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.