Skip to content

Chat app for Android that supports answers from multiple LLMs at once. Designed with Material3 & Compose.

License

Notifications You must be signed in to change notification settings

Taewan-P/gpt_mobile

Repository files navigation

GPT Mobile

Chat Assistant for Android that supports chatting with multiple models at once.

GitHub all releases GitHub release (latest by date)

Screenshots

Demos

screen-20240702-173350.mp4
screen-20240702-172158.mp4
screen-20240702-172758.mp4

Features

  • Chat with multiple models at once
    • Uses official APIs for each platforms
    • Supported platforms:
      • OpenAI GPT
      • Anthropic Claude
      • Google Gemini
  • Local chat history
    • Chat history is only saved locally
    • Only sends to official API servers while chatting
  • Material You 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 in Android developers documentation

To be supported

  • Manual Languages Setting for Android 12 and below
  • More platforms
  • Image, file support for multimodal models

If you have any feature requests, please open an issue.

Downloads

You can download the app from the following sites:

Get it on F-Droid Get it on Google Play Get it on GitHub

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 for details.

F-Droid Icon License