macOS
brew install zotlocal Homebrew formula metadata
安装
brew install zotlocal Homebrew formula metadata
sudo apk add zotAlpine Linux edge package indexes · zot · 来源: dl-cdn.alpinelinux.org
概览
Lightweight coding agent harness written in Go
历史
zot is a young Go-based coding-agent harness packaged as a single command-line binary. Its niche is the post-Codex/Claude-Code generation of terminal agent tools: local TUI, print, JSON, and RPC modes wrapped around model providers and a small built-in tool set.
The GitHub repository was created in April 2026 by Patrice Eckhart. The project README describes zot as a lightweight coding-agent harness written in Go, with one static binary, four built-in tools, and provider integrations for OpenAI/Codex, Anthropic, Gemini, Kimi, DeepSeek, Ollama/local models, and other API-compatible backends.
The public documentation emphasizes embeddability and extensibility rather than a large default plugin ecosystem: zot can run interactively, emit JSON events, serve an RPC protocol for external apps, load SKILL.md instruction packs, and install extensions that communicate over subprocess JSON-RPC.
zot's adoption story is early-stage. GitHub repository metadata showed a few hundred stars and several dozen forks by July 2026, and the batch package metadata already lists Homebrew, Alpine, and MacPorts package names, which is notable for a project created only months earlier.
Its practical audience is developers experimenting with local coding-agent harnesses who want a single binary rather than a Node, Python, or Docker-shaped stack.
Typical use is to run `zot` for the terminal UI, pass a prompt directly, use `-p` for print mode, use `--json` for newline-delimited events, or run `zot rpc` when embedding it in another program. Authentication is handled through provider API keys or supported subscription login flows, with state under `$ZOT_HOME`.
For package users, the important behavior is that zot installs like a normal CLI while still exposing agent-specific features such as session resume, model/provider selection, extension loading, skills, and a Telegram bridge.
zot is package-nerd interesting because it turns a fast-moving AI-agent pattern into the old reliable artifact shape: one binary on `$PATH`. That makes it easy to compare with Codex CLI, Claude Code-style tools, OpenCode, and other terminal harnesses without first adopting their runtime stack.
安全态势
没有找到 zot 的匹配本地密钥处理 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.
$ZOT_HOME/config.jsonCredential-bearing paths to review before unattended agent runs.
$ZOT_HOME/config.json可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
zot | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/patriceckhart/zot
安装元数据
| 软件包键 | brew:zot |
|---|---|
| 版本 | 0.3.4 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/zot |
| 主页 | https://www.zot.sh/ |
| 仓库 | https://github.com/patriceckhart/zot |
| 上游文档 | https://github.com/patriceckhart/zot#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/patriceckhart/zot/archive/refs/tags/v0.3.4.tar.gz |
| 最后更新 | 2026-07-24T16:59:52Z |
| 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 | zot |
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
zot 2.1.17-r0
Vendor-neutral OCI-native container image registry
sudo apk add zotzot-cli 2.1.17-r0
Vendor-neutral OCI-native container image registry - CLI tools
sudo apk add zot-clizot-cli-bash-completion 2.1.17-r0
Bash completions for zot-cli
sudo apk add zot-cli-bash-completionzot-cli-fish-completion 2.1.17-r0
Fish completions for zot-cli
sudo apk add zot-cli-fish-completionzot-cli-zsh-completion 2.1.17-r0
Zsh completions for zot-cli
sudo apk add zot-cli-zsh-completionzot-doc 2.1.17-r0
Vendor-neutral OCI-native container image registry (documentation)
sudo apk add zot-doczot-exporter 2.1.17-r0
Vendor-neutral OCI-native container image registry - metrics exporter
sudo apk add zot-exporterzot-openrc 2.1.17-r0
Vendor-neutral OCI-native container image registry (OpenRC init scripts)
sudo apk add zot-openrczot
sudo port install zot来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.