macOS
brew install timelimitlocal Homebrew formula metadata
brew
Limit a process's absolute execution time. Version 1.9.2 via Homebrew; verified from local package data.
install
brew install timelimitlocal Homebrew formula metadata
sudo apt install timelimitDebian stable package indexes · timelimit · source: deb.debian.org
nix profile install nixpkgs#timelimitnixpkgs package indexes · pkgs/by-name/ti/timelimit/package.nix · source: api.github.com
overview
Limit a process's absolute execution time
history
timelimit is a small Unix command-line utility that runs another command and terminates it after an absolute time limit, first with a warning signal and then with a kill signal.
The official homepage presents timelimit as a process-control utility modelled after the staged signalling pattern used by init during shutdown. It is maintained by Peter Pentchev and developed in the official GitLab repository.
The release archive on the official site lists timelimit 1.0 and later releases through 1.9.2, with source archives, signatures, and downstream Debian and FreeBSD packaging references.
timelimit entered classic Unix packaging channels because it solves a simple shell problem: bound a command's wall-clock runtime and choose the signals used to stop it.
The input package-manager metadata lists Homebrew, Debian, Nix, and Ubuntu, showing cross-platform package adoption beyond its original release archive. The official release page also links historical Debian snapshots and a FreeBSD port for older releases.
Typical use is in scripts, tests, batch jobs, and administrative commands where a child process must not run forever. Compared with an ad hoc shell wrapper, timelimit exposes explicit warning and kill stages.
Its utility overlaps with timeout-style tools, but the official description emphasizes absolute execution time and configurable signals.
timelimit is package-nerd material because it is a tiny command that package managers keep alive for scripting compatibility. It is the kind of Unix utility people install when a shell pipeline needs one sharp behavior and no framework.
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 |
|---|---|---|---|
timelimit | 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://devel.ringlet.net/sysutils/timelimit/
install metadata
| Package key | brew:timelimit |
|---|---|
| Version | 1.9.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/timelimit |
| Homepage | https://devel.ringlet.net/sysutils/timelimit/ |
| Repository | https://gitlab.com/timelimit/timelimit |
| Upstream docs | https://devel.ringlet.net/sysutils/timelimit |
| License | BSD-2-Clause |
| Source archive | https://devel.ringlet.net/files/sys/timelimit/timelimit-1.9.2.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | timelimit |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
timelimit 1.9.2-3
simple utility to limit a process's absolute execution time
https://devel.ringlet.net/sysutils/timelimit/
sudo apt install timelimittimelimit
nix profile install nixpkgs#timelimittimelimit 1.9.2-2build1
simple utility to limit a process's absolute execution time
https://devel.ringlet.net/sysutils/timelimit/
sudo apt install timelimitsource 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.