Automic VaultAutomic Vault

brew

jimtcl を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt でインストール

jimtcl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install jimtcl

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install jimtcl

MacPorts ports tree · lang/jimtcl/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add jimtcl

Alpine Linux edge package indexes · jimtcl · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install jimtcl

Fedora Rawhide package metadata · jimtcl · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#jimtcl

nixpkgs package indexes · pkgs/by-name/ji/jimtcl/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S jimtcl

Arch Linux sync databases · jimtcl · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install jimtcl

openSUSE Tumbleweed package metadata · jimtcl · ソース: download.opensuse.org

Debian apt確認済み · 92%
sudo apt install jimsh

Debian stable package indexes · jimsh · ソース: deb.debian.org

概要

パッケージ概要

Small footprint implementation of Tcl

コマンドとエイリアス

  • build-jim-ext
  • jimdb
  • jimsh

履歴

プロジェクトの歴史と使われ方

Jim Tcl is a small-footprint implementation of Tcl intended for embedding, standalone scripting through `jimsh`, and systems where the full Tcl distribution is too large. Its manual describes a Tcl 8.5-compatible core with many Tcl 8.6 commands, optional modules, object-based I/O, sockets, integer, dict, and operating-system features.

プロジェクトの歴史

Jim Tcl began in January 2005 as Salvatore Sanfilippo's experiment in hacking on Tcl. The project README says that after about a month it could run simple scripts, and after about two months it had grown beyond a disposable toy into a candidate real interpreter, with early contributions from Pat Thoyts and Clemens Hintze.

The project later developed into an embeddable interpreter with optional extensions, a modular build, and the `jimsh` command shell. Its copyright and maintainer notes show a wider contributor base by 2008 and Steve Bennett as maintainer, while the release stream and reference manual show continuing work through the 0.8x series.

採用の歴史

Jim Tcl's most visible adoption came from embedded and systems tooling. OpenOCD documents that it uses Jim Tcl as its command interpreter, that OpenOCD configuration scripts are Jim Tcl scripts, and that OpenOCD commands extend Jim Tcl. That made Jim Tcl part of the toolchain used by developers working with on-chip debugging and microcontroller boards.

使われ方

Jim Tcl can be linked into applications with `cc <source> -ljim`, used interactively with `jimsh`, or used to run Tcl scripts from files, standard input, or `jimsh -e`. The README frames its use cases as scriptable applications, embedded systems, configuration-file-like syntax, and a compact Tcl implementation that can be shipped inside another program.

パッケージ好きにとっての重要性

Jim Tcl is package-nerd catnip because it is a language runtime small enough to show up as both an application dependency and a standalone shell. It explains why some packages depend on `jimsh` or `jimtcl` rather than full Tcl: the value is a Tcl-like extension language in roughly hundreds of kilobytes, with feature selection controlled at build time.

タイムライン

  • 2005: Salvatore Sanfilippo started Jim Tcl in the first days of January; early contributors helped turn it into a beta-stage interpreter.
  • 2008: Steve Bennett appears among project copyright holders and maintainer contacts in the README.
  • 2023: Release 0.82 continued the 0.8x series with changes such as `try` traps, `aio stat`, async sockets, and richer frame support.
  • 2024: Release 0.83 added changes including multi-level `break` and `continue`, fuller stack traces, `lsort -dict`, and additional I/O improvements.
  • 2024: The reference manual identifies Jim Tcl v0.83+ and documents a Tcl 8.5+ compatible core plus selected Tcl 8.6 features.

Related projects

  • Jim Tcl is directly related to Tcl, Tcl 8.5, Tcl 8.6, and the embeddable-language tradition represented by Lua and Guile. In packaging graphs it is also tied to OpenOCD, which uses Jim Tcl scripts and command extensions for debugger configuration.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
build-jim-extcliグローバル実行可能ファイル
jimdbcliグローバル実行可能ファイル
jimshcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版0.84
マネージャ更新日2026-07-16
ローカルデータOK
上流最新
検出された最新0.84

https://github.com/msteveb/jimtcl

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:jimtcl
バージョン0.84
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/jimtcl
ホームページhttps://jim.tcl.tk/index.html
リポジトリhttps://github.com/msteveb/jimtcl
上流ドキュメントhttps://jim.tcl-lang.org/home/doc/trunk/jim_tcl.txt
ライセンスBSD-2-Clause
ソースアーカイブhttps://github.com/msteveb/jimtcl/archive/refs/tags/0.84.tar.gz
最終更新2026-07-16T04:48:37Z
Pulseupdated
依存関係openssl@3, readline
macOS 提供ライブラリsqlite
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejimtcl
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

jimsh 0.83-2

small-footprint implementation of Tcl named Jim

http://jim.tcl.tk/

sudo apt install jimsh
  • Section: devel
  • Architecture: amd64
  • Source Package: jimtcl
  • 2 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jimsh from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libjim-dev 0.83-2

small-footprint implementation of Tcl - development files

http://jim.tcl.tk/

sudo apt install libjim-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: jimtcl
  • 1 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libjim-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libjim0.83 0.83-2

small-footprint implementation of Tcl - shared library

http://jim.tcl.tk/

sudo apt install libjim0.83
  • Section: libs
  • Architecture: amd64
  • Source Package: jimtcl
  • 2 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libjim0.83 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

jimtcl

nix profile install nixpkgs#jimtcl
  • normalized package name match
  • 一致条件: Jimtcl
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ji/jimtcl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

jimsh 0.82-4.1build2

small-footprint implementation of Tcl named Jim

http://jim.tcl.tk/

sudo apt install jimsh
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: jimtcl
  • 2 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jimsh from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libjim-dev 0.82-4.1build2

small-footprint implementation of Tcl - development files

http://jim.tcl.tk/

sudo apt install libjim-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: jimtcl
  • 1 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libjim-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libjim0.82t64 0.82-4.1build2

small-footprint implementation of Tcl - shared library

http://jim.tcl.tk/

sudo apt install libjim0.82t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: jimtcl
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Jimtcl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libjim0.82t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

jimtcl 0.83-r0

An open-source, small footprint implementation of Tcl

https://github.com/msteveb/jimtcl

sudo apk add jimtcl
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: jimtcl
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Jimtcl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jimtcl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jimtcl-dbg 0.83-r0

An open-source, small footprint implementation of Tcl (debug symbols)

https://github.com/msteveb/jimtcl

sudo apk add jimtcl-dbg
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: jimtcl
  • 1 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jimtcl-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jimtcl-dev 0.83-r0

An open-source, small footprint implementation of Tcl (development files)

https://github.com/msteveb/jimtcl

sudo apk add jimtcl-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: jimtcl
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Jimtcl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jimtcl-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jimtcl-doc 0.83-r0

An open-source, small footprint implementation of Tcl (documentation)

https://github.com/msteveb/jimtcl

sudo apk add jimtcl-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: jimtcl
  • normalized package name match
  • 一致条件: Jimtcl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jimtcl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jimtcl-readline 0.83-r0

Interface to readline and Tcl wrapper for Jim Tcl

https://github.com/msteveb/jimtcl

sudo apk add jimtcl-readline
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: jimtcl
  • 1 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jimtcl-readline from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

jimtcl-sqlite3 0.83-r0

Interface to sqlite3 for Jim Tcl

https://github.com/msteveb/jimtcl

sudo apk add jimtcl-sqlite3
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: jimtcl
  • 1 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: jimtcl-sqlite3 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

jimtcl 0.83-4.fc44

A small embeddable Tcl interpreter

http://jim.tcl.tk

sudo dnf install jimtcl
  • License: BSD-2-Clause-Views
  • Category: Unspecified
  • Architecture: i686
  • Source Package: jimtcl
  • 13 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jimtcl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: jimtcl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

jimtcl-devel 0.83-4.fc44

Development files for jimtcl

http://jim.tcl.tk

sudo dnf install jimtcl-devel
  • License: BSD-2-Clause-Views
  • Category: Unspecified
  • Architecture: i686
  • Source Package: jimtcl
  • 5 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jimtcl
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: jimtcl-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

jimtcl 0.83-3

A small footprint implementation of Tcl

https://jim.tcl-lang.org/home/doc/www/www/index.html

sudo pacman -S jimtcl
  • License: BSD-2-Clause
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Jimtcl
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: jimtcl from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment