/ChatGPT-Next-APP

基于ChatGPT-Next-Web项目构建的APP客户端,本地离线流畅运行

Primary LanguageC++

NextChat

一个全新的ChatGPT-Next-Web移动APP客户端

使用教程:NextChatApp使用教程

Getting Started

安装

  • android

    下载apk:请从本项目 Action 下载最新的 Release

    对于新版本,请任意提交一个 Issue 即可出发 Workflow 编译流程

  • ios

    需自己构建安装(ios环境未测试)

构建

在安装好flutter开发环境的机器上执行

克隆代码到本地:

git clone https://github.com/jmgaooo/ChatGPT-Next-APP.git

打包android:

flutter build apk --release

打包ios(需要MacOs):

flutter build ios --release

自定义web资源:

把web项目构建输出的静态资源打包成压缩包,命名为web.zip,放到项目assets/web.zip路径下。