Terrarch /
aeon-cherry-studio-ios-android-infinity
โก Eternity (PWA) & ๐ง Wisdom (AI Agent). ๐ This is the mobile version of Cherry Studio. ๐๏ธ Freedom for ่นๆ Apple iOS & โ๏ธ Contracts for ๅฎๅ Android App. The Infinity Edition.
Loading repository dataโฆ
CherryHQ / repository
๐ This is the mobile version of Cherry Studio.
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 | Give the repo a Star!
Related development documentation is in the docs folder
Clone the repository
git clone https://github.com/CherryHQ/cherry-studio-app.git
Enter the directory
cd cherry-studio-app
Install dependencies
pnpm install
Generate database
npx drizzle-kit generate
cd packages/react-native-streamable-http
npm install
npm run build
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
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
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"
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
Selected from shared topics, language and repository descriptionโnot editorial ratings.
Terrarch /
โก Eternity (PWA) & ๐ง Wisdom (AI Agent). ๐ This is the mobile version of Cherry Studio. ๐๏ธ Freedom for ่นๆ Apple iOS & โ๏ธ Contracts for ๅฎๅ Android App. The Infinity Edition.