Download the appropriate archive from the GitHub releases page and extract the binary.Supported platforms:
OS
Architecture
Archive name
macOS
amd64
flytectl_Darwin_x86_64.tar.gz
macOS
arm64
flytectl_Darwin_arm64.tar.gz
Linux
amd64
flytectl_Linux_x86_64.tar.gz
Linux
arm64
flytectl_Linux_arm64.tar.gz
Windows
amd64
flytectl_Windows_x86_64.zip
# Example for Linux amd64curl -L https://github.com/flyteorg/flyte/releases/download/flytectl/v1.13.0/flytectl_Linux_x86_64.tar.gz \ | tar -xz -C /usr/local/bin flytectlchmod +x /usr/local/bin/flytectl
flytectl reads its configuration from ~/.flyte/config.yaml by default. You can override this path with the --config flag or by setting the FLYTECTL_CONFIG environment variable.