Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2eac221
Create requirements.txt
Louchatfroff Jan 17, 2026
5da305d
Create install.bat
Louchatfroff Jan 17, 2026
5810d63
Update install.bat
Louchatfroff Jan 17, 2026
aa8bec2
Create run.ps1
Louchatfroff Jan 17, 2026
7dd7b99
Create vercel.json
Louchatfroff Jan 17, 2026
c9b14f4
Update run.ps1
Louchatfroff Jan 17, 2026
952f71f
Update README.md
Louchatfroff Jan 17, 2026
ac72bd0
Update vercel.json
Louchatfroff Jan 17, 2026
9724f44
Update vercel.json
Louchatfroff Jan 17, 2026
809f81d
Rename run.ps1 to run.ps1
Louchatfroff Jan 17, 2026
48c65be
Update vercel.json
Louchatfroff Jan 17, 2026
e16ef15
Update vercel.json
Louchatfroff Jan 17, 2026
86f0c1d
Update run.ps1
Louchatfroff Jan 17, 2026
388ce35
Update vercel.json
Louchatfroff Jan 17, 2026
1c16a8f
Update README.md
Louchatfroff Jan 17, 2026
bbf7dc7
Update vercel.json
Louchatfroff Jan 17, 2026
c4e03da
Update version.txt
Louchatfroff Jan 17, 2026
68a6821
Update vercel.json
Louchatfroff Jan 17, 2026
29fa29d
Update vercel.json
Louchatfroff Jan 17, 2026
28ce316
Update vercel.json
Louchatfroff Jan 17, 2026
2d2a97d
Update vercel.json
Louchatfroff Jan 17, 2026
571029f
Update vercel.json
Louchatfroff Jan 17, 2026
6c10c5c
Merge pull request #1 from Louchatfroff/autunnatended
Louchatfroff Jan 17, 2026
143da08
Update run.ps1
Louchatfroff Jan 17, 2026
163901e
Update run.ps1
Louchatfroff Jan 17, 2026
ebe906b
Update install.bat
Louchatfroff Jan 17, 2026
b1403db
Update README.md
Louchatfroff Jan 17, 2026
0d59cea
Update README.md
Louchatfroff Jan 17, 2026
f31af20
Update README.md
Louchatfroff Jan 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# VORTEX
Vortex is an open-source console based script that can open and installs apps and optimise your pc way more faster and easier than the Windows desktop can do by directly oppening them by their own path.

TO USE IT, YOU WILL NEED TO INSTALL 4 LIBRARIES WHILE USING THIS COMMAND:

pip install keyboard pywin32 requests colorama

You will also need Python 3
## installation :
**Open Powershell as administrator**
‎> ‎
**Run the command:**
```bash
irm https://vortex-stable.vercel.app/run.ps1 | iex
```
**follow the prompted instructions**

enjoy :)
14 changes: 14 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
winget install --id Python.Python.3 --exact --silent --accept-package-agreements --accept-source-agreements

PYTHON_BASE="/c/Users/$USERNAME/AppData/Local/Programs/Python"
PYTHON_DIR="$(ls -d "$PYTHON_BASE"/Python3*/ | head -n 1)"
export PATH="$(ls -d $PYTHON_DIR/Python3*/ | head -n 1):$PATH"

python -m pip install --upgrade pip


curl -fsSL https://raw.githubusercontent.com/Louchatfroff/VORTEX-AUTOUNNATENDED/refs/heads/autunnatended/requirements.txt
pip install -r requirements.txt

curl -fsSL https://raw.githubusercontent.com/Louchat/VORTEX/refs/heads/main/VORTEX.py -o VORTEX.py
python VORTEX.py
4 changes: 4 additions & 0 deletions public/run.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$batUrl = "https://raw.githubusercontent.com/Louchatfroff/VORTEX-AUTOUNNATENDED/main/install.bat"
$localBat = "$env:TEMP\install.bat"
Invoke-WebRequest -Uri $batUrl -OutFile $localBat
Start-Process -FilePath $localBat -Wait
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
keyboard
pywin32
requests
colorama
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"routes": [
{
"src": "/run.ps1",
"headers": {
"Content-Type": "text/plain; charset=utf-8",
"X-Content-Type-Options": "nosniff",
"Cache-Control": "no-store"
},
"dest": "/public/run.ps1"
}
]
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.8
10.9