ChatGPT 桌面版使用
ChatGPT 桌面版使用
背景
最近使用GPT时不稳定,经常出现报错现象,查阅了资料后发现是GPT webpage的问题,因此决定使用GPT桌面版(不然用起来太痛苦了!
📦 Install
Windows
使用 winget:
1
2
3
4
5install the latest version
winget install --id=lencx.ChatGPT -e
install the specified version
winget install --id=lencx.ChatGPT -e --version 0.10.0
Mac
Homebrew
Homebrew 快捷安装 (Cask):1
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.gitbrew install --cask chatgpt --no-quarantine
如果你坚持使用 Brewfile ,则需要添加以下配置:
1
2
3repo = "lencx/chatgpt"
tap repo, "https://github.com/#{repo}.git"
cask "chatgpt", args: { "no-quarantine": true }
如果在 macOS 上安装软件时遇到 “ChatGPT” is damaged and can't be opened. You should move it to the Trash.
错误消息,可能是由于 macOS 安全设置的限制导致的。为了解决此问题,请在终端尝试以下命令:
1 | sudo xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app |
Linux
- ChatGPT_1.1.0_linux_x86_64.deb
- ChatGPT_1.1.0_linux_x86_64.AppImage.tar.gz: 工作可靠,
.deb
运行失败时可以尝试它
✨ Features
桌面版ChatGPT提供了很多额外的功能,不错!
- Multi-platform:
macOS
Linux
Windows
- Text-to-Speech
- Export ChatGPT history (PNG, PDF and Markdown)
- Automatic application upgrade notification
- Common shortcut keys
- System tray hover window
- Powerful menu items
- Support for slash commands and their configuration (can be configured manually or synchronized from a file #55)
- Customize global shortcuts (#108)
- Pop-up Search (#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.
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.