ChatGPT
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:
- 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
- ChatGPT Desktop Application v1.0.0
- How to use GPT-4-Mobile without restrictions in the ChatGPT desktop application?
๐ฆ Install
Windows
-
ChatGPT_1.0.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 0.10.0
Note: If the installation path and application name are the same, it will lead to conflict (#142)
Mac
- ChatGPT_1.0.0_macos_aarch64.dmg: Direct download installer
- ChatGPT_1.0.0_macos_x86_64.dmg: Direct download installer
- Homebrew
Or you can install with Homebrew (Cask):Also, if you keep a Brewfile, you can add something like this:brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git brew install --cask chatgpt --no-quarantine
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_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: Works reliably, you can try it if
.deb
fails to run
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.
โจ 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.
โค๏ธ Sponsors
ChatGPT-Powered Email Finding & Outreach at Scale
FinalScout: 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
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.
ไธญๅฝ็จๆท
ๅฝๅ ็จๆทๅฆๆ้ๅฐไฝฟ็จ้ฎ้ขๆ่ ๆณไบคๆต ChatGPT ๆๅทง๏ผๅฏไปฅๅ ณๆณจๅ ฌไผๅทโๆตฎไน้โ๏ผๅ้ โchatโ ่ฟ็พคๅไธ่ฎจ่ฎบใๅ ฌไผๅทไผๆดๆฐใTauri ็ณปๅใๆ็ซ ๏ผๆๆฏๆ่็ญ็ญ๏ผๅฆๆๅฏน tauri ๅผๅๅบ็จๆๅ ด่ถฃๅฏไปฅๅ ณๆณจๅ ฌไผๅทๅๅๅค โtauriโ ่ฟๆๆฏๅผๅ็พค๏ผๆณ็ง่็ไนๅฏไปฅๅ ณๆณจๅ ฌไผๅท๏ผๆฅๆทปๅ ๅพฎไฟก๏ผใๅผๆบไธๆ๏ผๅฆๆ่ฟไธช้กน็ฎๅฏนไฝ ๆๅธฎๅฉๅฏไปฅๅไบซ็ปๆดๅคไบบ๏ผๆ่ ๅพฎไฟกๆซ็ ๆ่ตใ
License
AGPL-3.0 License