AI and agent tooling
The AI package set spans casks, Homebrew formulae, yarn globals, uv tools, custom wrappers, and local model assets.
Coding agents and harnesses
| Tool | Source | Why it is here |
|---|---|---|
cursor-cli | official installer | Cursor command-line harness, installed via cursor.com/install (unsupported as a Homebrew cask) |
copilot-cli | cask | GitHub Copilot CLI harness, custom agents, hooks, and MCP config target |
codex | cask | Codex CLI, exposed through ,codex with local/cloud provider wrappers |
opencode | brew | OpenCode CLI/TUI with profile merge and MCP wiring |
@anthropic-ai/claude-code | yarn | Claude Code CLI outside Homebrew cask management |
@google/gemini-cli | yarn | Gemini CLI harness and subagent surface |
@earendil-works/pi-coding-agent | yarn | Pi coding agent CLI |
@earendil-works/pi-tui | yarn | Pi terminal UI package |
playwriter | yarn | browser-control/code-generation agent package |
Agent extensions and support packages
| Tool | Source | Why it is here |
|---|---|---|
pi-mcp-adapter | yarn | MCP adapter extension loaded by Pi settings |
pi-subagents | yarn | subagent delegation extension for Pi child contexts |
tuicr | brew tap agavra/tap | terminal review UI used around agent diff review flows |
llmfit | brew | AI/model utility in the local toolbox |
k-letsfg | uv | local flight search CLI exposed through the k-letsfg skill |
lexy | uv git+ | data/RAG pipeline tool used as a local AI utility |
terminaltexteffects | uv | terminal text effects for generated/presentation output |
Local inference and model assets
| Tool / asset | Source | Why it is here |
|---|---|---|
llama.cpp | brew | local llama-server backend for OpenAI/Anthropic-compatible inference |
hf | brew | Hugging Face CLI for model downloads |
Qwen3.6-35B-A3B-UD-Q4_K_XL.gguf | model | primary local GGUF model (local) |
Qwen3.6-35B-A3B-abliterated.Q4_K_M.gguf | model | refusal-removed sibling (local-max) |
AI-adjacent review and cleanup tools
| Tool | Source | Why it is here |
|---|---|---|
knip | yarn | unused dependency/export/file analysis for JS/TS projects |
jscpd | brew | duplicate-code detector required during refactors |
ast-grep | brew | structural code search/rewrites |
serpl, scooter | brew | text search/replacement helpers |
dangerzone | cask | safe document handling on macOS |