1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
Go to file
2022-12-12 19:32:36 +08:00
.github/workflows fix: build error 2022-12-07 21:00:19 +08:00
.vscode init 2022-12-07 18:22:18 +08:00
assets readme 2022-12-12 14:12:29 +08:00
casks Add Homebrew Cask 2022-12-10 17:30:51 +00:00
dist init 2022-12-07 18:22:18 +08:00
scripts chore: download 2022-12-10 12:20:40 +08:00
src-tauri v0.2.1 2022-12-12 19:19:33 +08:00
.gitattributes feat: export 2022-12-10 03:51:59 +08:00
.gitignore chore: build 2022-12-07 20:02:31 +08:00
AWESOME.md awesome 2022-12-12 18:50:31 +08:00
LICENSE Initial commit 2022-12-07 17:43:03 +08:00
logo.png feat: icons & system_tray 2022-12-08 00:22:18 +08:00
package.json feat: add menu item 2022-12-11 21:17:44 +08:00
README.md readme 2022-12-12 19:25:08 +08:00
UPDATE_LOG.md feat: menu optimization 2022-12-12 19:19:10 +08:00

ChatGPT

ChatGPT

ChatGPT Desktop Application

ChatGPT downloads lencx

Awesome ChatGPT

📦 Downloads

📝 Update Log

Latest:

Other version...

Install

Easily 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 "popcorn-time", args: { "no-quarantine": true }

Features

  • multi-platform: macOS Linux Windows
  • export ChatGPT history (PNG, PDF and Share Link)
  • always on top (whether the window should always be on top of other windows)
  • inject script
  • auto updater
  • app menu
  • tray window
  • shortcut

Menu

  • Preferences
    • Theme - Light, Dark (Only macOS and Windows are supported).
    • Always On Top: Window is always on top of other windows.
    • Titlebar: Only supports macOS.
    • User Agent (#17): Customize user agent to prevent security detection interception. Default is empty string.
    • Inject Script: User scripts that can modify web pages.
    • Switch Origin (#14): Modify website address, the default is https://chat.openai.com. Please ensure that the mirror address is consistent with the UI of the original URL, otherwise the export function will fail.
    • Clear Config: Clear all chatgpt configuration files (path: ~/.chatgpt/*), dangerous operation, please backup data.
    • Restart ChatGPT: After editing the injection script file, you can restart the application through this menu item to make the script take effect.
    • Awesome ChatGPT: Related resources recommended.
  • Edit - Undo, Redo, Cut, Copy, SelectAll, ...
  • View - Go Back, Go Forward, Scroll to Top of Screen, Scroll to Bottom of Screen, Refresh the Screen, ...
  • Help
    • Update Log: ChatGPT app changelog.
    • Report Bug: Defects and Suggestions Feedback.
    • Toggle Developer Tools: Developer tools for debugging web pages.

TODO

  • web access capability (#20)
  • ...

👀 Preview

install chat export tray user agent auto update


Buy Me A Coffee

FAQ

Can't open ChatGPT

If the application cannot be opened after the upgrade, please try to clear the configuration file, which is in the ~/.chatgpt/* directory.

Is it safe?

It's safe, just a wrapper for OpenAI ChatGPT website, no other data transfer exists (you can check the source code).

Developer cannot be verified?

How do i build it?

PreInstall

Start

# step1:
git clone https://github.com/lencx/ChatGPT.git

# step2:
cd ChatGPT

# step3: install deps
yarn

# step4:
yarn dev

# step5:
# bundle path: src-tauri/target/release/bundle
yarn build

❤️ Thanks

  • The share buttons code is copied directly from @liady extension with minor modifications.
  • Tauri - Build an optimized, secure, and frontend-independent application for multi-platform deployment.
  • ChatGPT - ChatGPT: Optimizing Language Models for Dialogue.
  • ChatGPT Export and Share - A Chrome extension for downloading your ChatGPT history to PNG, PDF or creating a sharable link.