Installation
Requirements
Tweakstreet runs on any modern Windows, macOS and Linux. Pick the appropriate download for your operating system.
Tweakstreet does not require admin privileges to run. You can download it and start using it right away.
Windows
Download and run the installer. Installing only for your current user does not require administrator privileges.
Windows portable zip distribution
Download and extract the zip file. Double click Tweakstreet.exe to start the workbench.
Please note that the portable zip distribution does not support automatic updates.
macOS
Download the .dmg
file, and drag the contained .app
file to your applications folder.
Linux AppImage distribution
See https://docs.appimage.org/ for details on running App Images.
If you’re using AppImageLauncher the AppImage integrates into the desktop environment and supports automatic updates.
Linux portable tar.gz distribution
To run tweakstreet from the .tar.gz archive, unpack the archive to a location on your harddrive and run the binary named tweakstreet
through the terminal.
Please note that the portable tar.gz distribution does not support automatic updates.
You can create a *.desktop
file to create a desktop shortcut, as well.
[Desktop Entry]
Name=Tweakstreet
Exec=/path/to/your/folder/tweakstreet
Icon=/path/to/your/folder/bin/images/icon.png
Terminal=false
Type=Application
StartupNotify=true
Encoding=UTF-8
Make sure to make your .desktop file executable.