Skip to content

Commit 843920b

Browse files
authored
Update README.md
1 parent b17282c commit 843920b

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,18 @@ Win Sayver is a **production-ready, AI-powered Windows troubleshooting assistant
7777
### 📋 Prerequisites
7878

7979
- **Windows 10** (build 1903+) or **Windows 11**
80-
- **Python 3.8+** ([Download here](https://www.python.org/downloads/))
8180
- **Google Gemini API Key** ([Get free key](https://ai.google.dev/gemini-api))
8281

8382
### ⚡ Installation Methods
8483

85-
#### **Method : From Source**
84+
#### **Method 1: Pre-built Executable (Recommended)**
85+
- Download the latest `WinSayver.exe` file from the [Releases](https://github.com/zSayf/Win-Sayver/releases) page
86+
- **Note**: The EXE file may appear as an unauthorized application in some antivirus software due to it being a self-compiled executable. This is normal for Python applications compiled into executables.
87+
- **Security**: The application has been scanned and verified with [VirusTotal](https://www.virustotal.com/gui/file/21993db0c5d365b5e2aeb4025d7145697e991e70ae0a6294794b5910da7190f2?nocache=1) - 67/69 security vendors report it as safe (2 false positives from Bkav Pro and McAfee Scanner)
88+
- Simply run the EXE file to start the application
89+
- No Python installation required
90+
91+
#### **Method 2: From Source**
8692
```bash
8793
# Clone the repository
8894
git clone https://github.com/zSayf/Win-Sayver.git
@@ -91,16 +97,21 @@ cd win-sayver
9197
# Install dependencies
9298
pip install -r win_sayver_poc/requirements.txt
9399

94-
# Run the application
95-
cd win_sayver_poc
96-
python main_gui.py
100+
# Run the application using the batch file
101+
run_win_sayver.bat
97102
```
98103

99104
### 🎮 First Run Guide
100105

101106
1. **🚀 Start the application**
102107
```bash
103-
python win_sayver_poc/main_gui.py
108+
# Recommended: Use the pre-built executable from releases
109+
# Or run the batch file for source installation:
110+
run_win_sayver.bat
111+
112+
# Alternative: Direct Python execution
113+
cd win_sayver_poc
114+
python main_gui.py
104115
```
105116

106117
2. **🔑 Configure API key**
@@ -138,7 +149,7 @@ python main_gui.py
138149
```
139150

140151
### Example 3: Performance Issues
141-
```python
152+
``python
142153
# System specs analysis reveals bottlenecks
143154
# AI provides optimization recommendations
144155
# Monitor improvements with built-in metrics
@@ -227,7 +238,7 @@ We love contributions! Win Sayver follows professional open-source development p
227238
- Explain use cases and expected benefits
228239
229240
### 🔧 **Development Setup**
230-
```bash
241+
``bash
231242
# Clone and setup development environment
232243
git clone https://github.com/zSayf/Win-Sayver.git
233244
cd win-sayver

0 commit comments

Comments
 (0)