Automic VaultAutomic Vault

brew

使用 Homebrew, Nix, scoop, winget 安装 gptscript

查看 gptscript 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install gptscript

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#gptscript

nixpkgs package indexes · pkgs/by-name/gp/gptscript/package.nix · 来源: api.github.com

Windows

Scoop已验证 · 92%
scoop install extras/gptscript

Scoop official bucket manifest trees · bucket/gptscript.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id gptscript-ai.gptscript -e

Windows Package Manager source index · gptscript-ai.gptscript · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Develop LLM Apps in Natural Language

命令和别名

  • gptscript

历史

项目历史与用法

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.

时间线

  • 2024-01-29: Public repository history begins with the initial commit.
  • 2024: README copyright names Acorn Labs, Inc. and describes the framework for LLM-operated tools.
  • 2026-05: Repository history includes work moving parts of the implementation toward a nanobot repository.

Related projects

  • gptscript-ai/llm-basics-demo is used in the official getting-started command as a runnable demo script.
  • OpenAPI-backed services, local CLIs, and retrieval tools are first-class integration targets in the official examples.

安全态势

风险级别:绿色

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 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Linux
$XDG_CONFIG_HOME/gptscript/config.json
macOS
~/Library/Application Support/gptscript/config.json
Windows
%APPDATA%\Local\gptscript\config.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Linux
$XDG_CONFIG_HOME/gptscript/config.json
macOS
~/Library/Application Support/gptscript/config.json
Windows
%APPDATA%\Local\gptscript\config.json

可执行文件

已安装的可执行文件

命令类型暴露范围备注
gptscriptcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.9.9
管理器更新时间2026-07-17
本地数据OK
上游当前
检测到的最新版本v0.9.9

https://github.com/gptscript-ai/gptscript

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键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
Pulseupdated
构建依赖go
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

gptscript

nix profile install nixpkgs#gptscript
  • normalized package name match
  • 匹配方式:Gptscript
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gp/gptscript/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Scoop95%

extras/gptscript

scoop install extras/gptscript
  • normalized package name match
  • 匹配方式:Gptscript
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/gptscript.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget95%

gptscript-ai.gptscript

winget install --id gptscript-ai.gptscript -e
  • normalized package name match
  • 匹配方式:Gptscript
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: gptscript-ai.gptscript from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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