2022-12-07 21:00:19 +08:00
2022-12-07 18:22:18 +08:00
2022-12-10 22:25:29 +08:00
2022-12-10 17:30:51 +00:00
2022-12-07 18:22:18 +08:00
2022-12-10 12:20:40 +08:00
2022-12-10 22:25:51 +08:00
2022-12-10 03:51:59 +08:00
2022-12-07 20:02:31 +08:00
2022-12-09 14:02:13 +08:00
2022-12-07 17:43:03 +08:00
2022-12-08 00:22:18 +08:00
2022-12-10 12:18:35 +08:00
2022-12-10 17:30:51 +00:00
2022-12-10 22:25:29 +08:00

ChatGPT

ChatGPT

ChatGPT Desktop Application

Awesome ChatGPT

Downloads

ChatGPT downloads

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

Preview

install chat export tray auto update

FAQ

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
  • 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.
Description
No description provided
Readme AGPL-3.0 31 MiB
Languages
Rust 95.3%
TypeScript 2.5%
Ruby 1.6%
HTML 0.5%
Shell 0.1%