|
27 | 27 |
|
28 | 28 | ### Windows
|
29 | 29 |
|
30 |
| -- [ChatGPT_0.10.3_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.10.3/ChatGPT_0.10.3_x64_en-US.msi): Direct download installer |
| 30 | +- [ChatGPT_0.11.0_x64_en-US.msi](https://github.com/lencx/ChatGPT/releases/download/v0.11.0/ChatGPT_0.11.0_x64_en-US.msi): Direct download installer |
31 | 31 | - Use [winget](https://winstall.app/apps/lencx.ChatGPT):
|
32 | 32 |
|
33 | 33 | ```bash
|
|
37 | 37 | # install the specified version
|
38 | 38 | winget install --id=lencx.ChatGPT -e --version 0.10.0
|
39 | 39 | ```
|
40 |
| -- Use [Chocolatey](https://community.chocolatey.org/packages/chatgpt/0.8.1#versionhistory): |
41 |
| - |
| 40 | + |
| 41 | +- Use [Chocolatey](https://community.chocolatey.org/packages/chatgpt/0.11.0#versionhistory): |
| 42 | + |
42 | 43 | ```bash
|
43 | 44 | # install the package
|
44 | 45 | choco install chatgpt -y
|
45 | 46 | ```
|
46 | 47 |
|
47 |
| -**Note: If the installation path and application name are the same, it will lead to conflict ([#142](https://github.com/lencx/ChatGPT/issues/142#issuecomment-0.10.3))** |
| 48 | +**Note: If the installation path and application name are the same, it will lead to conflict ([#142](https://github.com/lencx/ChatGPT/issues/142#issuecomment-0.11.0))** |
48 | 49 |
|
49 | 50 | ### Mac
|
50 | 51 |
|
51 |
| -- [ChatGPT_0.10.3_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.10.3/ChatGPT_0.10.3_x64.dmg): Direct download installer |
52 |
| -- [ChatGPT.app.tar.gz](https://github.com/lencx/ChatGPT/releases/download/v0.10.3/ChatGPT.app.tar.gz): Download the `.app` installer |
| 52 | +- [ChatGPT_0.11.0_x64.dmg](https://github.com/lencx/ChatGPT/releases/download/v0.11.0/ChatGPT_0.11.0_x64.dmg): Direct download installer |
| 53 | +- [ChatGPT.app.tar.gz](https://github.com/lencx/ChatGPT/releases/download/v0.11.0/ChatGPT.app.tar.gz): Download the `.app` installer |
53 | 54 | - Homebrew \
|
54 | 55 | Or you can install with _[Homebrew](https://brew.sh) ([Cask](https://docs.brew.sh/Cask-Cookbook)):_
|
55 | 56 | ```sh
|
|
65 | 66 |
|
66 | 67 | ### Linux
|
67 | 68 |
|
68 |
| -- [chat-gpt_0.10.3_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.10.3/chat-gpt_0.10.3_amd64.deb): Download `.deb` installer, advantage small size, disadvantage poor compatibility |
69 |
| -- [chat-gpt_0.10.3_amd64.AppImage](https://github.com/lencx/ChatGPT/releases/download/v0.10.3/chat-gpt_0.10.3_amd64.AppImage): Works reliably, you can try it if `.deb` fails to run |
| 69 | +- [chat-gpt_0.11.0_amd64.deb](https://github.com/lencx/ChatGPT/releases/download/v0.11.0/chat-gpt_0.11.0_amd64.deb): Download `.deb` installer, advantage small size, disadvantage poor compatibility |
| 70 | +- [chat-gpt_0.11.0_amd64.AppImage](https://github.com/lencx/ChatGPT/releases/download/v0.11.0/chat-gpt_0.11.0_amd64.AppImage): Works reliably, you can try it if `.deb` fails to run |
70 | 71 | - Available on [AUR](https://aur.archlinux.org/packages/chatgpt-desktop-bin) with the package name `chatgpt-desktop-bin`, and you can use your favourite AUR package manager to install it.
|
71 | 72 | - Also, [Aur](https://aur.archlinux.org/packages/chatgpt-desktop-git) available with the package name `chatgpt-desktop-git`.
|
72 | 73 | <!-- chatgpt-desktop-git always builds the latest commits of main branch -->
|
|
0 commit comments