Open Ai GPT UI
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:
-
Run
install.exe
-
Then run
start.exe
Linux: -
Run
install.py
-
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:
-
Install Python:
-
Make sure you check the box that says Add Python to PATH during install.
-
Install Node.js & npm:
-
Download Node.js for Windows
-
This comes with
npm
(Node Package Manager) included.
-
-
Run the App:
-
Run
install.exe
(installs dependencies and builds the app) -
Run
start.exe
to launch the app
-
🐧 Linux Install:
-
Install Python:
-
On Ubuntu/Debian:
sudo apt update && sudo apt install python3 python3-pip
-
On Fedora:
sudo dnf install python3 python3-pip
-
-
Install Node.js & npm:
-
On Ubuntu/Debian:
sudo apt install nodejs npm
-
On Fedora:
sudo dnf install nodejs npm
-
-
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 |
Status | Released |
Category | Tool |
Platforms | Windows, Linux |
Author | barefoot-boi |
Tags | AI Generated, gpt, Graphical User Interface (GUI), open-ai, Open Source, tool |
Install instructions
📦 Windows Install:
- Install Python:
- Download Python for Windows
- Make sure you check the box that says Add Python to PATH during install.
- Install Node.js & npm:
- Download Node.js for Windows
- This comes with
npm
(Node Package Manager) included.
- Run the App:
- Run
install.exe
(installs dependencies and builds the app) - Run
start.exe
to launch the app
- Run
🐧 Linux Install:
- Install Python:
- On Ubuntu/Debian:
sudo apt update && sudo apt install python3 python3-pip
- On Fedora:
sudo dnf install python3 python3-pip
- On Ubuntu/Debian:
- Install Node.js & npm:
- On Ubuntu/Debian:
sudo apt install nodejs npm
- On Fedora:
sudo dnf install nodejs npm
- On Ubuntu/Debian:
- 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.