Welcome to the ChatGPT App repository! This application allows you to interact with OpenAI's powerful GPT model on your local desktop, leveraging the power of Next.js in SSG mode and Tauri to create a secure, user-friendly experience. The user interface of this application is inspired by and created with reference to the chatbot-ui repository.
- Local desktop application, ensuring data privacy
- Built with Next.js Static Site Generation (SSG) for enhanced performance
- Utilizes your OpenAI API key for access to the GPT model
- Developed using Tauri, a lightweight framework for creating cross-platform applications
- Ensures data is not sent to servers other than OpenAI
- Designed with security in mind
- User interface inspired by the chatbot-ui project
Clone the repository:
git clone https://github.com/KiyotakaMatsushita/chatgpt-app.git
Change the current working directory to the repository folder:
cd chatgpt-app
Install the dependencies using pnpm:
pnpm install
Start the development server:
pnpm tauri dev
Build the Tauri application:
pnpm tauri build
Once the application is built, launch the ChatGPT App executable in the src-tauri/target directory. You can now interact with the powerful GPT model on your local desktop, ensuring your data remains secure and private.
We welcome contributions to the ChatGPT App repository! If you find a bug or would like to suggest a new feature, please create an issue or submit a pull request.
The ChatGPT App is released under the MIT License.