A downloadable tool for Windows and Linux

ChatGPT UI App — README

🚩TL;DR:

Built by Ai, for Ai - chatGPT_UI.7z is the single hardcoded GPT and chatGPT_UI_multiGPT.zip is a new build with the option to switch between GPT4.1 and GPT4o-mini

Install python3, node.js & npm then:

Windows:

  1. Run install.exe

  2. Then run start.exe
    Linux:

  3. Run install.py

  4. Then run start.py
    Both (auto-mode):

  • Just run launcher.py

🔑 BEFORE YOU DO ANYTHING:

  • Get your OpenAI API key (and yes, you gotta have a billing plan, there’s no way around it).

  • Open the shortcut for openai.js in your favourite editor (Notepad++ works, so does VSCode, Nano, whatever).

  • At the top, you’ll see a line with my example API key like OPENAI_API_KEY="sk-...".
    Replace that with your own API key inside the quotes, then save.

  • Want a different model? Edit the model name (e.g., gpt-4o-mini, gpt-3.5-turbo, etc).
    I recommend sticking to gpt-4o-mini — best IQ-to-cost ratio right now.

📦 Windows Install:

  1. Install Python:

  2. Install Node.js & npm:

    • Download Node.js for Windows

    • This comes with npm (Node Package Manager) included.

  3. Run the App:

    • Run install.exe (installs dependencies and builds the app)

    • Run start.exe to launch the app

🐧 Linux Install:

  1. Install Python:

    • On Ubuntu/Debian:

      sudo apt update && sudo apt install python3 python3-pip
      

    • On Fedora:

      sudo dnf install python3 python3-pip 
      

  2. Install Node.js & npm:

    • On Ubuntu/Debian:

      sudo apt install nodejs npm 
      
    • On Fedora:

      sudo dnf install nodejs npm
      

  3. Run the App:

    • python3 install.py (installs/builds everything)

    • python3 start.py to launch

🚀 Quick Launch (Both OS):

  • Just run launcher.py and let it handle everything.

🧑‍💻 Dev Mode

  • All source code is included (check the assets folder for my original .md starter template if you wanna fork or rewrite it).

  • Do what you want with it. Build, break, meme, shred, or turn it into a VC-backed unicorn. I don’t care, it’s all yours.

❌ Support

If you run into problems:

  • Don’t contact me. Seriously. This project was pain and suffering. It’s open source, go wild, but you’re on your own.

Have fun, don’t be dumb with your API key, and make something cool (or at least less annoying than I did).

Blake

Updated 5 hours ago
Published 3 days ago
StatusReleased
CategoryTool
PlatformsWindows, Linux
Authorbarefoot-boi
TagsAI Generated, gpt, Graphical User Interface (GUI), open-ai, Open Source, tool

Download

Download
chatGPT_UI.7z 8.7 MB
Download
chatGPT_UI_multiGPT.zip 21 MB

Install instructions

📦 Windows Install:

  1. Install Python:
  2. Install Node.js & npm:
    • Download Node.js for Windows
    • This comes with npm (Node Package Manager) included.
  3. Run the App:
    • Run install.exe (installs dependencies and builds the app)
    • Run start.exe to launch the app

🐧 Linux Install:

  1. Install Python:
    • On Ubuntu/Debian:
      sudo apt update && sudo apt install python3 python3-pip 
    • On Fedora:
      sudo dnf install python3 python3-pip  
  2. Install Node.js & npm:
    • On Ubuntu/Debian:
      sudo apt install nodejs npm  
    • On Fedora:
      sudo dnf install nodejs npm 
  3. Run the App:
    • python3 install.py (installs/builds everything)
    • python3 start.py to launch

🚀 Quick Launch (Both OS):

  • Just run launcher.py and let it handle everything.