Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/get-started/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,32 @@ The following projects implement ACP directly, connect ACP agents to other envir
- Visual Studio Code — through the [ACP Client](https://github.com/formulahendry/vscode-acp) extension
- [Zed](https://zed.dev/docs/ai/external-agents)

## Clients and apps
## CLI and TUI

- [ACP UI](https://github.com/formulahendry/acp-ui) (Windows, macOS, Linux, iOS, Android, Web)
- [acpx (CLI)](https://github.com/openclaw/acpx)
- [Nori CLI](https://github.com/tilework-tech/nori-cli)
- [pool](https://github.com/poolsideai/pool)
- [Toad](https://www.batrachian.ai/)

## Desktop and Web

- [ACP UI](https://github.com/formulahendry/acp-ui) (Windows, macOS, Linux, iOS, Android, Web)
- [gemini-cli-desktop](https://github.com/Piebald-AI/gemini-cli-desktop)
- [Agent Studio](https://github.com/sxhxliang/agent-studio)
- [AionUi](https://github.com/iOfficeAI/AionUi)
- [aizen](https://aizen.win)
- [DeepChat](https://github.com/ThinkInAIXYZ/deepchat)
- [fabriqa.ai](https://fabriqa.ai)
- [Harnss](https://github.com/OpenSource03/harnss)
- [iflow-cli](https://github.com/iflow-ai/iflow-cli)
- [Jockey](https://github.com/recailai/jockey) — open-source multi-agent orchestrator (Tauri + Rust + SolidJS) that coordinates Claude Code, Gemini CLI, and Codex CLI via ACP
- [Lody](https://lody.ai)
- [Minion Mind](https://minion-mind.nebulame.com/) — through the [Agent Client](https://github.com/RAIT-09/obsidian-agent-client) plugin
- [Mitto](https://github.com/inercia/mitto)
- [Nori CLI](https://github.com/tilework-tech/nori-cli)
- [Ngent](https://github.com/beyond5959/ngent)
- [pool](https://github.com/poolsideai/pool)
- [RayClaw](https://github.com/rayclaw/rayclaw?tab=readme-ov-file#acp-agent-client-protocol)
- [RLM Code](https://github.com/SuperagenticAI/rlm-code)
- [Sidequery _(coming soon)_](https://sidequery.dev)
- [Tidewave](https://tidewave.ai/)
- [Toad](https://www.batrachian.ai/)
- [Web Browser with AI SDK](https://github.com/mcpc-tech/ai-elements-remix-template) (powered by [@mcpc/acp-ai-provider](https://github.com/mcpc-tech/mcpc/tree/main/packages/acp-ai-provider))

## Notebook and data tools
Expand Down