Skip to content

Moyubie is a cross-platform, serverless and AI powered IM (Instant Messaging) APP

License

Notifications You must be signed in to change notification settings

flowbehappy/moyubie

Repository files navigation

Moyubie

drawing

Moyubie is a cross-platform AI powered IM (Instant Messaging) APP.

  • It is a convenient and powerful AI chat client. Chat messages are synchronized between different devices.
  • Users can chat to anyone in a chat room in a private environment
    • There is no server side required. Chat messages are secure and completely owned by users.
  • A news list powered by AI
  • Supported platforms
    • iOS, Android, MacOS, Windows, Linux

Powered By

Development

  • You can learn how to prepare flutter development environment, compile and test a flutter app from flutter.dev.
  • After all required tools are installed, you can compile and debug the app by
    
    git clone [email protected]:flowbehappy/moyubie.git
    cd moyubie
    flutter doctor     # Make sure everything is fine
    flutter devices    # See what devices or simulator you have
    flutter run        # Run the app. You can also run the app in a specific device/simulator by: flutter run -d <device_id>
    

Downloads

Select the latest release from here.