https://github.com/soufrabi/chatbot-client
The repository for the unofficial ChatGPT Client built using Electron technology
https://github.com/soufrabi/chatbot-client
chatgpt electron
Last synced: 4 months ago
JSON representation
The repository for the unofficial ChatGPT Client built using Electron technology
- Host: GitHub
- URL: https://github.com/soufrabi/chatbot-client
- Owner: soufrabi
- License: mit
- Created: 2023-06-24T08:06:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T02:52:14.000Z (over 2 years ago)
- Last Synced: 2024-01-31T03:34:03.424Z (over 2 years ago)
- Topics: chatgpt, electron
- Language: Shell
- Homepage:
- Size: 554 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chatbot Client Electron App
## General information
As the first line suggests, this is an electron app designed to be a dedicated place to use the chatgpt web interface.
This containerization approach has several benefits:
1. You have a dedicated window for talking to chatgpt, which can be more handy
2. This, being an electron app, is using chromium and looks like an average browser for the openai website -- you get less captchas
3. If you are using an amnesic browser you do not need to relogin every time you want to use it
## Screenshots
## Installation
The preferred way of installing this is using package managers, but if you do not wish to do it that way, skip ahead to *Build from source* section.
### Flatpak
This app is [distributed on Flathub](https://flathub.org/apps/io.github.anirbandey1.ChatbotClient),
meaning that you can install it using the `flatpak` package manager by running this command, even as an unprivleged user:
```sh
flatpak install io.github.anirbandey1.ChatbotClient
```
### Build from source
#### Creating a debian binary
```sh
git clone https://github.com/soufrabi/chatbot-client.git
cd chatbot-client
./scripts/linux.sh setup
./scripts/linux.sh build-deb
cd build_binary
sudo apt install ./chatbot-client.deb
```
## Author
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details