This project aims to provide a simple Electron wrapper for ChatGPT, allowing users to run it as a standalone desktop application with minimal distractions.
- Provides a standalone window for ChatGPT, allowing users to move it to a separate screen or workspace.
- Ideal for users with ultra-wide monitors who want to have ChatGPT running alongside other applications.
- Cross-platform: Runs on Linux, macOS, and Windows.
Download the executable file from the releases section.
You can build the application using npm, Node.js, and Electron. Clone the repository and run the following commands:
npm install
npm run build
After running the npm run build
command, you will find the executable file for your platform in the newly created directory. Simply run the executable to launch the ChatGPT desktop wrapper.
Alternatively, you can run the application directly using:
npm start
This will launch the application in development mode.
You can customize the behavior of the application using the following command line arguments:
--light-mode
or-l
: Enables light mode (default: false). (This will only change the window Background! You will have to turn on Light or Dark mode on the website to!)--zoom
or-z
: Adjusts the zoom level of the application (default: 1.0).
For example:
npm start -- --light-mode --zoom=2
ChatGPT.exe --light-mode --zoom=2
Simply launch the application, and you'll see ChatGPT loaded in a standalone window. There are no additional features or configurations; it's just ChatGPT in its pure form. Login and thats it. Light and Dark mode is managed via the normal ChatGPT website.
Please note that this wrapper only loads the ChatGPT website, so it requires an internet connection to function.
This project is open-source under the GNU General Public License Version 3. Contributions are welcome via GitHub.
This project is licensed under the GNU General Public License Version 3. See the LICENSE file for more details.
For any questions or issues, please open an issue on GitHub.