https://github.com/evildevill/chatgpt-desktop-linux
Chatgpt Desktop is a cross-platform desktop application that allows you to use ChatGPT directly on your computer, making it easier to chat with AI while working.
https://github.com/evildevill/chatgpt-desktop-linux
chatgpt-desktop chatgpt-linux snapcraft ubuntu
Last synced: 1 day ago
JSON representation
Chatgpt Desktop is a cross-platform desktop application that allows you to use ChatGPT directly on your computer, making it easier to chat with AI while working.
- Host: GitHub
- URL: https://github.com/evildevill/chatgpt-desktop-linux
- Owner: evildevill
- License: mit
- Created: 2026-02-10T06:20:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-06-26T16:50:16.000Z (4 days ago)
- Last Synced: 2026-06-26T18:20:50.755Z (4 days ago)
- Topics: chatgpt-desktop, chatgpt-linux, snapcraft, ubuntu
- Language: JavaScript
- Homepage: https://snapcraft.io/chatgpt-desktop-linux
- Size: 1.94 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatgpt Desktop
Chatgpt Desktop is a cross-platform desktop application that allows you to use ChatGPT directly on your computer, making it easier to chat with AI while working.
[](https://snapcraft.io/chatgpt-desktop-linux)

## đ **Features**
ChatGPT Desktop is a lightweight, Electron-based application that brings the power of OpenAI's ChatGPT to your desktop. It provides a seamless and responsive interface for AI-driven conversations. Key features include:
1. **Anonymous Chatting**: Enjoy secure and private interactions without the need for an account.
2. **Secure**: All communications are encrypted, ensuring your data remains private and safe.
3. **Open Source**: The application is open-source, allowing users to contribute and modify the code for their needs.
4. **Cross-Platform**: Available on multiple platforms, ensuring smooth performance and a consistent experience.
5. **GPT-5 Mini**: Access the advanced capabilities of GPT-5 in a mini version, optimized for efficient performance.
Designed for both casual chats and productivity, ChatGPT Desktop offers an easy and secure way to interact with AI on your desktop.
## đĻ **Installation**
```bash
sudo snap install chatgpt-desktop-linux
```
### Build From Source
1. **Clone the repository**:
```bash
git clone https://github.com/evildevill/chatgpt-desktop-linux.git
cd chatgpt-desktop-linux
```
2. **Install dependencies**:
```bash
npm install
```
3. **Start the application**:
```bash
npm start
```
4. **Build the snap**:
```bash
npm run dist:snap
```
5. **Install the built snap**:
```bash
sudo snap install --dangerous ./dist/chatgpt-desktop-linux_*.snap
```
## âŠī¸ **Uninstallation**
```bash
sudo snap remove chatgpt-desktop-linux
```
## đ **Usage**
```bash
chatgpt-desktop-linux
```
## đ¤ **Contributing**
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
## đ **License**
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
## Acknowledgments
- **Electron** - Framework used to build the application.