Skip to content

Releases: alexandersomosi/freegpt

FreeGPT v1.0.0

11 Jan 20:33

Choose a tag to compare

🎉 Initial Release: FreeGPT v1.0.0

2 
3 FreeGPT is now available as a **portable application**! You don't need to
  install Python or Node.js to use it. Just download, run, and chat.
4 
5 ## 🚀 How to use
6 1.  **Download** the `FreeGPT.exe` file from the "Assets" section below.
7 2.  **Double-click** the file to run it.
8     *   *Note: A black console window will open (this is the server) - kee
  it open!*
9 3.  Your browser will automatically open the chat interface.

10 4. Enter your API Key (Google Gemini, OpenAI, or OpenRouter) in the
settings and start chatting!
11
12 ## ✨ Key Features
13 * Chat with Documents: Upload PDFs, Word docs, or text files and ask
questions about them.
14 * Smart OCR: Automatically reads scanned documents and images.
15 * Session Privacy: Uploads are isolated to specific chats.
16 * Multi-Model: Switch between Gemini 3, GPT-4o, Claude 3.5, and more
via OpenRouter.
17 * 100% Local: Your documents and database are stored locally on your
PC next to the exe.
18
19 ---
20 ⚠️ Note about Antivirus: Since this application is not digitally signe
(which costs money), Windows Defender or your antivirus might warn you
("Unknown Publisher"). This is normal for open-source tools created with
PyInstaller. You can click "More Info" -> "Run Anyway". The code is 100%
open source and safe.