Skip to main content

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.

AI Leaks Tweaker is a desktop application that sits between your browser and AI services, intercepting and modifying network traffic in real time. By injecting feature flags into responses from Google Gemini, Microsoft Copilot, Google Labs, and xAI Grok, it lets you enable unreleased features before they officially roll out.

Installation

Install dependencies and set up AI Leaks Tweaker on Windows, macOS, or Linux

Proxy setup

Configure mitmproxy and your system to route AI traffic through the tweaker

AI Tweakers

Explore what you can unlock for Gemini, Copilot, Google Labs, and Grok

Profiles

Save, switch, import, and export named configuration profiles

How it works

AI Leaks Tweaker runs a local mitmproxy instance on port 8000. When you route your browser traffic through this proxy, the proxy.py addon script intercepts responses from supported AI services and modifies them on the fly — injecting feature flags, toggling beta access, and replacing configuration JSON — before the browser renders them.
1

Install prerequisites

Install Python 3.8+, pip, and mitmproxy. Run the setup script for your OS.
2

Launch the GUI

Run run.bat (Windows) or ./run.sh (macOS/Linux) to open the AI Leaks Tweaker interface.
3

Start the proxy and install the CA certificate

Click Start Proxy in the Proxy tab, then visit mitm.it to install the mitmproxy CA certificate so HTTPS traffic can be decrypted.
4

Route your browser traffic

Point your OS or browser proxy settings to 127.0.0.1:8000, then visit your AI service of choice.

Supported AI services

ServiceWhat you can modify
Google GeminiInteger-based feature flags injected into JS bundles
Microsoft CopilotString feature flags and allowBeta toggle via API responses
Google LabsMusicFX link replacement and notFound error bypass
xAI GrokFull server config JSON replacement and subscription spoofing
AI Leaks Tweaker requires installing a custom CA certificate from mitmproxy. See the proxy setup guide for full instructions.

Build docs developers (and LLMs) love