pkg.soopen package index

brew / 順位 11357

scriptisto を Homebrew, apt, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install scriptisto

local Homebrew formula metadata

Linux

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

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

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

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

概要

パッケージ概要

Language-agnostic "shebang interpreter" to write scripts in compiled languages

コマンドとエイリアス

  • scriptisto

履歴

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

Scriptisto is a language-agnostic shebang interpreter that builds and caches single-file programs written in compiled or preprocessed languages.

プロジェクトの歴史

Scriptisto was developed as a language-agnostic shebang interpreter for single-file programs. It extracts build instructions from source comments, rebuilds when the script changes, caches the result, and delegates subsequent runs to the compiled binary.

The project later reached stable 1.x and 2.x releases, added packaged manual pages, refreshed its dependency stack, and expanded its supplied templates, including C#, COBOL, Fortran, Go, and Rust-oriented options.

採用の歴史

Scriptisto is officially available as standalone release binaries and through crates.io. The input additionally records Homebrew, Debian, and Nix packages, showing adoption among Unix-oriented developer package ecosystems.

使われ方

A source file uses Scriptisto in its shebang and contains build metadata in comments. On first execution or after a change, Scriptisto builds the program and caches it; unchanged scripts delegate directly to the cached binary.

Users may build inside Docker when they do not want the required compiler installed on the host.

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

Scriptisto applies Unix shebang ergonomics to languages that normally require compilation, dependency fetching, or preprocessing. Its build cache makes compiled programs behave more like ordinary scripts while retaining their native toolchains.

タイムライン

  • Early releases: Scriptisto established comment-embedded build instructions and cached execution for compiled-language scripts.
  • Stable 1.0: The project published a stable release with downloadable artifacts.
  • 2.0: Release packages added manual pages and updated the dependency stack.
  • 2.2: Supplied templates expanded to include COBOL and C#, with updates to Fortran, Go, and Rust Docker templates.

Related projects

  • Unix shebang processing supplies the execution convention that Scriptisto extends.
  • Cargo and crates.io provide its Rust build and one official distribution channel.
  • Docker can provide isolated compiler environments for Scriptisto builds.

ソース

  • Official README: https://github.com/igor-petruk/scriptisto#readme
  • Official releases: https://github.com/igor-petruk/scriptisto/releases
  • Official wiki: https://github.com/igor-petruk/scriptisto/wiki
  • source_facts.package-manager

セキュリティ状態

リスクレベル: yellow

generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • generalized runtime or code generation signal

信号

  • text:interpreter

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 10 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
scriptistocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-09-19
マネージャ版2.2.0
マネージャ更新日2026-09-13
ローカルデータOK
上流最新
検出された最新v2.2.0

https://github.com/igor-petruk/scriptisto

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:scriptisto
バージョン2.2.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/scriptisto
ホームページhttps://github.com/igor-petruk/scriptisto
リポジトリhttps://github.com/igor-petruk/scriptisto
ライセンスApache-2.0
ソースアーカイブhttps://github.com/igor-petruk/scriptisto/archive/refs/tags/v2.2.0.tar.gz
最終更新2026-09-13T14:06:58Z
Pulseupdated
ビルド依存関係pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

scriptisto 2.2.0-2+b2

Shebang interpreter for writing scripts in compiled languages.

https://github.com/igor-petruk/scriptisto

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

scriptisto

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

ソース経路

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

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

使用ソース

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