> Wiki navigation: [Overview](/handbook/wiki/) | [Getting Started](/handbook/wiki/getting-started/) | [Help Pages](/handbook/wiki/help-pages/) | [Development](/handbook/wiki/development/) # Data Location ProjT Launcher stores your data in your OS's standard application data folder. For the portable version, data is stored within its own directory. To find it, select **Folders** > **Launcher Root** in ProjT. Below is a table containing the default locations for each OS: | OS | Folder | | -------------------------- | --------------------------------------------------------------- | | Portable (Windows / Linux) | In the ProjT-Launcher folder | | Windows | `%APPDATA%/ProjTLauncher` | | Scoop | `%HOMEPATH%\scoop\persist\projtlauncher` | | macOS | `~/Library/Application Support/ProjTLauncher` | | Linux | `~/.local/share/ProjTLauncher` | | Flatpak | `~/.var/app/org.projecttick.ProjTLauncher/data/ProjTLauncher` | ## Internal folder structure | Folder | Purpose | | ------------ | -------------------------------------------------------------- | | assets | Stores the game files. | | cache | Stores cached downloads. | | catpacks | Stores the [catpacks](../catpacks). | | icons | Stores instance icons. (default) | | iconthemes | Stores launcher [icons themes](../change-themes#icons-pack). | | instances | Stores user instances. (default) | | java | Stores the java instalations managed by the launcher. | | libraries | Stores libraries used to run Minecraft and Mod Loaders. | | logs | Stores the logs. | | meta | Stores the cached metadata information. | | skins | Stores the player skins. | | themes | Stores [themes](../change-themes). | | translations | Stores GUI translations. |