macOS
brew install gptscriptlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.