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.

The Settings tab contains two toggles that control how the application behaves at the OS level: whether closing the window hides it to the system tray, and whether the app launches automatically when you log in. Both settings are stored in the app_settings object in profiles.json and are shared across all profiles.

Minimize to tray

The Minimize to tray toggle changes what happens when you click the window’s close button.
  • Off (default): Clicking the close button quits the application and stops the proxy.
  • On: Clicking the close button hides the window. The app and proxy keep running in the background. A system tray icon appears with two menu items: Show (re-opens the window) and Quit (stops the proxy and exits).
The tray icon is rendered using pystray with a small black-and-white icon. Double-clicking the tray icon also re-opens the window.
The tray icon is created when you enable the toggle. If you disable the toggle while the window is hidden, the tray icon is removed and the close button reverts to quitting the app.
Enable Minimize to tray together with Start with OS so the app starts silently in the background on login and is always available from the tray.

Start with OS

The Start with OS toggle registers AI Leaks Tweaker to launch automatically when you log in. The exact mechanism depends on your operating system.
On Windows, toggling this on adds an entry named AITweaker to the registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
The value is the absolute path to run.bat in the application directory.Toggling it off deletes the AITweaker value from the same key. If the value does not exist (e.g. it was never set or was removed manually), the toggle handles this gracefully without error.
To remove the startup entry manually, open Registry Editor, navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run, and delete the AITweaker value.

Build docs developers (and LLMs) love