ChatGPT Electron App
A lightweight Electron wrapper for ChatGPT, tailored for Intel Macs that can’t run the official OpenAI desktop app.
Features
- Minimal ChatGPT client for Intel Macs not supported by the official app
Limitations
- Requires an OpenAI account (Google login may open in a system browser)
- Basic wrapper, not a full-featured client
- Links open in an in-app window instead of your default browser
Known Issues
- None
Quick Install (Recommended)
Simply download the latest release:
- Go to the Releases page
- Download the
ChatGPT.dmg
file from the assets - Open the downloaded DMG file
- Drag ChatGPT.app to your Applications folder
- Launch from Applications or Spotlight search
Security Note: On first launch, you may need to right-click the app and select “Open” to bypass Gatekeeper restrictions. You might also need to open System Settings > Privacy & Security and click Open Anyway if prompted.
Building from Source (Optional)
If you prefer to build the app yourself:
Prerequisites
Steps
-
Clone the repository:
git clone https://github.com/nininunz/gpt-electron.git cd gpt-electron
-
Install dependencies:
npm install
-
Build the app (.app bundle):
npm run build
The app bundle will be in
dist/ChatGPT-darwin-x64/ChatGPT.app
. -
Install manually:
mv dist/ChatGPT-darwin-x64/ChatGPT.app /Applications
Project Structure
main.js
— Main process script for Electronpackage.json
— Project metadata and scriptsicon.icns
— App icon (macOS)
Last updated on