Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Chatgpt | 41,299 | 10 days ago | 493 | agpl-3.0 | Rust | |||||
🔮 ChatGPT Desktop Application (Mac, Windows and Linux) | ||||||||||
Chatgpt Desktop Webview | 5 | 8 months ago | apache-2.0 | Python | ||||||
Private ChatGPT Desktop Webview app made with QtWebView. | ||||||||||
Twa Tf.js | 3 | 4 years ago | HTML | |||||||
# 大前端技术系列:TWA技术+TensorFlow.js => 集成原生和AI功能的app - by melodyWxy | ||||||||||
Kindabard | 3 | 4 months ago | JavaScript | |||||||
Google Bard Desktop Application (Mac, Windows and Linux) |
ChatGPT Desktop Application (Available on Mac, Windows, and Linux)
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:
New repository: lencx/nofwl
ChatGPT_1.1.0_windows_x86_64.msi: Direct download installer
Use winget:
# install the latest version
winget install --id=lencx.ChatGPT -e
# install the specified version
winget install --id=lencx.ChatGPT -e --version 1.1.0
Note: If the installation path and application name are the same, it will lead to conflict (#142)
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
brew install --cask chatgpt --no-quarantine
Also, if you keep a Brewfile, you can add something like this:
repo = "lencx/chatgpt"
tap repo, "https://github.com/#{repo}.git"
cask "chatgpt", args: { "no-quarantine": true }
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:
sudo xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app
.deb
installer, advantage small size, disadvantage poor compatibility.deb
fails to runYou can look at 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.
macOS
Linux
Windows
ChatGPT chat Tauri tauri tauri
AGPL-3.0 License