This guide will walk you through how to license StarUML v7.0.0 and export diagrams without watermarks in high resolution. Follow each step carefully to ensure success.
StarUML v7.0.0 introduced a new license system with enhanced security measures, but we've got you covered! This updated method ensures you get the full PRO features without any limitations.
Download the latest version of StarUML v7.0.0 from the official website.
Install asar, a utility to manage .asar files. Open your terminal as an administrator and run the following command:
npm i asar -gImportant
Make sure to have the LTS version of Node.js installed to ensure compatibility and avoid errors when running npm commands. You can download the LTS version from nodejs.org.
This will install asar globally.
To access the files needed to modify the license and export settings, extract the app.asar file.
Navigate to the StarUML directory. By default, it's located at:
- Windows:
C:/Program Files/StarUML/resources - MacOS:
/Applications/StarUML.app/Contents/Resources - Linux:
/opt/staruml/resources
You can use the cd command to navigate to your specific directory. For example:
cd "C:/Program Files/StarUML/resources"Run the following command in your terminal as an Administrator (Git Bash, PowerShell, or CMD):
asar e app.asar appThis will extract the app.asar file into a folder called app.
Instead of manually editing files, simply copy the pre-modified files from this repository to your extracted StarUML folder.
Link of files: https://github.com/rodyuzuriaga/Get-full-version-of-StarUML-7.0.0-Pro-Remove-Watermark
-
Navigate to the
appfolder you just extracted -
Copy the
license-store.jsfile from this repository to:app/src/engine/license-store.js -
Copy the
diagram-export.jsfile from this repository to:app/src/engine/diagram-export.js -
Copy the
license-activation-dialog.jsfile from this repository to:app/src/dialogs/license-activation-dialog.js
- License file:
app/src/engine/license-store.js - Export file:
app/src/engine/diagram-export.js - Dialog file:
app/src/dialogs/license-activation-dialog.js
Tip
Simply replace the existing files with the ones provided in this repository. The modified files ensure you get full PRO features and high-quality exports without watermarks.
- Always returns PRO license status: The app will always think you have a valid PRO license
- Removes trial limitations: No more 30-day trial restrictions
- Unlimited features: Access to all PRO diagram types and features
- No license validation: Bypasses all license checking mechanisms
- No watermarks: Completely removes "UNREGISTERED" and "PRO ONLY" watermarks
- Enhanced image quality: Uses the exact same high-quality configuration from v6.2.2
- Full workspace capture: Captures the complete diagram workspace without cropping
- Maximum quality: All exports use the highest quality settings (quality: 1.0)
- Support for all formats: PNG, JPEG, SVG, and PDF exports without limitations
- Always shows activated: License dialog always displays PRO status
- Prevents deactivation: Blocks any attempts to deactivate the license
- No readonly mode: Ensures full editing capabilities are always available
- Seamless experience: User interface reflects full PRO license status
Once you have copied the modified files, you need to repack the app.asar file. Navigate back to the resources directory and run the following command:
asar pack app app.asarThis will repack your modified app folder back into a .asar file.
After repacking the app.asar, you can safely remove the extracted app folder to clean up your directory.
-
For Windows:
rmdir /s /q app
-
For Linux or Mac:
rm -rf app
Now that everything is set up, launch StarUML by running the StarUML.exe file from your installation directory or through the desktop shortcut.
With these modifications, you'll have access to:
- β Full PRO License: All features unlocked
- β All Diagram Types: Including SysML, BPMN, Wireframes, AWS, GCP diagrams
- β High-Resolution Exports: Crystal clear PNG, JPEG exports
- β Watermark-Free: Clean exports without any watermarks
- β PDF Export: Professional PDF exports without limitations
- β SVG Export: Vector graphics with enhanced quality
- β No Trial Restrictions: Unlimited usage time
Congratulations! You now have StarUML v7.0.0 fully licensed and can export diagrams in high resolution without watermarks.
Note
This guide applies specifically to StarUML version 7.0.0. The license system was updated in this version, which is why we use license-store.js instead of the previous license-manager.js.
Warning
This modification is for educational and personal use only. Please consider supporting the developers by purchasing a legitimate license if you use StarUML professionally.
Your repository should look like this:
Get-full-version-of-StarUML-7.0.0-Pro-Remove-Watermark/
βββ README.md
βββ app/
βββ src/
βββ engine/
β βββ license-store.js
β βββ diagram-export.js
βββ dialogs/
βββ license-activation-dialog.js
If you encounter any issues:
- Make sure you're running terminal as Administrator
- Verify Node.js and asar are properly installed
- Ensure you're in the correct directory when running commands
- Check that the file paths match exactly
- Restart StarUML completely after making changes
Made with β€οΈ for the StarUML community



Great, it works v6.2.2 thanks bro.