Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danieldelahoz596/chatgpt-app
https://github.com/danieldelahoz596/chatgpt-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danieldelahoz596/chatgpt-app
- Owner: danieldelahoz596
- License: mit
- Created: 2024-12-18T19:10:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T19:17:37.000Z (about 2 months ago)
- Last Synced: 2024-12-18T20:27:31.470Z (about 2 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Desktop App
This is a desktop app for [ChatGPT](https://chat.openai.com/), a chatbot that uses GPT-3 to have conversations with you.
## Installation
```bash
git clone https://github.com/danieldelahoz596/chatgpt-app.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/)