macOS
brew install gptscriptlocal Homebrew formula metadata
brew
gptscript のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gptscriptlocal Homebrew formula metadata
nix profile install nixpkgs#gptscriptnixpkgs package indexes · pkgs/by-name/gp/gptscript/package.nix · ソース: api.github.com
scoop install extras/gptscriptScoop official bucket manifest trees · bucket/gptscript.json · ソース: api.github.com
winget install --id gptscript-ai.gptscript -eWindows Package Manager source index · gptscript-ai.gptscript · ソース: cdn.winget.microsoft.com
概要
Develop LLM Apps in Natural Language
履歴
GPTScript is an LLM-oriented scripting framework and CLI from the gptscript-ai project. It packages prompts, local commands, OpenAPI-backed tools, SDK libraries, and retrieval workflows into scripts that can be invoked from the command line.
The public repository began with an initial commit on 2024-01-29. The README describes GPTScript as a framework for allowing large language models to operate against local executables, remote APIs, and retrieval-backed systems with a small prompt-oriented script surface.
The documentation site presents GPTScript as both a scripting language and a CLI workflow runner, with examples for local CLI chat, OpenAPI endpoints, local files, and automated workflows.
GPTScript entered package-manager culture quickly because the official installation path includes Homebrew for macOS and Linux and winget for Windows. The Homebrew formula also appears in the supplied package metadata, alongside Nix, Scoop, and winget identifiers.
The project became part of the early wave of LLM command-line automation tools: useful to developers who wanted prompt-authored workflows without writing a full agent application.
Typical use is `gptscript` followed by a local script or a GitHub-hosted script. Official examples include running a chat assistant from `github.com/gptscript-ai/llm-basics-demo` and composing tools that call CLIs, web APIs, or files.
The tool needs model credentials for most real workflows; the existing curation records GPTScript's config JSON as both the config and credential storage location.
For package maintainers, GPTScript is a representative example of post-2023 AI tooling entering ordinary CLI distribution channels. Its packaging spans Homebrew, Nix, Scoop, and winget rather than only an npm, Python, or container ecosystem.
Its command model is also interesting because scripts may reference GitHub-hosted tools directly, making the package itself a launcher and runtime for higher-level LLM workflows.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/gptscript/config.json~/Library/Application Support/gptscript/config.json%APPDATA%\Local\gptscript\config.jsonCredential-bearing paths to review before unattended agent runs.
$XDG_CONFIG_HOME/gptscript/config.json~/Library/Application Support/gptscript/config.json%APPDATA%\Local\gptscript\config.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gptscript | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/gptscript-ai/gptscript
インストールメタデータ
| パッケージキー | brew:gptscript |
|---|---|
| バージョン | 0.9.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gptscript |
| ホームページ | https://docs.gptscript.ai/ |
| リポジトリ | https://github.com/gptscript-ai/gptscript |
| 上流ドキュメント | https://docs.gptscript.ai/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/gptscript-ai/gptscript/archive/refs/tags/v0.9.9.tar.gz |
| 最終更新 | 2026-07-17T17:20:40+09:00 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gptscript |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gptscript
nix profile install nixpkgs#gptscriptextras/gptscript
scoop install extras/gptscriptgptscript-ai.gptscript
winget install --id gptscript-ai.gptscript -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.