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. The snippet also stages cheers-mcp-server beside it — required for default inject_cheers.
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.36/cce-acp-connector-$os-$arch" curl -fsSL -o ~/.cheers/bin/cheers-mcp-server \ "https://github.com/haowei2000/Cheers/releases/download/connector-v0.1.36/cheers-mcp-server-$os-$arch" chmod +x ~/.cheers/bin/cce-acp-connector ~/.cheers/bin/cheers-mcp-server
Latest release desktop-v0.1.9. Unsigned preview — right-click → Open on first launch.
Apple Silicon only for now. Pick the newest desktop-v* tag on Releases.
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.36. Full install, token, and update steps are in the connector guide.
Native clients speak the same gateway protocol. Build from source today — App Store / Play listings are not live yet.