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. 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

Desktop app for macOS

Signed with a Developer ID certificate and notarized by Apple — the links below always point at the newest release.

macOS

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

Apple Silicon only for now. Intel Macs are not built yet.

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

Prebuilt 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.


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