Cherry Studio App Download

Official mobile Cherry Studio app for iOS/Android providing multi-LLM conversations AI assistants and theme support via React Native

⭐ 2,033 stars on GitHub
Latest Release: v0.1.4

About Software

Cherry Studio App is the official mobile version of Cherry Studio bringing powerful LLM interactions to iOS and Android devices. Built with Expo React Native it provides access to preset AI assistants smooth multi-model conversations and a mobile-optimized interface with theme support.

The app gradually integrates major providers including OpenAI Gemini and Anthropic featuring conversation management history search and data migration capabilities. Built with Tamagui UI React Navigation and Redux Toolkit for state management it offers core tools designed specifically for mobile workflows.

Use Cases:

  • Mobile LLM client for iOS and Android with multi-provider support
  • AI assistants and multi-model conversations on mobile devices
  • Light/dark theme optimized mobile interface for on-the-go AI interactions
  • Conversation history search and data migration across devices

Downloads

v0.1.4 December 07, 2025
CherryStudio.0.1.4.apkapk
v0.1.3 November 24, 2025
CherryStudio.v0.1.3.apkapk
v0.1.2 November 19, 2025
CherryStudio.0.1.2.apkapk
0.1.1 November 04, 2025
CherryStudio.0.1.1.apkapk
0.1.0 October 30, 2025
Cherry-Studio.0.1.0.apkapk

Package Info

Last Updated
Dec 07, 2025
Latest Version
v0.1.4
License
AGPL-3.0
Total Versions
5

README

🍒 Welcome to Cherry Studio App

English | 中文

🍒 Cherry Studio App —— The official mobile version of Cherry Studio, bringing powerful LLMs (Large Language Models) interaction to your iOS and Android devices.

🌟 Support the Project: Sponsor (https://github.com/CherryHQ/cherry-studio/blob/main/docs/sponsor.md) | Give the repo a Star!

✨ Key Features

  • Multi-LLM Provider Support: (Gradually integrating) OpenAI, Gemini, Anthropic, and more.
  • AI Assistants & Conversations: Access preset assistants and engage in smooth multi-model conversations.
  • Mobile Optimized: Designed specifically for iOS/Android with light/dark theme support.
  • Core Tools: Conversation management, history search, data migration.

🛠️ Tech Stack

  • Framework: Expo React Native
  • Package Manager: Yarn
  • UI: Tamagui
  • Routing: React Navigation
  • State Management: Redux Toolkit

🚀 Development

Related development documentation is in the docs folder

  1. Clone the repository

     git clone https://github.com/CherryHQ/cherry-studio-app.git
    
  2. Enter the directory

     cd cherry-studio-app
    
  3. Install dependencies

      yarn install
    
  4. Generate database

npx drizzle-kit generate
  1. Start the application

iOS:

npx expo prebuild -p ios

cd ios # Add self-signed certificate

npx expo run:ios -d

Android:

npx expo prebuild -p android

cd android # Add Android SDK path to local.properties

npx expo run:android -d

Android SDK Setup

For windows users:

sdk.dir=C:\\Users\\UserName\\AppData\\Local\\Android\\sdk

or (for newer versions of Android Studio / IntelliJ IDEA):

sdk.dir=C\:\\Users\\USERNAME\\AppData\\Local\\Android\\sdk

Where USERNAME your PC user name. Also, make sure the folder is sdk or Sdk.

Example:

sdk.dir=C:\\Users\\USERNAME\\AppData\\Local\\Android\\sdk

or:

sdk.dir=C\:\\Users\\USERNAME\\AppData\\Local\\Android\\Sdk

For Mac users:

sdk.dir = /Users/USERNAME/Library/Android/sdk

Where USERNAME is your OSX username.

You can also use environment variables in your path, for example:

export ANDROID_HOME=/Users/$(whoami)/Library/Android/sdk
export PATH="$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools"

For Linux (Ubuntu) users:

sdk.dir = /home/USERNAME/Android/Sdk

Where USERNAME is your Linux username.

Please use physical devices or simulators for development, do not use Expo Go