The trial version of Coherent UI requires a simple registration. The registration requires:
There's also an option for offline activation that requires another device with internet connection to send an activation token that will be returned signed. See Offline activation for details.
The registration is started automatically when you run the bootstrap file for your target platform. It shows a simple form that asks for your email.
You can register Coherent UI on multiple machines, provided that they run different operating systems.
Applications built with the trial version of Coherent UI also require registration. This means if you want to run your built application on a different computer, you'll have to register Coherent UI on that computer, too. To do that, copy the Activator folder from the archive to the other machine and run:
For Windows:
Activator.exe --host "\<Path to folder that contains CoherentUI_Host for Windows\>"
For Linux:
./Activator --host "\<Path to folder that contains CoherentUI_Host for Linux\>"
For Mac OS X:
Activator.app/Contents/MacOS/Activator --host "\<Path to folder that contains CoherentUI_Host for Mac OS X\>"
Offline activation consists of the following steps:
For Windows:
Activator.exe --offline --host "\<Path to folder that contains CoherentUI_Host for Windows\>"
For Linux:
./Activator --offline --host "\<Path to folder that contains CoherentUI_Host for Linux\>"
For Mac OS X:
Activator.app/Contents/MacOS/Activator --offline --host "\<Path to folder that contains CoherentUI_Host for Mac OS X\>"