📦 lencx / ChatGPT

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)

54.4k stars 6.2k forks 👁 54.4k watching
aiappapplicationchatgptdesktop-appgptgpt-3linuxmacosnotes-appopenairusttauriwebviewwindows
📥 Clone https://github.com/lencx/ChatGPT.git
HTTPS git clone https://github.com/lencx/ChatGPT.git
SSH git clone git@github.com:lencx/ChatGPT.git
CLI gh repo clone lencx/ChatGPT
lencx lencx fix: export bcec577 2 years ago 📝 History
📂 bcec5775bb35dbef597111a55274eb3dd3ed3b37 View all commits →
📁 .github
📁 .husky
📁 .vscode
📁 assets
📁 casks
📁 public
📁 scripts
📁 src
📁 src-tauri
📄 .gitignore
📄 .npmrc
📄 Cargo.lock
📄 Cargo.toml
📄 index.html
📄 LICENSE
📄 README.md
📄 README.md

ChatGPT

ChatGPT

ChatGPT Desktop Application (Available on Mac, Windows, and Linux)

English badge 简体中文 badge\ ChatGPT downloads chat twitter youtube

Buy Me A Coffee


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:

  • Some individuals have repackaged and sold it for profit.
  • The name and icon of ChatGPT could potentially lead to infringement disputes.
New repository: https://github.com/lencx/nofwl

Live Demo

📦 Install

Windows

# install the latest version
  winget install --id=lencx.ChatGPT -e

  # install the specified version
  winget install --id=lencx.ChatGPT -e --version 0.10.0

Note: If the installation path and application name are the same, it will lead to conflict (#142)

Mac

Or you can install with Homebrew (Cask):
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

Linux

ChatGPT Prompts!

You 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.

chatgpt cmd

✨ Features

  • 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.

Thanks

  • The core implementation of the share button code was copied from the @liady extension with some modifications.
  • Thanks to the Awesome ChatGPT Prompts repository for inspiring the custom command function for this application.

Star History Chart

中国用户

国内用户如果遇到使用问题或者想交流 ChatGPT 技巧,可以关注公众号“浮之静”,发送 “chat” 进群参与讨论。公众号会更新《Tauri 系列》文章,技术思考等等,如果对 tauri 开发应用感兴趣可以关注公众号后回复 “tauri” 进技术开发群(想私聊的也可以关注公众号,来添加微信)。开源不易,如果这个项目对你有帮助可以分享给更多人,或者微信扫码打赏。

License

AGPL-3.0 License