Initialize Synentra in your local environment
Now that you’ve installed the Synentra CLI, use the CLI to initialize Synentra on your local machine. This process will download and configure the required Synentra binaries and prepare your system for workflow execution, dashboard hosting, and plugin management.
The synctl init command automates the setup by fetching the latest stable Synentra engine and installing it locally under your user context or system-wide depending on permissions.
Step 1: Open a Terminal or Command Prompt
- Linux/MacOS
- Windows
You will need to use sudo for this quickstart if:
- You run your Docker commands with
sudo, or - The install path is
/usr/local/bin(default install path).
Open Windows Terminal or Command Prompt as Administrator to avoid permission issues during installation.
- Press Start or Windows key.
- Search for “Command Prompt” or “Windows Terminal”.
- Right-click the result and choose Run as administrator.
Step 2: Run the Initialization Command
Once the terminal is open with the appropriate permissions, run:
synctl init
This command performs the following tasks:
- Downloads the latest stable Synentra gateway.
- Verifies the integrity of downloaded binaries.
- Installs Synentra locally for the current user profile.
- Prepares the necessary directories and configuration files.
Binary Integrity Check Failure
If the binary fails to validate during download, you may see:
Validating download - Fail!
The downloaded data may has been corrupted!
This usually indicates a temporary network or cache issue. To resolve just Re-run the command:
synctl init
If the issue persists, clear any proxy cache or DNS override that may interfere with GitHub/CDN access.
Step 4: Verify Synentra Installation
Once initialization completes successfully, verify that the CLI and runtime are properly set up:
synctl --version
Example Output:
1.4.2