Claude Skill
formulahendry/acp-ui
ACP UI is a modern, cross-platform desktop client for the Agent Client Protocol (ACP). Connect to any ACP-compatible AI agent like Claude, Codex, Copilot, Qwen, Gemini, and more.
Overview
Repository
Install this Skill
npx @rebornix/stdio-to-ws "copilot --acp" --port 3000 --persist --grace-period -1Registry
npx @rebornix/stdio-to-ws "copilot --acp" --port 3000 --persist --grace-period -1git clone https://github.com/formulahendry/acp-ui.gitnpm install
Summary
ACP UI is a modern, cross-platform desktop client built for the Agent Client Protocol (ACP). It enables seamless connections to any ACP-compatible AI agent, including Claude, Codex, Copilot, Qwen, Gemini, OpenCode, and OpenClaw, providing a unified interface for interacting with diverse AI agents.
一款现代化的跨平台桌面客户端,支持代理客户端协议(ACP)——可连接至任何兼容ACP的AI代理(包括Claude、Codex、Copilot、Qwen、Gemini、OpenCode、OpenClaw等)。
Key features
- Cross-platform desktop client (Windows, macOS, Linux)
- Supports multiple ACP-compatible AI agents
- Unified interface for agent interaction
- Modern Vue-based UI design
- Open-source and community-driven
Use cases
- Interact with Claude, Codex, or Copilot from one app
- Test and compare different ACP-compatible agents
- Develop and debug agent workflows locally
- Integrate multiple AI assistants in a single desktop environment
README excerpt
# ACP UI <a href="https://apps.microsoft.com/detail/9P76NGS1VF2L?referrer=appbadge&mode=full" target="_blank" rel="noopener noreferrer"> <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> </a> A modern, cross-platform client for the [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) on desktop, mobile, and the web. Connect to AI coding agents like GitHub Copilot, Claude Code, Gemini CLI, Qwen Code, Codex CLI, OpenCode, OpenClaw, Kiro CLI, Hermes Agent, and any ACP-compatible agent from a unified interface.  ## 🌍 Try it in your browser No install required — open **[https://acp-ui.github.io/](https://acp-ui.github.io/)** and connect to a remote ACP agent over WebSocket. The web build supports the same chat, sessions, permissions, and traffic-monitor features as the desktop and mobile apps; it only omits local stdio agents and host filesystem access (which require a local subprocess and aren't available in a browser tab). > Pages served over HTTPS can only open `wss://` URLs (browser mixed-content rule). For LAN `ws://` access, run the bundle locally (`npm run preview:web`) or use a `wss://` tunnel — see [Connecting from your phone or browser](#-connecting-from-your-phone-or-browser), the same setup works for the web build. ## 📥 Installation Download the latest release for your platform from [GitHub Releases](https://github.com/formulahendry/acp-ui/releases): | Platform | Download | |----------|----------| | **Web** | [https://acp-ui.github.io/](https://acp-ui.github.io/) — no install, opens in any modern browser | | **Windows** | [.msi installer](https://github.com/formulahendry/acp-ui/releases/latest) or [.exe (NSIS)](https://github.com/formulahendry/acp-ui/r