Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
/ chatbot-client Public archive

The repository for the unofficial ChatGPT Client built using Electron technology

License

Notifications You must be signed in to change notification settings

soufrabi/chatbot-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Client Electron App

License: MIT GitHub commits GitHub issues GitHub pull requests GitHub stars

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

screenshot1

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, meaning that you can install it using the flatpak package manager by running this command, even as an unprivleged user:

flatpak install io.github.anirbandey1.ChatbotClient

Build from source

Creating a debian binary

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

Anirban Dey

License

This project is licensed under the MIT License - see the LICENSE file for details

About

The repository for the unofficial ChatGPT Client built using Electron technology

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published