https://github.com/litongjava/tauri-chatgpt
A standalone desktop application for ChatGPT, built using Tauri.
https://github.com/litongjava/tauri-chatgpt
Last synced: 5 days ago
JSON representation
A standalone desktop application for ChatGPT, built using Tauri.
- Host: GitHub
- URL: https://github.com/litongjava/tauri-chatgpt
- Owner: litongjava
- License: mit
- Created: 2023-10-01T06:41:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T00:56:52.000Z (over 2 years ago)
- Last Synced: 2025-03-21T07:16:11.601Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 985 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## tauri-chatgpt
A standalone desktop application for ChatGPT, built using Tauri.

## Features
* **Native Experience**: Interact with ChatGPT directly from your desktop without needing a browser.
* **Fast and Lightweight**: Built using Tauri, the application is light on resources and starts up quickly.
* **Cross-Platform**: Available for Windows, macOS, and Linux.
## Installation
### Pre-built binaries
You can download the pre-built binaries for your platform from the [Releases](https://github.com/litongjava/tauri-chatgpt/releases) page.
### Building from Source
1. Clone this repository:
```bash
git clone https://github.com/litongjava/tauri-chatgpt
```
2. Navigate to the project directory:
```bash
cd tauri-chatgpt
```
3. Install tauri:
```bash
cargo install tauri-cli
```
4. Build the application:
```bash
cargo tauri build
```
## Usage
1. Launch the application.
2. Interact with ChatGPT directly from the app interface.
## Cache
Cache Folder
- windows C:\Users\Administrator\AppData\Local\com.litongjava.tauri.chagpt
## Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you'd like to change.
## License
[MIT License](LICENSE)