An unofficial ChatGPT cross-platform mobile application built with Flutter/Dart.
Android | iOS | |
---|---|---|
Support | SDK 19+ or 20+ | 9.0+ |
Related:
- ✨ Awesome ChatGPT prompts - f/awesome-chatgpt-prompts
- 🖥 ChatGPT desktop application - lencx/ChatGPT
Not available
However, you can still run MobileGPT on your Android device if you have flutter installed on your machine, you just need to:
- Clone repository
git clone https://github.com/theiskaa/MobileGPT
- Connect your Android device to your machine via USB cable, and run
flutter run -d android
.
Or, you can take release build and install on your Android device: flutter build apk --release
.
Not available
However, you can still run MobileGPT on your iOS device if you have flutter installed on your machine, you just need to:
- Clone repository
git clone https://github.com/theiskaa/MobileGPT
- Connect your iOS device to your machine via USB cable, and run
flutter run -d ios
.
For information regarding contributions, please refer to CONTRIBUTING.md file.