macOS
brew install gptscriptlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gptscript in AI-Agent-Workflows.
Installation
brew install gptscriptlocal Homebrew formula metadata
nix profile install nixpkgs#gptscriptnixpkgs package indexes · pkgs/by-name/gp/gptscript/package.nix · Quelle: api.github.com
scoop install extras/gptscriptScoop official bucket manifest trees · bucket/gptscript.json · Quelle: api.github.com
winget install --id gptscript-ai.gptscript -eWindows Package Manager source index · gptscript-ai.gptscript · Quelle: cdn.winget.microsoft.com
Überblick
Develop LLM Apps in Natural Language
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
gptscript | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/gptscript-ai/gptscript
Installationsmetadaten
| Paketschlüssel | brew:gptscript |
|---|---|
| Version | 0.9.9 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/gptscript |
| Homepage | https://docs.gptscript.ai/ |
| Repository | https://github.com/gptscript-ai/gptscript |
| Upstream-Dokumentation | https://docs.gptscript.ai/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/gptscript-ai/gptscript/archive/refs/tags/v0.9.9.tar.gz |
| Zuletzt aktualisiert | 2026-07-17T17:20:40+09:00 |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
gptscript
nix profile install nixpkgs#gptscriptextras/gptscript
scoop install extras/gptscriptgptscript-ai.gptscript
winget install --id gptscript-ai.gptscript -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.