This registry is superseded by LOL-GAI (lolgai.io) - Living Off Legitimate GenAI, a living-off-the-land catalog with grades, MITRE mapping, and a static API. This page remains as a historical snapshot.

GenAI Detection Engineering Registry

An interactive reference of 134 GenAI tools with process names, config paths, integrations, and official doc links. Search by tool name, vendor, process name, or CLI executable to quickly find what you need.

134
Total Tools
60
Verified
58
Agentic
54
Shell Spawners
64
MCP Support
17
Public ecosystem
Sort
View
Showing 134 of 134 tools

GitHub Copilot

AgenticA+mac · winPublic ecosystem ×4

Microsoft / GitHub · Docs

IDE Agent

GitHub Copilot: VS Code / JetBrains extension (Code Helper host), standalone Copilot CLI, and GitHub.com cloud coding agent. Cloud agent is branch-first (research/plan/code before PR). /fleet CLI command for parallel sub-agents. Commit signing and organization firewall controls. Signing on the IDE surface is the Visual Studio Code host — shared by all extensions, not Copilot-specific.

copilotcopilot.exeCopilot+3 more

Cursor

AgenticA+mac · linux · winPublic ecosystem ×2

Anysphere · Docs

IDE Agent

Cursor IDE (Electron) plus a separate Agent CLI (`agent` command). Cursor 3 rebuilt around agent-based workflows: Agents Window for parallel agents across local/cloud/SSH, Design Mode for browser annotation, /best-of-n parallel model runs, local-to-cloud handoff, and cursor.com/agents web interface sharing the desktop codebase.

cursorcursor.exeCursor+8 more

Claude Code

AgenticA+mac · winPublic ecosystem ×2

Anthropic · Docs

CLI Agent

Anthropic's agentic coding CLI and IDE companion. Native Mach-O binary (not Electron). Executes shell commands via a zsh wrapper with environment snapshot files. TUI mode (/tui, flicker-free fullscreen), push notifications, Opus 4.7 with xhigh effort level, Windows PowerShell support, session restoration for /loop workflows.

claudeclaude.exe

Claude Desktop

Cmac · winPublic ecosystem

Anthropic · Docs

Desktop App

Anthropic's Electron-based desktop chat application. Separate product from Claude Code CLI. Can spawn Claude Code as a subprocess for agent mode. Claude Design (Anthropic Labs) is a visual creation tool within Claude (web and desktop) powered by Opus 4.7 -- creates prototypes, slides, one-pagers, landing pages. Exports PDF/PPTX/HTML. Shares infrastructure with Claude Desktop.

ClaudeClaude HelperClaude Helper (Plugin)+2 more

Windsurf

AgenticA+mac · winPublic ecosystem ×2

Cognition (formerly Codeium / Exafunction) · Docs

IDE Agent

Electron VS Code fork by Codeium, acquired by Cognition (makers of Devin). 'Cascade' is the brand name for Windsurf's in-IDE AI agent. Adaptive model router intelligently selects best model per task. Supports Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, Gemini 3.1 Pro. Task queue and background agent features show Devin integration. 1M+ active users. Shell wrapper uses zsh -l (login shell).

windsurfwindsurf.exeWindsurf+5 more

Codex CLI (OpenAI)

AgenticA+mac · winPublic ecosystem ×2

OpenAI · Docs

CLI Agent

OpenAI's open-source Rust-based coding agent CLI. Uses Seatbelt (macOS), Bubblewrap+seccomp (Linux), or custom ACLs (Windows) sandboxing. Default model is GPT-5.4. Amazon Bedrock provider support. background_agent tool for parallel work. Project instructions use AGENTS.md / AGENTS.override.md; user-level ~/.codex/AGENTS.md. MCP: ~/.codex/config.toml and project .codex/config.toml (trusted repos), `codex mcp`, in-session /mcp.

codexcodex.exeCodex+2 more

Gemini CLI

AgenticA+mac · winPublic ecosystem

Google · Docs

CLI Agent

Google's open-source Node.js CLI coding agent. Sets GEMINI_CLI=1 in subprocesses (empirically observed). Config directory overridable via GEMINI_CLI_HOME per Gemini CLI configuration reference.

geminigemini.exegemini-cli+2 more

Google Antigravity

AgenticA+mac · linux · win

Google · Docs

IDE Agent

Google's agent-first IDE (VS Code-derived): Editor view plus Manager surface for asynchronous multi-agent work. Agents use the editor, terminal, and integrated browser; progress is surfaced as Artifacts. Public preview (Nov 2025). Multi-model (Gemini and partner models per product positioning). macOS Homebrew cask installs Antigravity.app (bundle id com.google.antigravity) with the sealed main Mach-O named Electron under Contents/MacOS plus a Homebrew-linked agy shim to Contents/Resources/app/bin/antigravity. Windows: winget Google.Antigravity (native ARM64/x64). Linux: official linux-x64 tarball (Antigravity.tar.gz) containing an ELF x86-64 antigravity binary; stable CDN has no linux-arm64 artifact as of 1.23.2.

Antigravityantigravityagy+10 more

Ollama

Cmac · linux · win

Ollama (Infra Technologies, Inc) · Docs

Local Server

Local LLM inference server written in Go with vendored webview wrapper (webview_go, NOT Electron despite bundle_id). Spawns ollama_llama_server runner subprocesses for loaded models. Default API on port 11434.

ollamaollama.exeOllama

Cline (formerly Claude Dev)

AgenticAmac · linux · winPublic ecosystem ×2

Cline (OSS) · Docs

IDE Extension

Autonomous AI coding agent: VS Code extension (saoudrizwan.claude-dev) plus standalone terminal CLI (`cline` via npm). Creates/edits files and runs terminal commands with human-in-the-loop approval.

clinecline.exeCode Helper (Plugin)+2 more

Aider

AgenticA+linux

Aider AI (OSS) · Docs

CLI Agent

Open-source AI pair programming CLI. Edits code in local git repos by communicating with LLM APIs. Runs as Python process.

aiderpythonpython3

Continue

AgenticBmac · linux · winPublic ecosystem ×2

Continue Dev (OSS) · Docs

IDE Extension

Open-source AI code assistant. VS Code and JetBrains extension with agent mode, terminal execution, and MCP support. Continue CLI ('cn' binary) is also distributed via npm install -g @continuedev/cli, install scripts, or PowerShell installer; the CLI provides a terminal-based coding agent with the same config home (~/.continue/).

Code Helper (Plugin)cncn.exe+1 more

Cody / Amp

AgenticA+mac · winPublic ecosystem ×2

Sourcegraph (Cody) / Amp Inc. (Amp) · Docs

IDE Agent

Sourcegraph and Amp are now independent companies. Cody is enterprise-only ($59/user/month, Free and Pro plans discontinued). Amp is a separate CLI-first agentic coding product (VS Code extension deprecated in favor of terminal and web). Amp offers free (ad-supported) and enterprise tiers.

ampcodynode+1 more

Zed

AgenticA+mac · linuxPublic ecosystem ×2

Zed Industries, Inc. · Docs

IDE Agent

High-performance AI-native code editor written in Rust (no Electron). Agent panel can execute shell commands. First-class MCP support. Reads multiple instruction file formats. Parallel Agents feature enables multiple AI agents running simultaneously in one editor with threads sidebar, top-down streaming, subagent content preview. Supports Opus 4.7, GPT-5.4, Gemini 3.1 Pro, Grok.

Zedzedzed.exe+1 more

LM Studio

Cmac · win

Element Labs · Docs

Local Desktop

Electron-based local LLM inference desktop app. Exposes OpenAI and Anthropic-compatible REST API on localhost:1234.

LM Studiolmstudiolmstudio.exe+2 more

Jan

Cmac · win

JAN AI PTE. LTD. (jan.ai) · Docs

Local Desktop

Local AI desktop assistant built on Tauri v2/Rust+WebView. No Electron helper processes. Requires MCP for tool-use. Bundles bun and uv runtimes. Uses llama-server for local inference.

Janjanjan.exe

GPT4All

Cno install

Nomic AI · Docs

Local Desktop

Qt 6.8-based local LLM desktop app by Nomic AI. No Electron helper processes. Local API server on port 4891.

gpt4allgpt4all.exeGPT4All

Tabnine

AgenticBmac · linux · win

Tabnine (Codota) · Docs

IDE Extension

AI code completion and review engine with agentic capabilities (code review, generation). Runs as a local binary subprocess within IDEs. Protocol: JSON over stdin/stdout, one JSON per line (newline-delimited).

TabNineTabNine.exeTabNine-deep-local+2 more

Devin

AgenticA+mac · linux · win

Cognition Labs (legal entity: Exafunction, Inc.) · Docs

CLI Agent

Autonomous AI software engineer. Originally cloud-only; now also ships a local CLI ('Devin for Terminal') and an ACP server. Local CLI is a single statically-linked Rust binary (~110 MB) signed by Exafunction, Inc. (Team ID 83Z2LHX6XW). Cognition acquired Windsurf in July 2025; Devin CLI subprocesses still spawn the Windsurf shell wrapper.

devindevin.exe

Replit / Ghostwriter

AgenticDmac · linux · winPublic ecosystem

Replit · Docs

Cloud Agent

Replit AI: cloud Agent/Ghostwriter (server-side) plus optional Electron desktop wrapper (github.com/replit/desktop). Surfaces split by footprint: cloud has no local agent binary; desktop exposes Replit* processes only.

ReplitReplit HelperReplit Helper (Renderer)+4 more

Bolt (bolt.new)

AgenticBmac · linux · win

StackBlitz · Docs

Cloud Agent

AI-powered web development tool. 100% browser-based using WebContainers (Node.js in WebAssembly). No local process and no official CLI/desktop app from StackBlitz. Note: npm packages `bolt-cli` and `@stackblitz/cli` are unrelated to bolt.new.

Grok

A+mac · win

xAI · Docs

API Only

xAI's LLM. Includes Grok Build (cloud-based agentic coding). No official CLI or desktop app from xAI itself — API-only at api.x.ai. Community wrappers exist and ARE detectable on the endpoint: grok-agent (npm), Grok-Electron-Client, GrokChat (SwiftUI). Confirmed no /Applications/Grok.app from xAI.

grokgrok.exegrok-agent+1 more

GenAIScript (Microsoft)

AgenticA+mac · winPublic ecosystem

Microsoft · Docs

CLI Agent

Microsoft's JavaScript-based scripting framework for LLM automation. Uses host.exec() for shell commands and Docker containers for sandboxed execution.

genaiscriptgenaiscript.exenode+1 more

OpenClaw (formerly Moltbot, Clawdbot)

AgenticBmac · linux · winPublic ecosystem ×2

openclaw/openclaw (OSS, no company) · Docs

Agent Framework

Personal AI agent daemon (Node.js). Gateway-based architecture with WebSocket + REST API. ClawHub skill marketplace. Multiple chat-platform integrations (Slack, Discord, Telegram, Matrix, WhatsApp). High-risk per third_party_research section. Related variants: NanoClaw (security-focused, ~24k stars), PicoClaw (edge/IoT, Go, ~25k stars), ZeroClaw (Rust, ~27k stars).

nodenode.exeopenclaw+5 more

Browser Use Desktop

AgenticCno install

Browser Use · Docs

Agent Framework

Electron desktop app for running browser-use agents locally. Keeps normal Chrome separate — ports cookies into dedicated Chromium and spawns tasks via global hotkey. Built on browser-harness. Distinct from the Python `browser-use` pip library. AIRQ Browser Agents / Exposed (5.20).

Browser UseBrowser Use.exeBrowser Use Helper+3 more

Browser Use Box (BUX)

AgenticCno install

Browser Use · Docs

Agent Framework

Self-hosted 24/7 Claude Code + Browser Use stack (browser-use/bux). Installed via install.sh on Ubuntu 22.04+; runs as dedicated `bux` user with systemd units bux-browser-keeper and bux-ttyd. Wraps Claude Code CLI with persistent Chromium (browser-harness) and optional Telegram control. AIRQ Computer Agents / Exposed (4.25).

claudeclaude.exepython+5 more

Qwen Code

AgenticA+mac · winPublic ecosystem ×3

Alibaba / QwenLM · Docs

CLI Agent

Alibaba's terminal-based AI coding agent. npm package @qwen-code/qwen-code. Qwen models also commonly run locally via Ollama.

qwenqwen.exenode

OpenCode

AgenticA+mac · win

Charmbracelet (formerly opencode-ai, OSS) · Docs

CLI Agent

Open-source AI coding agent with TUI, renamed from OpenCode to Crush (charmbracelet/crush). Distributed via npm (opencode-ai) as a native Bun binary. Supports 75+ LLM providers, built-in skills (crush-config), and server-client architecture (experimental). opencode-ai/opencode repo is ARCHIVED.

opencodeopencode.execrush+1 more

llama.cpp (llama-server / llama-cli)

Dmac · linux · win

ggml-org (OSS) · Docs

Local Server

C/C++ local LLM inference tools. llama-server runs an OpenAI and Anthropic-compatible HTTP API on port 8080. llama-cli is the interactive CLI. Repo moved from ggerganov/llama.cpp to ggml-org/llama.cpp.

llama-serverllama-clillama-quantize+4 more

KoboldCpp

AgenticCno install

LostRuins (OSS) · Docs

Local Server

C++ (llama.cpp-based) local LLM inference server with Python wrapper. Default port 5001. No authentication by default.

koboldcppkoboldcpp.exeKoboldCpp+4 more

Text Generation WebUI (oobabooga)

Cmac · linux · win

oobabooga (OSS) · Docs

Local Server

Python-based local LLM web UI with Gradio frontend. Runs server.py as main entry. Has built-in tool-calling via user_data/tools/. Zero telemetry. Distributed as a git-cloned repo (no PyPI / homebrew package); Conda environment is materialized into installer_files/env/ on first run of start_<os>.sh.

textgentextgen.exepython+1 more

Open WebUI

AgenticCno install

Open WebUI (OSS) · Docs

Local Server

Self-hosted AI chat/RAG web UI (successor to Ollama WebUI). Python FastAPI backend launched as `python3 -m uvicorn open_webui.main:app` (default port 8080 in container; host mapping often 3000:8080). Workspace Tools and admin Functions execute arbitrary Python on the server process — high blast radius per AIRQ (Exposed Giants, AIRQ 5.07). Primary distribution is Docker (`ghcr.io/open-webui/open-webui`).

pythonpython3uvicorn

AnythingLLM

AgenticCno install

Mintplex Labs · Docs

Local Desktop

All-in-one local RAG/chat desktop app with optional Docker server deployment. Desktop process AnythingLLMDesktop bundles Node server, document collector, and embedded Ollama (binds :11434). Agent skills in storage/plugins/; beta computer-use automation agent. High-risk per AIRQ (Exposed Giants, AIRQ 3.08).

AnythingLLMDesktopAnythingLLMDesktop.exenode+2 more

NemoClaw (NVIDIA)

AgenticBmac · linux · winPublic ecosystem ×3

NVIDIA · Docs

Agent Framework

NVIDIA's open-source (Apache 2.0) enterprise security wrapper for OpenClaw. Architecture: NemoClaw Plugin (TypeScript CLI) + NemoClaw Blueprint (Python orchestrator) + OpenShell Sandbox (K3s Kubernetes inside Docker container). Adds container-isolated agent execution with YAML security policies, inference routing through approved endpoints, and PII stripping. Announced at GTC 2026 (March 16, 2026). Early preview/alpha.

nodenode.exenemoclaw+2 more

Bito

Clinux · win

Bito AI · Docs

CLI Agent

AI code assistant with IDE extensions (VS Code, JetBrains) and standalone CLI. AI Architect MCP server available. AI models: ADVANCED (GPT-4o, Claude Sonnet 3.5, 240K context), BASIC (GPT-4o mini, 40K context).

bitobito.exebito-lca+1 more

VSCodium

Cmac · linux · winPublic ecosystem

VSCodium (OSS community) · Docs

IDE Agent

Community build of VS Code from MIT source, without Microsoft telemetry. Uses Open VSX Registry instead of VS Code Marketplace. Different process names and config paths from VS Code.

VSCodiumcodiumcodium.exe

Goose

AgenticA+mac · linux

AAIF / Linux Foundation (originally Block) · Docs

CLI Agent

Open-source extensible AI agent (Rust). Desktop app and CLI. Supports 20+ LLM providers, MCP extensions, and marketplace. macOS sandbox support. 41k+ GitHub stars. Originally by Block (Square), now under AAIF at Linux Foundation.

goosegoose.exeGoose+4 more

Kiro CLI (formerly Amazon Q Developer CLI)

AgenticA+linux · win

Amazon Web Services · Docs

CLI Agent

AWS AI coding agent CLI, rebranded from Amazon Q Developer CLI in November 2025. Agent mode, MCP support, custom agents, hooks. Backwards compatible with Q Developer CLI.

kiro-clikiro-cli.exeq+2 more

Hermes Agent

AgenticA+linux

Nous Research · Docs

Agent Framework

Full-featured AI agent platform by Nous Research. CLI and Python library. Supports MCP, 20+ messaging integrations (Telegram, Discord, Slack, WhatsApp, Signal), persistent memory, scheduled jobs, and a skills marketplace.

hermeshermes.exepython+2 more

Augment Code

AgenticA+mac · win

Augment · Docs

CLI Agent

AI coding agent with CLI (auggie) and VS Code extension. Supports subagents, custom commands, MCP, and hierarchical configuration. Interactive TUI and print (non-interactive) modes.

auggieauggie.exeaugment+2 more

Roo Code

AgenticAmac · linux · win

Roo Veterinary Inc · Docs

IDE Extension

Autonomous VS Code coding agent (fork of Cline ecosystem). Multi-mode (Code, Architect, Ask, Debug, Orchestrator). Note: company announced sunset of the VS Code extension on May 15, 2026, pivoting to a cloud agent (Roomote). Endpoint detection signal still relevant for installed extensions until cutover.

Code Helper (Plugin)Code Helper (Renderer)node

Kilo Code

AgenticA+mac · linux · win

Kilo Code Inc. · Docs

CLI Agent

Open-source AI coding agent with both VS Code extension and standalone CLI surfaces sharing a portable core. Supports parallel agents, subagent delegation, git worktree isolation, and multi-mode operation (Architect, Ask, Debug, Orchestrator).

kilokilo.exenode+1 more

Charmbracelet Crush

AgenticA+mac · win

Charmbracelet · Docs

CLI Agent

Glamorous terminal AI coding agent. Multi-model LLM switching, session-based context, LSP integration. Distributed cross-platform (macOS, Linux, Windows, BSDs, Android) via Homebrew tap, npm, Go install, scoop, winget, and Arch AUR.

crushcrush.exe

OpenHands

AgenticA+linux

All Hands AI · Docs

CLI Agent

Open-source autonomous coding agent with TUI, headless, IDE, web, and GUI server modes. Sandboxed execution via Docker by default. MCP support, model-agnostic (Claude, OpenAI, Ollama, etc.), confirmation modes including LLM-based security analysis.

openhandsopenhands.exepython+2 more

Open Interpreter

AgenticBno install

Open Interpreter (OSS) · Docs

CLI Agent

Local computer-use CLI: LLM function-calling drives exec() of Python, JavaScript, and Shell on the host. Installed via pip as `open-interpreter`; interactive entry point is `interpreter`. Offline mode supported via local OpenAI-compatible servers. High blast radius per AIRQ (Computer Agents / Exposed, 4.06).

interpreterinterpreter.exepython+1 more

JetBrains Junie

AgenticA+mac · linux · win

JetBrains · Docs

CLI Agent

JetBrains AI coding agent. Runs as IDE plugin (IntelliJ-family), standalone CLI, or headless mode for CI/CD. Supports Agent Client Protocol (ACP) for editor integrations. BYOK to Anthropic, OpenAI, Google, xAI, OpenRouter, or Copilot; or use JetBrains account with usage-based billing.

juniejunie.exe

Factory Droid CLI

AgenticA+mac · win

Factory AI · Docs

CLI Agent

Factory AI's terminal development agent. End-to-end feature development with deep codebase understanding. Integrates with Jira, Notion, Slack. Interactive REPL and non-interactive 'droid exec' modes.

droiddroid.exenode

Google Jules Tools (CLI)

AgenticA+mac · win

Google · Docs

CLI Agent

Command-line companion for Google's async coding agent Jules. TUI dashboard, remote session management, and repo-level operations. Authenticates with Google account; sessions execute on Google's cloud infrastructure (low local endpoint footprint beyond the CLI itself).

julesjules.exenode

TRAE

AgenticA+mac

ByteDance · Docs

IDE Agent

ByteDance's AI-native IDE (Electron-based). Multi-LLM (OpenAI, Anthropic, Doubao, Azure, Gemini), free tier including GPT-4o, Claude-3.5-Sonnet, DeepSeek. SOLO autonomous mode for end-to-end workflows. International (trae.ai) and China (trae.cn) variants.

TraetraeTrae.exe+5 more

TRAE SOLO

AgenticA+mac

ByteDance · Docs

IDE Agent

ByteDance's standalone autonomous coding agent — distinct downloadable product from TRAE IDE. Electron-based VS Code OSS fork focused on end-to-end task execution rather than interactive editing. macOS Apple Silicon shipped April 2026; Windows on waitlist; Linux not announced.

TRAE SOLOtrae-soloTRAE_SOLO.exe+5 more

Atlassian Rovo Dev CLI

AgenticA+mac · linux

Atlassian · Docs

CLI Agent

Atlassian's AI agent for software engineers. Runs as a subcommand of the Atlassian CLI (acli). TUI is the default as of April 2026, replacing the prior web-based experience. Supports interactive, non-interactive, server, and git worktree modes.

acliacli.exe

Codebuff

AgenticA+mac · win

Codebuff · Docs

CLI Agent

Open-source terminal coding assistant. Indexes the codebase in seconds, edits files, and runs terminal commands. Persistent project context via knowledge.md.

codebuffcodebuff.exenode

PearAI

AgenticAmac

PearAI · Docs

IDE Agent

Open-source AI code editor forked from VS Code. Includes PearAI Router (auto-selects best LLM) and PearAI Agent (powered by Roo Code/Cline lineage). MIT-licensed.

PearAIpearaiPearAI.exe+5 more

Void Editor

AgenticA+mac

Void Editor · Docs

IDE Agent

Open-source AI-native code editor (VS Code fork). Status: paused. Team announced they paused work on the IDE to explore new directions; existing builds continue to run but may bit-rot. MCP support added in beta. Keep entry only for fielded installations.

VoidvoidVoid.exe+5 more

Zencoder CLI

AgenticAmac

Zencoder · Docs

CLI Agent

Native CLI agent powering Zencoder IDE plugins and Zenflow automation. Includes built-in skills, research agent, subagent streaming, and scheduled automation.

zencoderzencoder.exe

Qodo Command

AgenticA+mac · win

Qodo · Docs

CLI Agent

CLI for building, managing, and running AI agents. Interactive chat, custom agent configuration, web UI mode, and webhook (HTTP API) mode. Successor to deprecated @qodo/gen package.

qodoqodo.exenode

Tabby (TabbyML server)

Cno install

TabbyML · Docs

Local Server

Self-hosted AI coding assistant server. Open-source alternative to GitHub Copilot. Runs code-specific LLMs locally (StarCoder, CodeLlama, Qwen) with optional CUDA. Serves completions and chat to VS Code, JetBrains, and Vim/Neovim plugins. Now includes GitLab Merge Request indexing (v0.30).

tabbytabby.exe

Pochi

AgenticA+mac · win

TabbyML · Docs

CLI Agent

Open-source AI coding agent by TabbyML. VS Code extension and CLI sharing the same auth. Parallel agents using Git worktrees, GitHub integration, multi-file refactoring. Companion to Tabby model server but works with any LLM provider (BYOK).

pochipochi.exenode+1 more

GitLab Duo CLI

AgenticA+mac · win

GitLab · Docs

CLI Agent

AI-powered GitLab Duo Agentic Chat in the terminal. Interactive (human-in-the-loop) and headless modes. Understands codebase, modifies code, troubleshoots errors, automates CI/CD. Public beta as of April 2026. Requires GitLab 18.11+.

duoduo.exenode

BLACKBOX AI VS Code Agent

AgenticAmac · linux · win

Blackbox AI Inc. · Docs

IDE Extension

VS Code coding agent with multi-agent execution. /multi-agent dispatches tasks to Blackbox, Claude Code, Codex, Gemini, Goose, OpenCode, and 15+ other coding agents in parallel; a 'Chairman LLM' selects the best result. 4M+ marketplace installs.

Code Helper (Plugin)Code Helper (Renderer)node

Supermaven

Cmac · linux · win

Supermaven · Docs

IDE Extension

Fast code completion VS Code extension with 1M-token Pro context window. Lightweight inline suggestions and chat (OpenAI/Anthropic). Primarily completion-focused; agentic shell-spawning behavior is limited compared to full coding agents.

Code Helper (Plugin)Code Helper (Renderer)

OpenAI CLI

Clinux

OpenAI · Docs

CLI Agent

Official OpenAI Python SDK ships an `openai` console script (entry-point in the openai-python pip package). Used by developers and detection rules as a parent process when scripts and agents shell out via the OpenAI API. Not an agent on its own; reaches LLM and is referenced by GenAI rules as a parent indicator.

openaiopenai.exepython+1 more

Simon Willison's llm CLI

Cmac · linux

Simon Willison (OSS) · Docs

CLI Agent

Pluggable command-line tool for interacting with LLMs. Single `llm` console script written in Python with a plugin model that supports OpenAI, Anthropic, local Llama and Ollama backends, and custom providers. Stores chat history in SQLite under user data dir.

llmllm.exepython+1 more

GitHub MCP Server

Clinux · win

GitHub (Microsoft) · Docs

MCP Server

Official GitHub MCP server. Single Go binary that proxies the GitHub REST and GraphQL APIs over MCP (stdio or HTTP). Used by Claude Code, Cursor, Windsurf, and other MCP clients to grant LLMs access to repositories, issues, PRs, and Actions runs.

github-mcp-servergithub-mcp-server.exe

Elastic MCP Server (Elasticsearch)

Cmac · linux

Elastic · Docs

MCP Server

Official Elastic Elasticsearch MCP server. Bridges Claude Code, Cursor, and other MCP hosts to an Elasticsearch cluster (list indices, get mappings, search, shard stats). Distributed as @elastic/mcp-server-elasticsearch on npm and at docker.elastic.co/mcp/elasticsearch. DEPRECATED on npm — Elastic recommends Elastic Agent Builder. The package `@elastic/mcp-server-elastic-cloud` referenced in older docs DOES NOT EXIST on npm.

mcp-server-elasticsearchmcp-server-elasticsearch.exenode

Pi Coding Agent

AgenticBlinux

Earendil Works · Docs

CLI Agent

Minimal coding-agent harness (formerly @mariozechner/pi-coding-agent). npm package @earendil-works/pi-coding-agent installs the `pi` binary.

pipi.exenode+1 more

Command Code

AgenticBlinux

Command Code · Docs

CLI Agent

Coding agent CLI that continuously learns coding taste. npm package `command-code` exposes `command-code` / `cmdc` binaries.

command-codecommand-code.execmdc+5 more

CodeGPT CLI

AgenticBlinux

CodeGPT · Docs

CLI Agent

CodeGPT terminal CLI for AI-assisted coding workflows.

codegptcodegpt.exenode+1 more

Plandex

AgenticBlinux

Plandex · Docs

CLI Agent

Multi-step / large-task coding CLI. Install via plandex.ai/install.sh; aliases include `pdx`.

plandexplandex.exepdx+1 more

Warp

AgenticBmac · linux

Warp.dev · Docs

Desktop App

Agentic terminal (ADE). Desktop app with AI command suggestions and agent workflows. Binaries: Warp.app / warp-terminal.

warp-terminalwarp-terminal.exeWarp+1 more

Vibe CLI

AgenticBlinux

Vibe (community)

CLI Agent

Vibe coding CLI surface (best-effort registry stub — package identity varies by vendor).

vibevibe.exenode+1 more

RepoPrompt

AgenticBlinux

RepoPrompt · Docs

CLI Agent

Codebase prompting CLI for packing repos into LLM contexts.

repopromptrepoprompt.exe

Fabric

Cmac · linux

Daniel Miessler (OSS) · Docs

Chat / Provider CLI

Go-based AI prompt-pattern CLI (fabric-ai on Homebrew). Patterns for summarization, extraction, and analysis.

fabricfabric.exefabric-ai+1 more

ShellGPT

Cmac · linux

TheR1D (OSS) · Docs

Chat / Provider CLI

Shell assistant CLI (`sgpt`). Natural-language shell commands via LLM APIs.

sgptsgpt.exeshell-gpt+2 more

tgpt

Cmac · linux

aandrew-me (OSS) · Docs

Chat / Provider CLI

Terminal ChatGPT client. Distributed via Go, Homebrew, and npm.

tgpttgpt.exe

mods

Cmac · linux

Charmbracelet · Docs

Chat / Provider CLI

AI on the command line — pipe stdin/stdout through LLMs (Charmbracelet).

modsmods.exe

AskAI

Clinux

AskAI (OSS) · Docs

Chat / Provider CLI

Simple terminal AI helper (`askai` PyPI package).

askaiaskai.exepython+1 more

GPTMe

AgenticBmac · linux

gptme (OSS) · Docs

Chat / Provider CLI

Agentic chat CLI with tools (shell, browser, files). pipx install gptme.

gptmegptme.exepython+1 more

GPTerm

Clinux

GPTerm (OSS) · Docs

Chat / Provider CLI

Terminal emulator-style interface for OpenAI GPT models.

gptermgpterm.exepython+1 more

GPTShell

Clinux

GPTShell (OSS) · Docs

Chat / Provider CLI

Natural-language shell translator CLI.

gptshellgptshell.exepython+1 more

ChatGPT CLI

Clinux

Community / transitive-bullshit · Docs

Chat / Provider CLI

Node.js ChatGPT CLI client (`chatgpt` npm package).

chatgptchatgpt.exenode+1 more

Anthropic CLI (SDK)

Clinux

Anthropic · Docs

Chat / Provider CLI

Official Anthropic Python SDK; may ship an `anthropic` console script depending on version.

anthropicanthropic.exepython+1 more

Groq CLI (SDK)

Clinux

Groq · Docs

Chat / Provider CLI

Official Groq Python SDK surface used as a parent-process indicator for Groq API clients.

groqgroq.exepython+1 more

Cohere CLI (SDK)

Clinux

Cohere · Docs

Chat / Provider CLI

Official Cohere Python SDK / CLI surface.

coherecohere.exepython+1 more

Mistral CLI (SDK)

Clinux

Mistral AI · Docs

Chat / Provider CLI

Official Mistral Python SDK (`mistralai`).

mistralmistral.exepython+1 more

Together CLI

Clinux

Together AI · Docs

Chat / Provider CLI

Together AI Python CLI/SDK for inference APIs.

togethertogether.exepython+1 more

OpenRouter CLI

Clinux

OpenRouter · Docs

Chat / Provider CLI

Official OpenRouter Python client SDK/CLI.

openrouteropenrouter.exepython+1 more

Fireworks CLI (SDK)

Clinux

Fireworks AI · Docs

Chat / Provider CLI

Fireworks AI Python SDK (`fireworks-ai`).

fireworksfireworks.exepython+1 more

DeepSeek CLI

Clinux

DeepSeek / community · Docs

Chat / Provider CLI

DeepSeek terminal CLI (`deepseek-cli` npm; aliases `deepseek` / `ds`).

deepseekdeepseek.exeds+3 more

Perplexity CLI (SDK)

Clinux

Perplexity · Docs

Chat / Provider CLI

Official Perplexity Python SDK (`perplexityai`).

perplexityperplexity.exepython+1 more

Poe CLI (community)

Clinux

Community

Chat / Provider CLI

Community Poe API wrapper (`poe-api`) — research/attribution surface, not an official Quora product.

poepoe.exepython+1 more

Kimi CLI

AgenticBlinux

Moonshot AI · Docs

Chat / Provider CLI

Kimi / Moonshot coding CLI (`kimi-cli` / `kimi`).

kimikimi.exekimi-cli+3 more

Moonshot CLI

Clinux

Moonshot AI · Docs

Chat / Provider CLI

Moonshot API CLI surface (often aliased via kimi-cli).

moonshotmoonshot.exepython+1 more

Cerebras CLI (SDK)

Clinux

Cerebras · Docs

Chat / Provider CLI

Official Cerebras Cloud Python SDK.

cerebrascerebras.exepython+1 more

SambaNova CLI (SDK)

Clinux

SambaNova · Docs

Chat / Provider CLI

Official SambaNova Python SDK; shim binary often `sncloud`.

sncloudsncloud.exesambanova+2 more

Azure AI CLI surface

Clinux

Microsoft · Docs

Chat / Provider CLI

Azure AI / ML CLI surface — commonly `az ml` via Azure CLI, sometimes exposed as an `ai` shim.

aiai.exepython+1 more

Msty

Dlinux

Msty · Docs

Local Desktop

Local AI desktop app for chatting with local/remote models.

LocalAI

Clinux

mudler (OSS) · Docs

Local Server

OpenAI-compatible local inference server (`local-ai` / LocalAI).

local-ailocal-ai.exelocalai+1 more

Xinference

Clinux

Xorbits · Docs

Local Server

Distributed model inference platform CLI (`xinference`).

xinferencexinference.exepython+1 more

vLLM

Clinux

vLLM Project · Docs

Local Server

High-throughput LLM serving engine (Linux/CUDA-oriented).

vllmvllm.exepython+1 more

Text Generation Inference

Clinux

Hugging Face · Docs

Local Server

Hugging Face TGI launcher (`text-generation-launcher`), commonly run via Docker.

text-generation-launchertext-generation-launcher.exe

ExLlama

Clinux

turboderp (OSS) · Docs

Local Server

ExLlama GPTQ inference library / CLI surface.

exllamaexllama.exepython+1 more

llama-swap

Clinux

mostlygeek (OSS) · Docs

Local Server

Multi-model proxy that swaps llama.cpp backends.

llama-swapllama-swap.exe

Dify

Clinux

LangGenius · Docs

Local Server

Dify LLM app platform — `dify-client` SDK / self-host surfaces.

difydify.exepython+1 more

LibreChat

Clinux

danny-avila (OSS) · Docs

Local Server

Self-hosted ChatGPT-style UI (LibreChat). Typically docker/npm self-host, not a single global binary.

librechatlibrechat.exenode+1 more

MCP Inspector

Clinux

Anthropic / MCP · Docs

MCP Server

Official MCP Inspector for testing/debugging MCP servers (`@modelcontextprotocol/inspector`).

mcp-inspectormcp-inspector.exenode+1 more

MCP CLI

Clinux

Anthropic / MCP · Docs

MCP Server

Official Python MCP package with CLI extras (`mcp[cli]`).

mcpmcp.exepython+1 more

MCP Filesystem Server

Clinux

Anthropic / MCP · Docs

MCP Server

Official MCP filesystem server (`@modelcontextprotocol/server-filesystem`).

mcp-server-filesystemmcp-server-filesystem.exenode+1 more

MCP Memory Server

Clinux

Anthropic / MCP · Docs

MCP Server

Official MCP memory/knowledge-graph server.

mcp-server-memorymcp-server-memory.exenode+1 more

MCP SQLite Server

Clinux

Community / MCP · Docs

MCP Server

MCP server for SQLite operations (`mcp-server-sqlite` npm).

mcp-server-sqlitemcp-server-sqlite.exenode+1 more

MCP Postgres Server

Clinux

Anthropic / MCP · Docs

MCP Server

Official MCP Postgres server.

mcp-server-postgresmcp-server-postgres.exenode+1 more

MCP Brave Search

Clinux

Anthropic / MCP · Docs

MCP Server

Official MCP Brave Search server.

mcp-server-brave-searchmcp-server-brave-search.exenode+1 more

MCP Fetch Server

Clinux

MCP / community · Docs

MCP Server

MCP Fetch server (prefer PyPI `mcp-server-fetch` — avoid npm namesquats).

mcp-server-fetchmcp-server-fetch.exepython+1 more

MCP Puppeteer Server

Clinux

Anthropic / MCP · Docs

MCP Server

Official MCP Puppeteer browser-automation server.

mcp-server-puppeteermcp-server-puppeteer.exenode+1 more

MCP Playwright Server

Clinux

Microsoft / Playwright · Docs

MCP Server

Playwright MCP server (`@playwright/mcp`; binary often `playwright-mcp`).

mcp-server-playwrightmcp-server-playwright.exeplaywright-mcp+3 more

whisper.cpp

Clinux

ggerganov (OSS) · Docs

Speech (ASR / TTS)

C/C++ Whisper ASR (`whisper-cli` / whisper-cpp Homebrew).

whisper-cliwhisper-cli.exewhisper-cpp+1 more

WhisperX

Clinux

m-bain (OSS) · Docs

Speech (ASR / TTS)

Forced-alignment ASR pipeline CLI (`whisperx`).

whisperxwhisperx.exepython+1 more

faster-whisper

Clinux

SYSTRAN (OSS) · Docs

Speech (ASR / TTS)

CTranslate2-based Whisper implementation.

faster-whisperfaster-whisper.exepython+1 more

ElevenLabs CLI (SDK)

Clinux

ElevenLabs · Docs

Speech (ASR / TTS)

ElevenLabs TTS Python SDK / CLI surface.

elevenlabselevenlabs.exepython+1 more

Kokoro TTS

Clinux

Kokoro (OSS) · Docs

Speech (ASR / TTS)

Kokoro neural TTS Python package.

kokorokokoro.exepython+1 more

Piper TTS

Clinux

rhasspy (OSS) · Docs

Speech (ASR / TTS)

Fast local neural TTS (`piper-tts` / `piper`).

piperpiper.exepython+1 more

Bark TTS

Clinux

Suno (OSS) · Docs

Speech (ASR / TTS)

Bark text-to-audio model CLI/SDK surface.

barkbark.exepython+1 more

Stable Diffusion CLI surface

Clinux

Stability / community · Docs

Image / Diffusion

Generic Stable Diffusion CLI attribution surface (often via Diffusers).

stable-diffusionstable-diffusion.exepython+1 more

ComfyUI

Clinux

comfyanonymous (OSS) · Docs

Image / Diffusion

Node-based Stable Diffusion UI; `comfy` CLI via comfy-cli or git clone launcher.

comfycomfy.exepython+1 more

InvokeAI

Clinux

InvokeAI · Docs

Image / Diffusion

Creative image generation platform CLI (`invokeai`).

invokeaiinvokeai.exepython+1 more

Fooocus

Clinux

lllyasviel (OSS) · Docs

Image / Diffusion

Fooocus SD launcher (typically git clone + python launch.py).

fooocusfooocus.exepython+1 more

AUTOMATIC1111 WebUI

Clinux

AUTOMATIC1111 (OSS) · Docs

Image / Diffusion

Stable Diffusion WebUI launcher (`webui.sh` / `webui` shim).

webuiwebui.exepython+1 more

Diffusers CLI surface

Clinux

Hugging Face · Docs

Image / Diffusion

Hugging Face Diffusers library — shim binary for endpoint attribution.

diffusers-clidiffusers-cli.exepython+1 more

Hugging Face CLI

Clinux

Hugging Face · Docs

Cloud / MLOps CLI

Hugging Face Hub CLI (`huggingface-cli` / `hf`).

huggingface-clihuggingface-cli.exehf+3 more

HF Transfer

Clinux

Hugging Face · Docs

Cloud / MLOps CLI

High-speed transfer accelerator for Hugging Face Hub downloads.

hf-transferhf-transfer.exepython+1 more

Modal CLI

Clinux

Modal Labs · Docs

Cloud / MLOps CLI

Modal serverless cloud CLI for deploying ML workloads.

modalmodal.exepython+1 more

Replicate CLI (SDK)

Clinux

Replicate · Docs

Cloud / MLOps CLI

Replicate Python SDK / CLI for running cloud models.

replicatereplicate.exepython+1 more

BentoML

Clinux

BentoML · Docs

Cloud / MLOps CLI

Model serving / packaging CLI (`bentoml`).

bentomlbentoml.exepython+1 more

Cog

Clinux

Replicate · Docs

Cloud / MLOps CLI

Containers for machine learning — Replicate's Cog CLI.

cogcog.exe

About this registry. A curated reference of GenAI tools and their observable process telemetry, config locations, and integrations. Process names and metadata are sourced from empirical testing across macOS, Linux, and Windows where noted. Tools marked Unverified have not yet been empirically tested and their data is based on vendor documentation or public research. For related security research notes, see the GenAI Security Research page.

Reference score. Each tool is scored across weighted dimensions: process telemetry, macOS code-signing, config paths, attribution signals, network artifacts, context files, data quality, and reference documentation. Non-applicable dimensions (e.g., macOS signing for a Python CLI) are excluded from the maximum score rather than receiving free points. Grades range from A+ (≥95%) to D (<60%). Public ecosystem entries are informational only and do not change the score.