Skip to content
Open
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
2 changes: 2 additions & 0 deletions docs/get-started/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The following projects implement ACP directly, connect ACP agents to other envir
## CLI and TUI

- [acpx (CLI)](https://github.com/openclaw/acpx)
- [BitFun CLI](https://github.com/GCWing/BitFun) — Rust-powered TUI that can expose the BitFun runtime over ACP or launch OpenCode, Claude Code, and Codex as external ACP agents
- [Hash (shell)](https://github.com/tfcace/hash)
- [Hydra](https://github.com/smagnuso/hydra-acp)
- [Nori CLI](https://github.com/tilework-tech/nori-cli)
Expand All @@ -50,6 +51,7 @@ The following projects implement ACP directly, connect ACP agents to other envir
- [AgentRQ](https://github.com/agentrq/agentrq) — Human-in-the-loop realtime task management and collaboration (Web)
- [AionUi](https://github.com/iOfficeAI/AionUi)
- [aizen](https://aizen.win)
- [BitFun](https://github.com/GCWing/BitFun) — cross-platform desktop ACP client with a shared Rust runtime, local and remote workspaces, and stateful Mini Apps
- [Braide](https://braide.dev) - Parallel sessions, worktrees, personas and interactive agent responses (supports macOS, Windows, Linux)
- [Casper](https://github.com/joeyshi12/casper) - A web client for kiro-cli that talks to it over the Agent Client Protocol (ACP), giving you a browser-based chat UI with live streaming, session history, and rich per-tool-call rendering.
- [Codeg](https://github.com/xintaofei/codeg) — collaborative multi-agent coding workbench that unifies ACP agents (Claude Code, Codex, Gemini CLI, OpenCode, and more) with session aggregation; desktop app, self-hosted server, or Docker (macOS, Windows, Linux, Web)
Expand Down