Cherry Studio's pocket-sized LLM companion
A mobile-native AI chat client that refuses to settle for a wrapped web view.

What it does
Cherry Studio App is the official iOS and Android counterpart to the desktop Cherry Studio client. It lets you chat with multiple LLM providers, manage conversation history, and migrate data between devices. The pitch is essentially “your desktop AI setup, but in your pocket.”
The interesting bit
The team built this on Expo React Native with Tamagui for UI — a deliberate choice that suggests they want actual native performance rather than slapping a web view in an app shell. They also ship a custom react-native-streamable-http package for MCP (Model Context Protocol) support, which is more plumbing than most mobile AI clients bother with.
Key highlights
- Multi-provider support: OpenAI, Gemini, Anthropic, and others (noted as “gradually integrating”)
- Preset AI assistants with multi-model conversations
- Light/dark themes, conversation search, and data migration tools
- Redux Toolkit state management — old school, but predictable
- Explicitly warns against using Expo Go for development, suggesting native module dependencies
Caveats
- The “gradually integrating” caveat on LLM providers is doing honest work — it’s unclear which are fully functional today
- Development setup is involved: self-signed certificates for iOS, manual Android SDK path configuration, and a separate build step for the MCP HTTP package
- No mention of local/edge model support; appears cloud-API dependent
Verdict
Worth watching if you’re already in the Cherry Studio ecosystem and need mobile parity. For developers evaluating mobile AI clients from scratch, the “gradually integrating” provider list and setup friction make this a “check back in a few months” situation unless you enjoy living on the bleeding edge.
Frequently asked
- What is CherryHQ/cherry-studio-app?
- A mobile-native AI chat client that refuses to settle for a wrapped web view.
- Is cherry-studio-app open source?
- Yes — CherryHQ/cherry-studio-app is open source, released under the AGPL-3.0 license.
- What language is cherry-studio-app written in?
- CherryHQ/cherry-studio-app is primarily written in TypeScript.
- How popular is cherry-studio-app?
- CherryHQ/cherry-studio-app has 3.6k stars on GitHub.
- Where can I find cherry-studio-app?
- CherryHQ/cherry-studio-app is on GitHub at https://github.com/CherryHQ/cherry-studio-app.