1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
Unofficial_ChatGPT_Client/README.md

128 lines
7.1 KiB
Markdown
Raw Normal View History

2022-12-07 07:02:31 -05:00
<p align="center">
2022-12-13 06:10:42 -05:00
<img width="180" src="./public/logo.png" alt="ChatGPT">
2022-12-07 07:02:31 -05:00
<h1 align="center">ChatGPT</h1>
2023-06-01 12:21:05 -04:00
<p align="center">ChatGPT Desktop Application (Available on Mac, Windows, and Linux)</p>
2022-12-07 07:02:31 -05:00
</p>
2022-12-12 23:47:20 -05:00
[![English badge](https://img.shields.io/badge/%E8%8B%B1%E6%96%87-English-blue)](./README.md)
2023-05-24 21:52:33 -04:00
[![简体中文 badge](https://img.shields.io/badge/%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87-Simplified%20Chinese-blue)](./README-ZH_CN.md)\
2022-12-10 12:55:30 -05:00
[![ChatGPT downloads](https://img.shields.io/github/downloads/lencx/ChatGPT/total.svg?style=flat-square)](https://github.com/lencx/ChatGPT/releases)
2022-12-15 06:46:19 -05:00
[![chat](https://img.shields.io/badge/chat-discord-blue?style=flat&logo=discord)](https://discord.gg/aPhCRf4zZr)
2023-01-22 02:01:08 -05:00
[![lencx](https://img.shields.io/badge/follow-lencx__-blue?style=flat&logo=Twitter)](https://twitter.com/lencx_)
2023-01-22 05:18:36 -05:00
2023-01-04 20:41:09 -05:00
<a href="https://www.buymeacoffee.com/lencx" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 145px !important;" ></a>
2023-02-25 10:46:54 -05:00
---
2023-06-01 12:21:05 -04:00
**This is an unofficial project solely intended for personal learning and research. Since the ChatGPT desktop application was open-sourced, it has garnered a lot of attention, and I want to thank everyone for their support. However, as the project progressed, two issues have arisen that greatly impact its future development:**
2023-02-22 00:26:22 -05:00
2023-06-01 12:21:05 -04:00
- **Some individuals have repackaged and sold it for profit.**
- **The name and icon of ChatGPT could potentially lead to infringement disputes.**
2023-02-22 00:26:22 -05:00
**New repository: https://github.com/lencx/nofwl**
2023-05-29 00:42:56 -04:00
## Live Demo
- [ChatGPT Desktop Application v1.0.0](https://youtu.be/IIuuB5vFFAQ)
2023-06-01 09:10:27 -04:00
- [How to use GPT-4-Mobile without restrictions in the ChatGPT desktop application?](https://youtu.be/AZSe3sHH9_M)
![](https://github.com/lencx/ChatGPT/assets/16164244/2f490551-5379-41e7-8445-68eceb5d72a6)
2023-02-22 00:26:22 -05:00
2023-01-04 20:41:09 -05:00
## 📦 Install
2022-12-07 23:22:27 -05:00
2023-01-05 01:57:50 -05:00
- [📝 Update Log](./UPDATE_LOG.md)
- [🕒 History versions...](https://github.com/lencx/ChatGPT/releases)
2022-12-12 01:12:29 -05:00
2023-02-11 10:30:06 -05:00
<!-- tr-download-start -->
2022-12-09 23:18:35 -05:00
2023-01-04 20:41:09 -05:00
### Windows
2022-12-07 23:22:27 -05:00
2023-05-25 00:40:51 -04:00
- [ChatGPT_1.0.0_windows_x86_64.msi](https://github.com/lencx/ChatGPT/releases/download/v1.0.0/ChatGPT_1.0.0_windows_x86_64.msi): Direct download installer
2023-01-06 03:29:59 -05:00
- Use [winget](https://winstall.app/apps/lencx.ChatGPT):
2023-01-22 05:18:36 -05:00
2023-01-06 03:29:59 -05:00
```bash
# install the latest version
winget install --id=lencx.ChatGPT -e
# install the specified version
2023-01-25 06:20:47 -05:00
winget install --id=lencx.ChatGPT -e --version 0.10.0
2023-01-06 03:29:59 -05:00
```
2023-02-16 10:53:56 -05:00
2023-05-25 00:40:51 -04:00
**Note: If the installation path and application name are the same, it will lead to conflict ([#142](https://github.com/lencx/ChatGPT/issues/142))**
2023-01-02 05:10:02 -05:00
2023-01-04 20:41:09 -05:00
### Mac
2022-12-10 12:29:20 -05:00
2023-05-25 00:40:51 -04:00
- [ChatGPT_1.0.0_macos_aarch64.dmg](https://github.com/lencx/ChatGPT/releases/download/v1.0.0/ChatGPT_1.0.0_macos_aarch64.dmg): Direct download installer
- [ChatGPT_1.0.0_macos_x86_64.dmg](https://github.com/lencx/ChatGPT/releases/download/v1.0.0/ChatGPT_1.0.0_macos_x86_64.dmg): Direct download installer
2023-01-04 22:48:43 -05:00
- Homebrew \
2023-01-04 22:45:01 -05:00
Or you can install with _[Homebrew](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_
```sh
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
brew install --cask chatgpt --no-quarantine
```
Also, if you keep a _[Brewfile](https://github.com/Homebrew/homebrew-bundle#usage)_, you can add something like this:
```rb
repo = "lencx/chatgpt"
tap repo, "https://github.com/#{repo}.git"
cask "chatgpt", args: { "no-quarantine": true }
```
2022-12-10 12:29:20 -05:00
2023-03-03 21:36:39 -05:00
**If you encounter the error message `"ChatGPT" is damaged and can't be opened. You should move it to the Trash`. while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal:**
```bash
sudo xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app
```
2023-01-04 20:41:09 -05:00
### Linux
2023-05-25 00:40:51 -04:00
- [ChatGPT_1.0.0_linux_x86_64.deb](https://github.com/lencx/ChatGPT/releases/download/v1.0.0/ChatGPT_1.0.0_linux_x86_64.deb): Download `.deb` installer, advantage small size, disadvantage poor compatibility
- [ChatGPT_1.0.0_linux_x86_64.AppImage.tar.gz](https://github.com/lencx/ChatGPT/releases/download/v1.0.0/ChatGPT_1.0.0_linux_x86_64.AppImage.tar.gz): Works reliably, you can try it if `.deb` fails to run
2023-01-04 20:41:09 -05:00
2023-02-11 10:30:06 -05:00
<!-- tr-download-end -->
2023-01-04 20:41:09 -05:00
2023-03-19 06:33:04 -04:00
## ChatGPT Prompts!
2022-12-17 01:29:46 -05:00
2023-01-06 03:29:59 -05:00
You can look at **[awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)** to find interesting features to import into the app. You can also use `Sync Prompts` to sync all in one click, and if you don't want certain prompts to appear in your slash commands, you can disable them.
2022-12-17 01:29:46 -05:00
2023-01-16 08:06:24 -05:00
![chatgpt cmd](./assets/chatgpt-cmd.png)
2022-12-17 04:31:29 -05:00
2022-12-12 01:12:29 -05:00
## ✨ Features
2022-12-07 07:02:31 -05:00
2022-12-13 07:02:28 -05:00
- Multi-platform: `macOS` `Linux` `Windows`
2023-03-04 23:44:42 -05:00
- Text-to-Speech
2023-01-14 13:12:29 -05:00
- Export ChatGPT history (PNG, PDF and Markdown)
2022-12-13 07:02:28 -05:00
- Automatic application upgrade notification
- Common shortcut keys
- System tray hover window
- Powerful menu items
2022-12-23 06:18:40 -05:00
- Support for slash commands and their configuration (can be configured manually or synchronized from a file [#55](https://github.com/lencx/ChatGPT/issues/55))
2022-12-31 07:11:15 -05:00
- Customize global shortcuts ([#108](https://github.com/lencx/ChatGPT/issues/108))
2023-01-06 23:11:13 -05:00
- Pop-up Search ([#122](https://github.com/lencx/ChatGPT/issues/122) mouse selected content, no more than 400 characters): The application is built using Tauri, and due to its security restrictions, some of the action buttons will not work, so we recommend going to your browser.
2022-12-07 07:02:31 -05:00
2023-03-19 07:43:55 -04:00
## ❤️ Sponsors
### **ChatGPT-Powered Email Finding & Outreach at Scale**
[FinalScout](https://finalscout.com/?utm_source=github&utm_medium=lencx&utm_campaign=chatgpt): Extract valid email addresses from LinkedIn & craft tailored emails based on LinkedIn profile with ChatGPT, guaranteeing up to 98% email deliverability. Scale your outreach efforts and connect with potential customers or clients like never before. [Begin automating your email finding and writing process](https://finalscout.com/?utm_source=github&utm_medium=lencx&utm_campaign=chatgpt)
## Thanks
2022-12-12 03:26:09 -05:00
2022-12-13 07:02:28 -05:00
- The core implementation of the share button code was copied from the [@liady](https://github.com/liady) extension with some modifications.
2022-12-17 03:37:19 -05:00
- Thanks to the [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) repository for inspiring the custom command function for this application.
2022-12-12 03:26:09 -05:00
2022-12-12 23:47:20 -05:00
---
2023-01-01 04:40:06 -05:00
[![Star History Chart](https://api.star-history.com/svg?repos=lencx/chatgpt&type=Timeline)](https://star-history.com/#lencx/chatgpt&Timeline)
2022-12-12 23:47:20 -05:00
2022-12-15 06:43:14 -05:00
## 中国用户
国内用户如果遇到使用问题或者想交流 ChatGPT 技巧,可以关注公众号“浮之静”,发送 “chat” 进群参与讨论。公众号会更新[《Tauri 系列》](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzIzNjE2NTI3NQ==&action=getalbum&album_id=2593843659863752704)文章,技术思考等等,如果对 tauri 开发应用感兴趣可以关注公众号后回复 “tauri” 进技术开发群(想私聊的也可以关注公众号,来添加微信)。开源不易,如果这个项目对你有帮助可以分享给更多人,或者微信扫码打赏。
<img width="180" src="https://user-images.githubusercontent.com/16164244/207228300-ea5c4688-c916-4c55-a8c3-7f862888f351.png"> <img width="200" src="https://user-images.githubusercontent.com/16164244/207228025-117b5f77-c5d2-48c2-a070-774b7a1596f2.png">
2023-02-13 00:47:19 -05:00
<a href="https://t.zsxq.com/0bQikmcVw"><img width="360" src="./assets/zsxq.png"></a>
2022-12-15 06:43:14 -05:00
2022-12-12 23:47:20 -05:00
## License
2022-12-09 14:29:50 -05:00
2023-03-08 20:10:19 -05:00
AGPL-3.0 License