You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-99Lines changed: 43 additions & 99 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ FreeGPT is a modern, privacy-focused AI chat application that you run on your ow
4
4
5
5
---
6
6
7
+
## 🚀 Quick Start (For Users)
8
+
9
+
**Don't want to install anything?**
10
+
1. Go to [Releases](https://github.com/alexandersomosi/freegpt/releases).
11
+
2. Download the latest `FreeGPT.exe`.
12
+
3. Double-click to run!
13
+
4. Your browser will open automatically at `http://localhost:8000`.
14
+
15
+
---
16
+
7
17
## 🌟 Features
8
18
***Chat with Files:** Upload documents and the AI will answer based on their content.
9
19
***Private:** Your documents stay on your computer.
@@ -13,107 +23,41 @@ FreeGPT is a modern, privacy-focused AI chat application that you run on your ow
13
23
14
24
---
15
25
16
-
## 📦 Installation Guide (Step-by-Step)
17
-
18
-
Follow these instructions carefully to set up the application on your computer.
19
-
20
-
### Prerequisites (Install these first)
21
-
22
-
Before you begin, you need to install two programs on your computer:
23
-
24
-
1.**Node.js (for the frontend interface)**
25
-
* Download and install "LTS" version from: [https://nodejs.org/](https://nodejs.org/)
26
-
* During installation, just click "Next" through all the steps.
27
-
28
-
2.**Python (for the backend logic)**
29
-
* Download and install Python 3.10 or newer from: [https://python.org/](https://www.python.org/downloads/)
30
-
***IMPORTANT:** During installation, check the box that says **"Add Python to PATH"** at the bottom of the installer window before clicking "Install Now".
31
-
32
-
---
33
-
34
-
### Step 1: Download the Code
35
-
36
-
1. Click the green **"<> Code"** button at the top of this GitHub page.
37
-
2. Select **"Download ZIP"**.
38
-
3. Extract (unzip) the downloaded file to a folder on your computer (e.g., `Documents/FreeGPT`).
39
-
40
-
---
41
-
42
-
### Step 2: Set up the Backend (The Brain)
43
-
44
-
This runs the logic and processes your files.
45
-
46
-
1. Open your computer's terminal (Command Prompt on Windows, Terminal on Mac).
47
-
2. Navigate to the project folder you just extracted.
48
-
**Tip:* Type `cd ` (with a space) and then drag the folder into the terminal window, then press Enter.
0 commit comments