downloads.md

November 30, 2022 · View on GitHub

Downloads And Install

** MacOS **

Simply use Homebrew to install kt-connect:

brew install kt-connect

Or you can manually download the latest package:

Downloads & install (use x86 64 edition as example):

$ curl -OL https://github.com/alibaba/kt-connect/releases/download/v0.3.7/ktctl_0.3.7_MacOS_x86_64.tar.gz
$ tar zxf ktctl_0.3.7_MacOS_x86_64.tar.gz
$ mv ktctl /usr/local/bin/ktctl
$ ktctl --version

** Linux **

The latest package:

Downloads & install (use x86 64 edition as example):

$ curl -OL https://github.com/alibaba/kt-connect/releases/download/v0.3.7/ktctl_0.3.7_Linux_x86_64.tar.gz
$ tar zxf ktctl_0.3.7_Linux_x86_64.tar.gz
$ mv ktctl /usr/local/bin/ktctl
$ ktctl --version

** Windows **

The latest package:

Download & unzip the package, put library file wintun.dll and executable file ktctl.exe to a folder included in PATH environment variable.

You can also find history version of KtConnect from Github Releases