Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x11c11e/deskgpt
A desktop client for OpenAI's ChatGPT, providing a seamless experience across Linux, Windows, and MacOS.
https://github.com/0x11c11e/deskgpt
ai chatbot chatgpt cross-platform desktop-client electron gpt gui openai wrapper
Last synced: about 1 month ago
JSON representation
A desktop client for OpenAI's ChatGPT, providing a seamless experience across Linux, Windows, and MacOS.
- Host: GitHub
- URL: https://github.com/0x11c11e/deskgpt
- Owner: 0x11c11e
- License: gpl-3.0
- Created: 2023-08-24T23:13:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T00:44:24.000Z (over 1 year ago)
- Last Synced: 2024-04-28T04:45:34.390Z (8 months ago)
- Topics: ai, chatbot, chatgpt, cross-platform, desktop-client, electron, gpt, gui, openai, wrapper
- Language: JavaScript
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeskGPT - OpenAI Chat Client
DeskGPT offers a seamless desktop experience for OpenAI's ChatGPT. Whether you're on Linux, Windows, or MacOS, DeskGPT is designed to provide direct and efficient access to ChatGPT without the need of a browser.
## Features
- **Direct Access**: Connect to OpenAI's ChatGPT directly from your desktop.
- **Optimized UI**: A user interface designed for readability and efficiency.
- **Cross-Platform**: Available for Linux (AppImage & .deb), Windows, and MacOS.## Installation
### For Linux
**AppImage**:
1. Download the latest AppImage from the [releases](https://github.com/0x11c11e/DeskGPT/releases) page.
2. Make the AppImage executable: `chmod +x DeskGPT.AppImage`
3. Run: `./DeskGPT.AppImage`**.deb Package**:
1. Download the latest .deb package from the [releases](https://github.com/0x11c11e/DeskGPT/releases) page.
2. Install:
`sudo dpkg -i DeskGPT.deb
sudo apt-get install -f`### For Windows
Download the `.exe` installer from the [releases](https://github.com/0x11c11e/DeskGPT/releases) page and follow the installation steps.
### For MacOS
Download the `.dmg` file from the [releases](https://github.com/0x11c11e/DeskGPT/releases) page and drag the application to your Applications folder.
## Contributing
We welcome contributions! If you find a bug or have a feature request, please open an issue. If you'd like to contribute code, please fork the repository and submit a pull request.
## License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.
## Acknowledgments
- OpenAI for providing the ChatGPT platform.
- Electron community for their robust framework.
- And all contributors who have helped in making DeskGPT better!