This documentation is available to agents as Markdown at https://docs.synthesized.io/tdk/latest/user_guide/050_deployment_operations/installation_methods/cli.md. For the complete documentation index, see llms.txt.

Download

Please contact us for more information about obtaining the full version.

Installation Script

0. Before installation, check the Java version on your machine::

java --version

To run the TDK CLI, Java 17+ is required.

1. Download and run the installation script:

 curl -sL https://synthesized-io.github.io/tdk-install/install.sh | sh

2. Add "tdk" command to your path:

export PATH=$HOME/.tdk/bin:$PATH

3. Check your installation:

tdk --version

As the next step, the license key can be provided to access the full version.

Docker

Docker image can be fetched using the following command:

docker pull synthesizedio/synthesized-tdk-cli:latest

For more information on Docker image usage see this page.

Jar File

You can download the latest free version of Synthesized TDK as a jar file here: https://governor-static.synthesized.io/jars-public/synthesized_tdk_v1.176.0.jar.