-
Notifications
You must be signed in to change notification settings - Fork 18
Build from Source
Jesewe edited this page Jun 5, 2026
·
1 revision
Building VioletWing from source lets you inspect the code, make modifications, or compile your own executable.
-
Python —
>= 3.8and< 3.12.10 - Git — any recent version
- OS — Windows 10 or 11 (64-bit)
Note: Python 3.12.10 and above are not supported due to a compatibility constraint with
pyMeow. Python 3.11.x is recommended.
git clone https://github.com/Jesewe/VioletWing.git
cd VioletWingpip install -r requirements.txtpyMeow is not on PyPI and must be installed manually:
- Go to the pyMeow releases page
- Download the
.zipmatching your Python version - Install it:
pip install pyMeow*.zippython main.pyRun with administrator privileges so VioletWing can attach to cs2.exe.
To compile a standalone .exe:
compile.batThis uses PyInstaller (included in requirements.txt) to bundle everything into a single executable. Output goes to the dist/ folder.
- Config:
%LOCALAPPDATA%\Requests\ItsJesewe\config.json - Cached offsets:
%LOCALAPPDATA%\Requests\ItsJesewe\Offsets\ - The file watcher picks up
config.jsonchanges at runtime — no restart needed