Installation¶
Download¶
Pre-built VTX packages are available from the latest GitHub release.
Download the package that matches your platform:
- Windows installer: recommended for a regular Windows installation.
- Windows portable package: extract the archive and run
vtx.exe. - Linux AppImage: download the AppImage, make it executable, and run it:
chmod +x VTX*.AppImage
./VTX*.AppImage
Application folders¶
Installed packages¶
For installed packages, VTX stores user data in the system user data location, inside a VTX folder.
This folder contains:
config.ini: application settings.logs/: application logs.cache/: downloaded or generated cache files.representations/: saved representation presets.colors/: saved color layouts.effects/: saved graphics configs.
Snapshots are stored separately in the system pictures location, inside VTX/snapshots/.
On Windows, uninstalling the installed package also removes the VTX user data folder.
Windows portable package¶
The Windows portable package keeps user data next to the portable application root. This makes it possible to move the extracted folder to another location while keeping the configuration, logs, cache, presets, and snapshots with it.
Logs¶
If you report a bug or a crash, include the latest log file from the logs/ folder.