macOS
brew install gptmelocal Homebrew formula metadata
安装
brew install gptmelocal Homebrew formula metadata
概览
AI assistant in your terminal
历史
gptme is a terminal AI assistant and agent framework that gives language models access to local tools such as shell commands, file editing, browser/web operations, and project context.
The official repository describes gptme as an agent in the terminal, equipped with local tools to write code, use the terminal, and browse the web. The project site positions it as a small, simple assistant rather than a platform trying to cover every workflow.
The documentation and release pages show a project organized around CLI usage, tools, prompts, configuration files, local logs, project workspaces, plugins, RAG/context features, and autonomous agent patterns.
The release documentation records a long sequence of tagged versions. By v0.8.1, release notes already included auto-continue/recovery after tool execution, project-context work, web UI conversation creation, command-output capture, and integration-test improvements.
gptme belongs to the package-manager wave of LLM developer tools that moved from simple chat wrappers toward local agent workflows. Its Homebrew package exposes several executables, reflecting a broader tool suite rather than a single chat binary.
The project's adoption signal is strongest among developers who want a terminal-native assistant with reproducible logs, configurable model/provider settings, and explicit local tool use.
Users run `gptme` as an interactive terminal assistant and configure user preferences in `~/.config/gptme/config.toml`. Secrets and local overrides can live in `~/.config/gptme/config.local.toml`, and project-specific behavior can be configured with `gptme.toml` in a workspace root.
The docs cover CLI subcommands, prompt/context handling, tool execution, project config, MCP server configuration, plugin settings, chat logs, and agent-oriented workflows.
The package also installs helper commands such as `gptme-server`, `gptme-util`, and evaluation or integration utilities, making it more of a local developer-assistant toolkit than a plain chat command.
gptme is significant for package nerds because it packages an AI agent as a normal terminal tool with config files, subcommands, logs, plugins, and optional integrations instead of hiding everything behind a hosted UI.
Its config split between committed preferences and local secret overrides is also packaging-relevant: it gives dotfile users a predictable Unix-style setup while leaving room for provider keys and MCP credentials.
安全态势
没有找到 gptme 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
~/.config/gptme/config.toml./gptme.tomlCredential-bearing paths to review before unattended agent runs.
~/.config/gptme/config.local.toml~/.config/gptme/config.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gptme | cli | 全局可执行文件 | |
gptme-dspy | cli | 全局可执行文件 | |
gptme-eval | cli | 全局可执行文件 | |
gptme-nc | cli | 全局可执行文件 | |
gptme-server | cli | 全局可执行文件 | |
gptme-util | cli | 全局可执行文件 | |
gptme-wut | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:gptme |
|---|---|
| 版本 | 0.32.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/gptme |
| 主页 | https://gptme.org/docs/ |
| 仓库 | https://github.com/gptme/gptme |
| 上游文档 | https://gptme.org/docs |
| 许可证 | MIT |
| 源码归档 | https://files.pythonhosted.org/packages/6b/09/f3f7d84b8e5e2a9b88a44a427fb4dbed3cec984c97543fddd5c1a836c8f7/gptme-0.32.1.tar.gz |
| 最后更新 | 2026-07-18T15:18:41Z |
| Pulse | updated |
| 依赖 | certifi, cryptography, libyaml, pillow, pydantic, python@3.14, rpds-py |
| 构建依赖 | rust |
| macOS 提供的库 | libxml2, libxslt |
| 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 | gptme |
| 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 |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.