AI Leaks Tweaker is a Python desktop application, so you need Python and a few packages before you can run it. The setup scripts in the repository handle dependency installation automatically — you only need to satisfy the prerequisites for your operating system first, then run a single command.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/cloudwaddie/aitweaker/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before running the setup script, make sure you have the following installed:- Python 3.8 or later — the application requires Python 3.8+. Verify with
python --version(Windows) orpython3 --version(macOS/Linux). - pip — the Python package installer, bundled with most Python distributions.
- mitmproxy — install it via pipx so it is available system-wide:
Using
pipx keeps mitmproxy isolated from your project’s virtual environment and makes the mitmdump command available on your PATH.Install dependencies
Thescripts/ directory contains setup scripts that install all Python dependencies listed in requirements.txt (customtkinter, mitmproxy, pystray, Pillow, cx_Freeze, beautifulsoup4, lxml) using pip.
Clone or download the repository
Download the AI Leaks Tweaker source code and navigate to the project root directory.
Run the setup script for your OS
Open a terminal in the project root and run the setup script for your operating system:The script checks that Python is available on your
PATH, then installs all required packages from requirements.txt.Run the application
Once setup is complete, launch the AI Leaks Tweaker GUI from the project root:- Windows
- macOS
- Linux
Double-click
run.bat in Explorer, or run it from the Command Prompt: