A tiny launcher that runs Creality Print in portable mode.
Instead of storing your configuration in the Windows user profile (%APPDATA%), all profile settings are saved in a profile folder right next to the application — perfect for USB sticks, shared machines, or keeping multiple independent Creality Print setups side by side.
- ✅ Truly portable: all settings live in a local
profilefolder - ✅ No installation, no registry entries, no admin rights required
- ✅ Take your printer profiles, filament presets, and settings with you on a USB drive
- ✅ Run multiple independent Creality Print configurations on the same PC
- Windows with .NET Framework 4.7.2 or newer (preinstalled on Windows 10/11)
- Creality Print =======
Executable for running CrealityPrint in portable mode
Profile settings will be saved in profile folder
- Download and unzip Creality Print from the official releases page: https://github.com/CrealityOfficial/CrealityPrint/releases
- Copy
CrealityPrintPortableStarter.exeinto your Creality Print folder (next to the originalCrealityPrint.exe) - Run
CrealityPrintPortableStarter.exe
That's it — Creality Print starts in portable mode, and a profile folder is created next to the executable to hold all of your settings.
The starter simply launches Creality Print with the --datadir command line argument:
CrealityPrint.exe --datadir profile
This tells Creality Print to read and write all configuration data to the local profile folder instead of the current user's %APPDATA% directory.
- Open
CrealityPrintPortable.slnin Visual Studio (2017 or newer) - Select the Release configuration and build the solution
- The executable is created in
CrealityPrintPortable\bin\Release\
If this little tool saves you time, consider buying me a coffee:
Based on entrhopi/PrusaSlicerPortable, adapted for Creality Print.
Creality Print is developed by Creality. This project is not affiliated with or endorsed by Creality.
This project is licensed under the MIT License — © 2025 Thomas Weirich.

