From 47505ceed0e083c477d7f93591f76e18140cfcdd Mon Sep 17 00:00:00 2001 From: Bob Lee Date: Thu, 6 Aug 2026 13:35:56 -0700 Subject: [PATCH] docs(clients): add BitFun desktop and CLI clients --- docs/get-started/clients.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index bf80b851..fc7a7562 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -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) @@ -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)