Get your premium license
InterDiode is currently in open beta and will remain available for testing until the end of the year. During this period, users can request a beta license to explore the platform, test its features, and provide feedback to help shape its future development.
The Premium version unlocks the full set of available capabilities, providing access to all features and advanced functionalities of InterDiode. The beta phase offers an opportunity to evaluate the complete solution and assess how it can meet your needs in managing disconnected (air-gapped) environments.
It is also possible to obtain this license via the command line, for example using cURL.
export EMAIL=<enter_your_email_here>
export NAME=<enter_your_name_here>
curl -L -X POST -H 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode product_id=19 \
--data-urlencode buyer_name=${NAME} \
--data-urlencode buyer_email=${EMAIL} \
https://license.interdiode.fr/v1/license/
