Installation Methods

Linux

  1. Download the setup script:

    wget https://raw.githubusercontent.com/koneksi-tech/koneksi-cli-setup/main/setup-linux.sh
    chmod +x setup-linux.sh

    or get directly from https://github.com/koneksi-tech/koneksi-cli-setuparrow-up-right

  2. Run the installer:

    ./setup-linux.sh

macOS

  1. Download the setup script:

    curl -O https://raw.githubusercontent.com/koneksi-tech/koneksi-cli-setup/main/setup-macos.sh
    chmod +x setup-macos.sh

    or get directly from https://github.com/koneksi-tech/koneksi-cli-setuparrow-up-right

  2. Run the installer:

    ./setup-macos.sh

Windows (using powershell)

  1. Download the setup script:

    Invoke-WebRequest -Uri https://raw.githubusercontent.com/koneksi-tech/koneksi-cli-setup/main/setup-windows.ps1 -OutFile setup-windows.ps1

    or get directly from https://github.com/koneksi-tech/koneksi-cli-setuparrow-up-right

  2. Run as Administrator (recommended):

    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
    ./setup-windows.ps1

Installation Options

  • Option 1: Install Koneksi Engine & CLI

  • Option 2: Run existing installation

  • Option 3: Install both and run (Recommended for initial installation)

  • Option 4: Exit

Last updated