Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Taewan-P/gpt_mobile
Chat app for Android that supports answers from multiple LLMs at once. Designed with Material3 & Compose.
https://github.com/Taewan-P/gpt_mobile
android anthropic chatbots chatgpt claude compose gemini google jetpack jetpack-compose kotlin openai
Last synced: 3 months ago
JSON representation
Chat app for Android that supports answers from multiple LLMs at once. Designed with Material3 & Compose.
- Host: GitHub
- URL: https://github.com/Taewan-P/gpt_mobile
- Owner: Taewan-P
- License: gpl-3.0
- Created: 2023-03-06T13:54:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T10:12:21.000Z (4 months ago)
- Last Synced: 2024-07-24T11:49:57.822Z (4 months ago)
- Topics: android, anthropic, chatbots, chatgpt, claude, compose, gemini, google, jetpack, jetpack-compose, kotlin, openai
- Language: Kotlin
- Homepage:
- Size: 4.18 MB
- Stars: 59
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-generative-ai - GPT Mobile
- awesome-gpt - GPT Mobile
README
# GPT Mobile
### Chat Assistant for Android that supports chatting with multiple models at once.
[![GitHub all releases](https://img.shields.io/github/downloads/Taewan-P/gpt_mobile/total?label=Downloads&logo=github)](https://github.com/Taewan-P/gpt_mobile/releases/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Taewan-P/gpt_mobile?color=black&label=Stable&logo=github)](https://github.com/Taewan-P/gpt_mobile/releases/latest/)## Screenshots
## Demos
| | | |
|------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|## Features
- **Chat with multiple models at once**
- Uses official APIs for each platforms
- Supported platforms:
- OpenAI GPT
- Anthropic Claude
- Google Gemini
- Can customize temperature, top p (Nucleus sampling), and system prompt
- Local chat history
- Chat history is **only saved locally**
- Only sends to official API servers while chatting
- [Material You](https://m3.material.io/) style UI, Icons
- Supports dark mode, system dynamic theming **without Activity restart**
- Per app language setting for Android 13+
- 100% Kotlin, Jetpack Compose, Single Activity, [Modern App Architecture](https://developer.android.com/topic/architecture#modern-app-architecture) in Android developers documentation## To be supported
- Manual Languages Setting for Android 12 and below
- More platforms
- Image, file support for multimodal modelsIf you have any feature requests, please open an issue.
## Downloads
You can download the app from the following sites:
[](https://f-droid.org/packages/dev.chungjungsoo.gptmobile)
[](https://play.google.com/store/apps/details?id=dev.chungjungsoo.gptmobile&utm_source=github&utm_campaign=gh-readme)
[](https://github.com/Taewan-P/gpt_mobile/releases)Cross platform updates are supported. However, GitHub Releases will be the fastest track among the platforms since there is no verification/auditing process. (Probably 1 week difference?)
## Build
1. Clone repo
2. Open in Android Studio
3. Click `Run` or do Gradle build## License
See [LICENSE](./LICENSE) for details.
[F-Droid Icon License](https://gitlab.com/fdroid/artwork/-/blob/master/fdroid-logo-2015/README.md)