macOS
brew install timelimitlocal Homebrew formula metadata
brew / 順位 13341
timelimit のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install timelimitlocal Homebrew formula metadata
sudo apt install timelimitDebian stable package indexes · timelimit · ソース: deb.debian.org
nix profile install nixpkgs#timelimitnixpkgs package indexes · pkgs/by-name/ti/timelimit/package.nix · ソース: api.github.com
概要
Limit a process's absolute execution time
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
timelimit | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://devel.ringlet.net/sysutils/timelimit/
インストールメタデータ
| パッケージキー | brew:timelimit |
|---|---|
| バージョン | 1.9.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/timelimit |
| ホームページ | https://devel.ringlet.net/sysutils/timelimit/ |
| 上流ドキュメント | https://devel.ringlet.net/sysutils/timelimit/ |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://devel.ringlet.net/files/sys/timelimit/timelimit-1.9.2.tar.gz |
| Bottle | 利用可能 (対象 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 | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 timelimitソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.