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
- 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**
86
92
```bash
87
93
# Clone the repository
88
94
git clone https://github.com/zSayf/Win-Sayver.git
@@ -91,16 +97,21 @@ cd win-sayver
91
97
# Install dependencies
92
98
pip install -r win_sayver_poc/requirements.txt
93
99
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
97
102
```
98
103
99
104
### 🎮 First Run Guide
100
105
101
106
1.**🚀 Start the application**
102
107
```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
104
115
```
105
116
106
117
2.**🔑 Configure API key**
@@ -138,7 +149,7 @@ python main_gui.py
138
149
```
139
150
140
151
### Example 3: Performance Issues
141
-
```python
152
+
``python
142
153
# System specs analysis reveals bottlenecks
143
154
# AI provides optimization recommendations
144
155
# Monitor improvements with built-in metrics
@@ -227,7 +238,7 @@ We love contributions! Win Sayver follows professional open-source development p
0 commit comments