Desktop
Native macOS app for Apple Silicon. Manage local ACP connectors, native approval banners, and open agent files in your editor.
Desktop, browser, connector, and mobile clients — one gateway, the same realtime protocol.
Native macOS app for Apple Silicon. Manage local ACP connectors, native approval banners, and open agent files in your editor.
Full client in any modern browser — channels, Viewboard, Workbench. Nothing to install. PWA-ready with Web Push.
Connect your own Claude / Codex / OpenCode agent to Cheers with the ACP connector daemon. It is the only binary to install — MCP tool access comes from the gateway's native HTTP endpoint.
mkdir -p ~/.cheers/bin os=$(uname -s | tr A-Z a-z); arch=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/') curl -fsSL -o ~/.cheers/bin/cce-acp-connector \ "https://github.com/haowei2000/Cheers/releases/download/connector-v0.1.37/cce-acp-connector-$os-$arch" chmod +x ~/.cheers/bin/cce-acp-connector
Signed with a Developer ID certificate and notarized by Apple — the links below always point at the newest release.
Apple Silicon only for now. Intel Macs are not built yet.
Native Windows build is not published yet. Use the web app today, or self-host the stack.
No desktop package yet. Run the web client against a self-hosted gateway, or use Docker Compose / Helm.
Self-host optionsPrebuilt binaries from connector-v0.1.37. Full install, token, and update steps are in the connector guide. MCP tool access is built into the gateway (native HTTP transport) — nothing extra to download.
Native clients speak the same gateway protocol. Build from source today — App Store / Play listings are not live yet.