macOS
brew install gptscriptlocal Homebrew formula metadata
brew
Develop LLM Apps in Natural Language. Version 0.9.9 via Homebrew; verified 2026-04-10.
install
brew install gptscriptlocal Homebrew formula metadata
nix profile install nixpkgs#gptscriptnixpkgs package indexes · pkgs/by-name/gp/gptscript/package.nix · source: api.github.com
scoop install extras/gptscriptScoop official bucket manifest trees · bucket/gptscript.json · source: api.github.com
winget install --id gptscript-ai.gptscript -eWindows Package Manager source index · gptscript-ai.gptscript · source: cdn.winget.microsoft.com
overview
Develop LLM Apps in Natural Language
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gptscript | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/gptscript-ai/gptscript
install metadata
| Package key | brew:gptscript |
|---|---|
| Version | 0.9.9 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gptscript |
| Homepage | https://docs.gptscript.ai/ |
| Repository | https://github.com/gptscript-ai/gptscript |
| Upstream docs | https://docs.gptscript.ai/ |
| License | Apache-2.0 |
| Source archive | https://github.com/gptscript-ai/gptscript/archive/refs/tags/v0.9.9.tar.gz |
| Last updated | 2026-04-10T17:43:09Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gptscript
nix profile install nixpkgs#gptscriptextras/gptscript
scoop install extras/gptscriptgptscript-ai.gptscript
winget install --id gptscript-ai.gptscript -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.