Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantreshkhurana/ChatGPT-electron
An unofficial desktop app for ChatGPT, supports all desktop platforms including Windows, Linux & macOS.
https://github.com/mantreshkhurana/ChatGPT-electron
chatgpt chatgpt-desktop chatgpt-electron electron openai
Last synced: about 1 month ago
JSON representation
An unofficial desktop app for ChatGPT, supports all desktop platforms including Windows, Linux & macOS.
- Host: GitHub
- URL: https://github.com/mantreshkhurana/ChatGPT-electron
- Owner: mantreshkhurana
- License: mit
- Created: 2022-12-31T09:29:36.000Z (almost 2 years ago)
- Default Branch: stable
- Last Pushed: 2023-05-28T13:31:48.000Z (over 1 year ago)
- Last Synced: 2024-08-02T13:23:27.033Z (4 months ago)
- Topics: chatgpt, chatgpt-desktop, chatgpt-electron, electron, openai
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 55
- Watchers: 4
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - mantreshkhurana/ChatGPT-electron - An unofficial desktop app for ChatGPT, supports all desktop platforms including Windows, Linux & macOS. (JavaScript)
README
# ChatGPT Desktop App
![Stars](https://img.shields.io/github/stars/mantreshkhurana/ChatGPT-electron?style=social)
This is a desktop app for [ChatGPT](https://chat.openai.com/), a chatbot that uses GPT-3 to have conversations with you.
![Screenshot](https://raw.githubusercontent.com/mantreshkhurana/ChatGPT-electron/stable/screenshots/screenshot-1.png)
## Downloads
- [Windows (90 MB)](https://github.com/mantreshkhurana/ChatGPT-electron/releases/download/1.0.0/ChatGPT-v1.0.0-windows.zip)
- [macOS (84 MB)](https://github.com/mantreshkhurana/ChatGPT-electron/releases/download/1.0.0/ChatGPT-v1.0.0-darwin.zip)
- [Linux (66 MB)](https://github.com/mantreshkhurana/ChatGPT-electron/releases/download/1.0.0/ChatGPT-v1.0.0-linux.tar.xz)## Releases
- [Latest Release](https://github.com/mantreshkhurana/ChatGPT-electron/releases)
## Installation
```bash
git clone https://github.com/mantreshkhurana/ChatGPT-electron.git
cd ChatGPT-electron
npm install
```## Run
```bash
npm start
```## Build
Binary files for Windows, Linux and Mac are available in the `release-builds/` folder.
### For Windows
```bash
npm run package-win
```### For Linux
```bash
npm run package-linux
```### For Mac
```bash
npm run package-mac
```## Credits
- [OpenAI](https://openai.com/)
## Author
- [Mantresh Khurana](https://github.com/mantreshkhurana)