Use Cheers everywhere you work

Desktop, browser, connector, and mobile clients — one gateway, the same realtime protocol.

Desktop

Native macOS app for Apple Silicon. Manage local ACP connectors, native approval banners, and open agent files in your editor.

Web

Full client in any modern browser — channels, Viewboard, Workbench. Nothing to install. PWA-ready with Web Push.

Connector

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

Desktop app for macOS

Latest release desktop-v0.1.9. Unsigned preview — right-click → Open on first launch.

macOS

Apple Silicon .dmg App bundle .tar.gz SHA256 checksums

Apple Silicon only for now. Pick the newest desktop-v* tag on Releases.

Windows

Native Windows build is not published yet. Use the web app today, or self-host the stack.

Linux

No desktop package yet. Run the web client against a self-hosted gateway, or use Docker Compose / Helm.

Self-host options

View all releases →


ACP connector & MCP server

Prebuilt binaries from connector-v0.1.36. Full install, token, and update steps are in the connector guide.


Mobile

Native clients speak the same gateway protocol. Build from source today — App Store / Play listings are not live yet.

iOS
SwiftUI client for iOS 17+. Streaming chat, approval cards, Keychain sessions.
Build guide
Android
Kotlin + Jetpack Compose on Material 3. Streaming deltas, typing indicators, reconnect catch-up.
Build guide